1

Adding commands

Deepfield 11/9/12 10:28 am
104
11/9/2012 1:06 pm
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.
Posted by
Deepfield
Level 5 : Apprentice Modder
3

  Have something to say?

JoinSign in

1

Koz4Christ
11/09/2012 1:06 pm
Level 30 : Artisan System
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.
1

Welcome