1
Plugin Help!
I need help with firing commands from the hotbar. For instance if someone is holding a stick, then right click, /help is fired. Thanks.
10
as in coding a plugin to do that?
Yes
Well, you can get a stick or tool or whatever, and type /powertool help on it. That will cause it to show the "Help" command on the screen when hit.
If you need any more help, contact me via PMC, or here.
If you need any more help, contact me via PMC, or here.
I know I could do that, but I want to be a server wide thing. Someone hired me to do that and never even heard of it. lol
i know PM me the server ip we can talk from thair
Lol, only you xD
Acording to your spelling and your name , you no nothing about plugins.
No? lol
Yeah that's something MORE-OVER custom plugins.
to make that coding a plugin, im going to assume you know how to make a basic plugin. with that, make an interact event and have it fire every time a person right clicks with a stick in there hands, it fires a command. player.performCommand("[Command]");
