Betterjails Plugin
BetterJails Plugin (1.18.2, 1.17.1) is a simple jails system plugin aimed at most Minecraft versions.
Commands
/setjail <jail name>
/ Adds a new jail location where the command is executed./deljail <jail name>
/ Removes a jail location from the jails list./jails
/ Prints a list of available jails./jail <player> <jail> <time>
/ Sends a player to the provided jail, and won’t be teleported back until the time provided has passed. Time format must match against this rule:^(\d{1,10}(\.\d{1,2})?)[yMwdhms]$
. If all that sounds like gibberish, you can check here for some random examples of valid times./jail info <player>
/ Will print out in the chat some information about the jailed player stored in the player data file./unjail <player>
/ Teleports a jailed player back to where they were when jailed./betterjails
/ Prints the version of the plugin./betterjails reload
/ Reloads files into memory./betterjails save
/ Saves files from memory.
Permissions
All permissions default to operators only unless otherwise noted.
betterjails.jail
/ Lets the user execute the/jail
command.betterjails.jail.exempt
/ The user with this permission cannot be jailed by others (unless offline, but it runs check when joining).betterjails.jails
/ Lets the user execute the/jails
command.betterjails.unjail
/ Lets the user execute the/unjail
command.betterjails.setjail
/ Lets the user execute the/setjail
command.betterjails.deljail
/ Lets the user execute the/deljail
command.betterjails.receivebroadcast
/ Prints in the user’s chat when a player has been jailed/unjailed.betterjails.betterjails
/ Lets the user execute the/betterjails
command. Permission defaults to true for all users.betterjails.betterjails.reload
/ Lets the user execute the/betterjails reload
command.betterjails.betterjails.save
/ Lets the user execute the/betterjails save
command.
Screenshots:
How to install:
- Download a plugin of your choice.
- Place the .jar and any other files in your plugins directory.
- Run the server and wait for it to fully load.
- Type stop in your Minecraft server console to bring the server to a clean stop.
- Run the server.
- All done! Your plugin should be installed and ready to be used.