Compatibility
Minecraft: Java Edition
1.21–1.21.10
Platforms
Creators
Details
Licensed ARR
Published 5 months ago
Updated 4 weeks ago
Changelog
GracePlugin v1.0.3 Changelog
This update introduces several new features and flags to enhance the functionality of the GracePlugin.
New Features
Grace Period Pause and Resume
Admins can now pause and resume the grace period timer. This is useful for server maintenance or other events.
/grace pause: Pauses the grace period timer./grace resume: Resumes the grace period timer.
Command Blocking
A new command-blocking flag has been added to regions. When enabled, this flag will block the commands listed in the blocked-commands section of the config.yml file. This can be used to prevent players from using commands like /home or /tpa to escape combat.
New Region Flags
The following new flags have been added to regions:
allow-flight: When set totrue, players will be allowed to fly in the region, even if they are not in creative mode.item-drop: When set totrue, players will be prevented from dropping items in the region.item-pickup: When set totrue, players will be prevented from picking up items in the region.
New Permissions
grace.pause: Allows players to use the/grace pausecommand.grace.resume: Allows players to use the/grace resumecommand.
New Configuration Options
The config.yml file now includes a blocked-commands list. This list contains the commands that will be blocked when the command-blocking flag is enabled for a region.
blocked-commands:
- home
- tpa
- spawn



