calebbfmv / Border-Patrol

0 stars 0 forks source link

Add command "aliases" #19

Open skore87 opened 11 years ago

skore87 commented 11 years ago

Allow players to type

/bp command args

in place of

/bpcommand args

e.g.:

/bp see

instead of

/bpsee

To do this, parse on the /bp command and if it matches one of the other commands, use the code Bukkit.dispatchCommand(CommandSender,String);