Add output for 1.3 gamemode command

This commit is contained in:
Marcus Whybrow 2012-08-11 22:26:23 +01:00
parent c19c5add8c
commit 0fbb6c7d47

View File

@ -5,7 +5,8 @@ extends "minecraft/1.2.0"
console_command GAMEMODE "gamemode <mode> <player>" \
"That player cannot be found" \
"The number you have entered (<mode>) is too big, it must be at most 2" \
"The number you have entered (<mode>) is too small, it must be at least 0"
"The number you have entered (<mode>) is too small, it must be at least 0" \
"'<mode>' is not a valid number"
console_command KICK "kick <player>" \
"Kicked <player> from the game" \