Menu

Jailing

Zathrus Writer

Jailing

Commands to send players to a jail location and freeze them, so they cannot interact with the world. Players are still allowed to chat even when jailed and jails are reset when the server is restarted for now.


Configuration

There is 1 config option added to accommodate Jailing:

  • jailArea - area around jail location (in blocks) to be still considered a jail, so when people teleport there, they won't be stuck on each other. Default: 5

/cex_jail

  • Description: Allows player to jail or unjail other players.
  • Usage: /cex_jail \<Player>
  • Permission node: cex.jail
  • Default permission: OP only
  • Aliases: jail
  • Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_jail.class

/cex_setjail

  • Description: Allows player to set jail points.
  • Usage: /cex_setjail
  • Permission node: cex.setjail
  • Default permission: OP only
  • Aliases: setjail
  • Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_setjail.class

Related

Wiki: CommandsEX CraftBukkit plugin Wiki