Arena Reset Plugin for Minecraft
The Arena Reset Plugin is a powerful tool for Minecraft server administrators. It automatically resets a PvP arena at regular intervals, ensuring a fresh and fair battleground for players. This plugin is designed for Minecraft servers running version 1.21 or higher.
Donate via PayPal if you like the Plugin: [email protected]
Features
- Automatically resets a defined arena region.
- Configurable reset intervals (default: 10 minutes).
- Teleports players out of the arena before resetting.
- Supports custom arena sizes and locations.
- Easy-to-use commands for manual resets.
Requirements
- Minecraft Server 1.21 or higher.
- Bukkit/Spigot/Paper API.
- Java 17 or higher.
Installation
- Download the latest version of the plugin .jar file
- Place the Plugin
Copy the .jar file into your server's plugins folder.
- Restart the Server
Restart your Minecraft server to load the plugin.
- Configure the Plugin
After the first run, a config.yml file will be generated in the plugins/ArenaReset folder. Edit this file to customize the arena settings.
Configuration
The config.yml file allows you to define the arena's location, size, and reset interval. Below is an example configuration:
arena:
world: world
center:
x: 0
y: 64
z: 0
size: 300
reset-interval-minutes: 10
- world: The name of the world where the arena is located.
- center: The center coordinates of the arena.
- size: The size of the arena (e.g., 300x300).
- reset-interval-minutes: How often the arena resets (in minutes).
Commands
The plugin provides the following commands:
- /arenareset reset
Description: Forces an immediate reset of the arena.
Permission: arenareset.admin
Permissions
- arenareset.admin: Grants access to all Arena Reset commands. Default: op.
Tutorial: Setting Up the Arena
- Define the Arena
Open the config.yml file and set the world, center, and size values to match your arena's location.
- Create a Backup
The plugin automatically creates a backup of the arena's region files upon startup.
- Test the Reset
Use the /arenareset reset command to test the reset functionality.
- Monitor the Reset
The plugin will automatically reset the arena at the configured interval. Players will be notified before the reset.
Troubleshooting
- Players are not teleported out of the arena: Ensure the arena boundaries are correctly defined in the config.yml.
- The arena is not resetting: Check the server logs for errors and ensure the plugin is enabled.