HomeJavaModsArenaRegenerator
ArenaRegenerator
ArenaRegenerator — screenshot 1

ArenaRegenerator

Java License Release Issues

ArenaRegenerator Plugin

ArenaRegenerator is a plugin for Minecraft servers that handles arena saving, resetting, and full minigame logic using WorldEdit or FAWE.

This plugin manages and regenerates WorldEdit or FAWE-defined arenas. Includes full minigame support (e.g., lobby, countdown, game state, win detection) and interactive signs for easy use.

Table of Contents

  1. Features
  2. Dependencies
  3. Installation
  4. Usage
  5. Example Configuration
  6. Data Storage
  7. Building from Source
  8. Support & Contribution

Features

/arena save and /arena info

/arena clear and /arena regen

Arena Regen Signs

Join Arena Signs

Minigame Logic

Dependencies

This plugin requires either WorldEdit or FastAsyncWorldEdit (FAWE) to be installed on your server.

Important: Only install ONE of these plugins (WorldEdit or FAWE) on your server. Having both can cause conflicts.

Installation

  1. Download the latest ArenaRegenerator-X.X.X.jar from the releases page (or compile it yourself).
  2. Download either WorldEdit or FastAsyncWorldEdit (FAWE) that is compatible with your server version.
  3. Place both ArenaRegenerator-X.X.X.jar and your chosen WorldEdit/FAWE JAR into your server's plugins/ folder.
  4. Restart server.

Usage

Interactive Signs

Create signs to automatically regenerate arenas, join minigames, or leave minigames.

  1. Place sign.
  2. Line 1: [RegenArena] or [JoinArena] or [LeaveArena].
  3. Line 2: Your exact arena name.
  4. Players with appropriate permissions can click to use.
  5. Default 10-second cooldown; arenaregenerator.sign.bypass overrides.

Commands and Permissions

Commands use the /arena prefix. An alias /ar is also available. Replace <arenaName> with your desired name for the arena.

<arenaType> can be either lobby, exit, spectator, or game.

Permission Node Description Command
arenaregenerator.regen Allows use of the regen function /arena regen <arenaName>
arenaregenerator.save Allows saving an arena /arena save <arenaName>
arenaregenerator.list Allows listing saved arenas /arena list
arenaregenerator.delete Allows deleting an arena /arena delete <arenaName>
arenaregenerator.clear Allows clearing an arena without deleting the schematic /arena clear <arenaName>
arenaregenerator.info Allows viewing info about the current arena /arena info <arenaName>
arenaregenerator.select Allows selecting a region for an arena /arena select <arenaName>
arenaregenerator.setspawn Allows setting lobby, exit, spectator, and game spawns for minigames /arena setspawn <arenaType> <arenaName> [spawnName]
arenaregenerator.delspawn Allows deleting spawn points for minigames /arena delspawn <arenaType> <arenaName> [spawnName]
arenaregenerator.join Allows joining minigame arenas /arena join <arenaName>
arenaregenerator.leave Allows leaving minigame arenas /arena leave
arenaregenerator.reload Allows reloading the plugin configuration /arena reload
arenaregenerator.sign.create.regen Allows players to create [RegenArena] signs Create sign with tags
arenaregenerator.sign.create.join Allows players to create [JoinArena] signs Create sign with tags
arenaregenerator.sign.create.use Allows players to create [LeaveArena] signs Create sign with tags
arenaregenerator.sign.use.regen Allows players to use [RegenArena] signs Click [RegenArena] sign
arenaregenerator.sign.use.join Allows players to use [JoinArena] signs Click [JoinArena] sign
arenaregenerator.sign.use.leave Allows players to use [LeaveArena] signs Click [LeaveArena] sign
arenaregenerator.sign.bypass Allows players to bypass sign cooldowns Click signs repeatedly
arenaregenerator.sign.break Allows players to break interactive signs Break sign block

Example Configuration

# ArenaRegenerator Plugin Configuration

# Cooldown in seconds for using ArenaRegenerator signs (e.g., [JoinArena], [RegenArena]).
# Set to -1 to disable the cooldown entirely.
sign-use-cooldown-seconds: -1

# Minigame Arena Configurations
# Define settings for each arena that will function as a minigame.
minigames:
  # Example Arena Configuration
  arena_1:
    enabled: false # Whether this arena can be used as a minigame
    min-players: 2 # Minimum players required to start the game
    max-players: 8 # Maximum players allowed in the arena
    game-duration-seconds: 180 # How long the game lasts (e.g., 3 minutes)
    lobby-countdown-seconds: 10 # Countdown before game starts when min players met

    # Player State Restoration
    # If true, players' inventory, health, food, game mode, and exact location
    # will be saved before joining and restored upon leaving/game end.
    # If an exit spawn is defined, this will override the player's last location.
    restore-player-state-on-exit: true

    # Whether players' inventories are cleared when joining the game
    clear-inventory-on-join: true

    # Specify items to give on join as a list of "MATERIAL_NAME" or "MATERIAL_NAME:AMOUNT"
    give-item-on-join:
      - DIAMOND_SHOVEL
      - STONE_AXE:1 # Example: a stone axe with quantity 1
      - LEATHER_HELMET
      - LEATHER_CHESTPLATE
      - LEATHER_LEGGINGS
      - LEATHER_BOOTS
      - COOKED_BEEF:16 # Example: 16 cooked beef

    game-mode-on-join: SURVIVAL # SURVIVAL, ADVENTURE, CREATIVE, SPECTATOR

    # List of materials that players are allowed to break in this arena
    breakable-blocks:
      - SNOW_BLOCK
      - ICE
      - GLASS

    # List of materials that players are allowed to place in this arena
    placeable-blocks:
      - COBBLESTONE
      - DIRT
      - SAND

    prevent-damage: true # Prevent any damage to the players
    item-drops: true # Allow item drops from blocks
    prevent-item-durability-loss: true # Prevent items from losing durability

    winner-rewards: # Gives players rewards for winning the game. Use %player% to specify the winning player.
      commands:
        - "give %player% diamond 3"
        - "eco give %player% 100"

Data Storage

The plugin stores:

Building from Source

To build from source:

  1. Clone repository.
  2. Ensure Java 25 and JAVA_HOME are set.
  3. Build with Maven (mvn clean package).
    The compiled JAR will be in the target/ directory.

Support & Contribution

If you encounter issues, have suggestions, or wish to contribute, visit the GitHub repository.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more