Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: /jail #15

Open
the01player opened this issue Feb 5, 2021 · 0 comments
Open

Feature request: /jail #15

the01player opened this issue Feb 5, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@the01player
Copy link

Jailing is useful for servers that want an alternative method for punishing players. For example on my server we jail players, and players can appeal for a second chance to play.

Jailing does a few simple things:

  1. Teleports the player to a specified jail cell, even if offline
  2. The player is then unable to break blocks/interact with the world or do essentials commands (not being able to break blocks/interact is the main important part)
  3. If the player manages to die, they respawn in the cell.
  4. When unjailed, the player is teleported out of the cell (with EssentialsX however, if they are offline then they aren't teleported out for some reason), and their respawn point is set back to default, and they are able to interact with the world again.

The jailing commands in EssentialsX are as follows:
/jail [PlayerName] [CellName] [time] (jails a specified player, if no time is given then it is permanent until unjail command is used)
/unjail [PlayerName] [CellName] (unjails specified player)
/createjail [CellName] (creates a new jail cell)
/deljail [CellName] (deletes a jail cell)
/jails (view a list of all jail cells)

I am eager to use Fabric and so I make do without these commands, but it would be highly convenient to have them, especially for servers that primarily jail instead of ban like my own.

@Martmists-GH Martmists-GH added the enhancement New feature or request label May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants