TimeOut v0.1

Details

  • Filename
    TimeOut.jar
  • Uploaded by
  • Uploaded
    Oct 26, 2011
  • Size
    12.63 KB
  • Downloads
    566
  • MD5
    e73a682830ff72f05264601b98231ff7

Supported Bukkit Versions

  • CB 1337

Changelog

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.