Open skore87 opened 12 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);
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);