I was wondering how I would go about adding a command.
What I want is when someone types /shop for it to list all the shop commands with a description that I can edit in a txt file.
What I want is when someone types /shop for it to list all the shop commands with a description that I can edit in a txt file.
1
Looks like you may be wanting to write your own plugin but if all you want is to create an alias for a current command that you run you can use this plugin
http://dev.bukkit.org/server-mods/betteralias/
Otherwise use a zip program (I suggest 7zip) to view your bukkit.jar file to see if you can edit in there but I am guessing you need to compile your own .jar file to look at the txt file you're talking about.
What are you trying to accomplish? It is likely that there is a plugin available.
http://dev.bukkit.org/server-mods/betteralias/
Otherwise use a zip program (I suggest 7zip) to view your bukkit.jar file to see if you can edit in there but I am guessing you need to compile your own .jar file to look at the txt file you're talking about.
What are you trying to accomplish? It is likely that there is a plugin available.
