File Details
TimeOut v0.1
- B
- Oct 26, 2011
- 12.63 KB
- 566
- CB 1337
File Name
TimeOut.jar
Supported Versions
- CB 1337
Version 0.1
- Kicks players that have respawned
- Bans respawned player using timed, internal ban list. ( Stored in config.yml )
- Periodic Clean Up routine that attempts to rekick a dead player. Helps cut down on Player Entities sitting at spawn.
- All commands being with 'to' prefix
- Added command /to revive [playername]
- Added command /to ban [playername]
- Added command /to set length [days to ban]
- Added command /to set cleanup [minutes between cleanup checks]
Notes
- Set cleanup to zero (0) to disable the cleanup routine
- Revive and Ban commands are case insensitive
- Do not use /to ban for a permanent ban. This command is for a TimeOut ban only.
- Only players with OP status are allowed to use /to commands, or the console. No other permissions are implemented at this time.
A bug in either Minecraft or Bukkit sometimes creates a zombie Player Entity at spawn after they were placed in TimeOut. This bug affects other plugins with similar functionality. While the Clean Up routine helps alleviate this issue, you will have dead Player Entities pile up at your spawn point over time. We are looking into ways to combat this issue. At present, the only known way to remove these is to reboot your server.

