Jails+ new features:
- Jails display timer now supports multiple types at the same time, reinstall the config.yml to update
Jails+ has been updated with the following features:
- New Features:
* New config options-
Code:mute-vc: falseIf set tofalse, prisoners will be able to use SimpleVoiceChat to speak. Again,
If set totrue, prisoners will not be able to speak in the voice chat.
Note: Only works for SimpleVoiceChat
Code:blocked-commands: block-all-commands: false allowed-commands: - "msg" manual-list: - "tpa"Ifblock-all-commandsis set to true, every command will be blocked when a prisoner tries to use it and will only be able to use the commands listed inallowed-commands
Ifblock-all-commandsis set to false, the commands listed inmanual-listwill be blocked.
- Bug Fixes:
* Fixed the config-optionallow-movementnot working as intended
* Added new translations regarding time units etc.
- Improvements:
* Improvedblock-mountlogic
Jails+ has been updated with the following features:
- New Features:
* Jails list now shows how many prisoners there are in each jail.
- Bug Fixes:
* Interaction(Click Functions) bugs with /jails list [prisoners, jails and flags] GUI has been fixed.
Jails+ has been updated with the following features:
- Action bar, title, subtitle are now displayed as a timer for jailed players
- The timer type, speed, and the text can be configured in the config.yml
- The plugin now actually uses the SkinsRestorer API for changing skins instead of just executing the command/set skin
Jails+ has been updated with the following features:
- New config option-
Code:afk-prevention: enabled: true
If set to true, the afk-prevention mechanism will work where a GUI pops up and you have to click one of those green buttons. If set to false, the afk-prevention mechanism won't work.
Note: This feature is dependent on count-offline config option and will only work if count-offline is set to false
Jails+ has been updated with the following features:
- Fixed a bug where configuring
and executingCode:discord.ymlcommand caused the bot to stop sending jails notificationsCode:/jails reload
Jails+ has been updated with the following features:
- New config options-
If this config option is set toCode:count-offline: truetrue, jail duration doesn't pause when prisoner is offline. If it is set tofalse, jail duration pauses when prisoner is offline.
This is meant to prevent prisoners to be AFK when serving jail time. A GUI will open up when the prisoner is AFK for "X" time according toCode:afk-prevention: detection-time: 600 gui-timeout: 300 countdown-start: 60detection-time. The prisoner will have to click the green button in the GUI in "X" time according togui-timeout, otherwise will get kicked out of the server for being AFK.
This feature only works whencount-offlineis set tofalse.
