Updated README and CHANGELOG.

This commit is contained in:
sk89q 2010-11-25 02:40:46 -08:00
parent e42be555b1
commit 64629bd878
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
1.6
- Added spawn protection that prevents damage when a player spawns.
- Added login protection that prevents damage when a player joins.
- Added /god. /god can be used on others, provided that the /godother
permission is set for the command's user.
1.5.1
- Removed the 'java.lang.NoSuchMethodError: Item.setDamage(I)V' error
generated.

View File

@ -195,7 +195,9 @@ Commands
- /god
Toggles your invincibility. Players must have permission to use "/god"
to be able to use this command.
to be able to use this command. You can also use this command to
toggle the invincibility of others although you must have the
"/godother" permission.
Server Commands
---------------