02-20-2013, 06:06 AM
The problem with commands is, no-one besides the plugin knows if the text specified really is a command or not.
Each command handler returns true if the command is handled, false if not; and only after handler returning true does MCServer know that it has really been a command.
Yes, we can plug something in that would fire on anything that *looks* like a command. But that feels wrong.
Each command handler returns true if the command is handled, false if not; and only after handler returning true does MCServer know that it has really been a command.
Yes, we can plug something in that would fire on anything that *looks* like a command. But that feels wrong.