promotional bannermobile promotional banner

GracePlugin

Add a customizable grace for minecraft

File Details

The Control Update

  • R
  • Oct 20, 2025
  • 18.08 KB
  • 49
  • 1.21.10+11

File Name

Grace999-1.0.3-SNAPSHOT.jar

Supported Versions

  • 1.21.5-Snapshot
  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.4
  • 1.21.3
  • 1.21.2
  • 1.21.1
  • 1.21

# 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 to `true`, players will be allowed to fly in the region, even if they are not in creative mode.
*   `item-drop`: When set to `true`, players will be prevented from dropping items in the region.
*   `item-pickup`: When set to `true`, players will be prevented from picking up items in the region.

## New Permissions

*   `grace.pause`: Allows players to use the `/grace pause` command.
*   `grace.resume`: Allows players to use the `/grace resume` command.

## 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.

```yaml
blocked-commands:
  - home
  - tpa
  - spawn
```