{"id":18595,"date":"2026-05-31T23:05:31","date_gmt":"2026-05-31T20:05:31","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/arenalite\/"},"modified":"2026-05-31T23:05:31","modified_gmt":"2026-05-31T20:05:31","slug":"arenalite","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/arenalite\/","title":{"rendered":"ArenaLite"},"content":{"rendered":"<p># ArenaLite<\/p>\n<p>A configurable kit-based Free-For-All (FFA) plugin for Paper 1.21+ servers. ArenaLite focuses on a smooth admin workflow, reliable kit handling, and battle-ready defaults that you can tailor through configuration.<\/p>\n<p>## Wiki page Click Here<\/p>\n<p>## Highlights<\/p>\n<p>&#8211; **Arena Workflow** \u2013 Create, list, delete, and configure arenas in-game (`\/ffasetup create\/delete\/setspawn\/build\/setregen\/list`).<br \/>\n&#8211; **Kit Management** \u2013 Save slot-accurate kits from your inventory, link them to arenas, and preview them safely.<br \/>\n&#8211; **Build Toggles** \u2013 Per-arena build flags with high-priority listeners ensure your FFA rules override other plugins when players join.<br \/>\n&#8211; **Safety Options** \u2013 Join protection and anti-cleanup buffs are fully configurable (or disable them entirely).<br \/>\n&#8211; **Storage Choices** \u2013 Player stats persist to YAML by default with optional MySQL support.<br \/>\n&#8211; **Optional Hooks** \u2013 Integrates with FastAsyncWorldEdit (FAWE), PlaceholderAPI, and Vault when present.<br \/>\n&#8211; **Safe Regen** \u2013 During arena regeneration, players inside the arena are teleported to that arena&#8217;s set spawn and have movement locked until regen finishes.<br \/>\n&#8211; **Placeholders &#038; Leaderboards** \u2013 PlaceholderAPI support for player stats and per-kit leaderboards (see Wiki for full list).<\/p>\n<p>## Commands<\/p>\n<p>### Player Commands<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/ffa join <kit>` | Join with the specified kit. |<br \/>\n| `\/ffa leave` | Leave the arena and return to the lobby spawn. |<br \/>\n| `\/ffa kit preview <kit>` | View a read-only preview (if enabled). |<br \/>\n| `\/ffa kit create <kit>` | Create a kit from your inventory (requires `arenalite.admin`). |<br \/>\n| `\/ffa setspawn` | Set the global FFA lobby spawn (requires `arenalite.admin`). |<br \/>\n| `\/ffa regen <arena>` | Manually trigger a regen (requires `arenalite.admin`). |<br \/>\n| `\/ffa reload` | Reload configuration and data (requires `arenalite.admin`). |<\/p>\n<p>### Setup Commands (`arenalite.admin`)<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/ffasetup wand` | Receive the region selection wand. |<br \/>\n| `\/ffasetup create <arena>` | Create an arena using your current world. |<br \/>\n| `\/ffasetup delete <arena>` | Remove an arena (kits linked to it are unlinked). |<br \/>\n| `\/ffasetup setspawn <arena>` | Set the arena spawn point. |<br \/>\n| `\/ffasetup setregen <arena> <true|false>` | Toggle regeneration for the arena. |<br \/>\n| `\/ffasetup build <arena> <true|false>` | Enable or disable player building for the arena. |<br \/>\n| `\/ffasetup list` | Display arena summary (spawn\/regen\/build state). |<br \/>\n| `\/ffasetup kit create <kit>` | Save your current inventory as a kit. |<br \/>\n| `\/ffasetup kit delete <kit>` | Delete an existing kit. |<br \/>\n| `\/ffasetup kitlink <kit> <arena>` | Link a kit to an arena. |<\/p>\n<p>## Configuration Overview<\/p>\n<p>`config.yml` ships with sensible defaults and is fully documented inline. Key sections:<\/p>\n<p>&#8220;`yaml<br \/>\njoin-protection:<br \/>\n  enabled: true<br \/>\n  duration: 10            # seconds<br \/>\n  clear-effects: true     # remove potion effects\/fire when joining\/leaving<\/p>\n<p>anti-cleanup:<br \/>\n  enabled: true<br \/>\n  regen:<br \/>\n    enabled: true<br \/>\n    duration: 3           # seconds<br \/>\n  resistance:<br \/>\n    enabled: true<br \/>\n    duration: 5           # seconds<br \/>\n    level: 2<\/p>\n<p>arenas:<br \/>\n  default-build-enabled: true<br \/>\n  default-regen-enabled: false<br \/>\n  default-regen-interval: 300<\/p>\n<p>settings:<br \/>\n  hotbar-enabled: false<br \/>\n  scoreboard-enabled: true<br \/>\n  kit-previews:<br \/>\n    enabled: true<br \/>\n    readonly: true<br \/>\n  instant-respawn-delay: 1   # ticks<\/p>\n<p>ffa:<br \/>\n  spawn: &#8220;&#8221;                 # set via \/ffa setspawn<\/p>\n<p>storage:<br \/>\n  type: YAML                 # YAML or MYSQL<br \/>\n  mysql:<br \/>\n    host: localhost<br \/>\n    port: 3306<br \/>\n    database: arenalite<br \/>\n    username: root<br \/>\n    password: password<br \/>\n    use-ssl: false<br \/>\n    table-prefix: arenalite_<br \/>\n&#8220;`<\/p>\n<p>Additional configuration lives in:<\/p>\n<p>&#8211; `messages.yml` \u2013 Fully translatable messages.<br \/>\n&#8211; `arenas.yml` \/ `kits.yml` \u2013 Generated data stores (editing is optional).<\/p>\n<p>## Storage Options<\/p>\n<p>&#8211; **YAML (default)** \u2013 Zero setup, perfect for small\/medium servers.<br \/>\n&#8211; **MySQL** \u2013 Enable in `config.yml` for asynchronous read\/write through the Bukkit scheduler.<\/p>\n<p>## Optional Integrations<\/p>\n<p>&#8211; **FastAsyncWorldEdit** \u2013 Speeds up and enhances regeneration when present. Without FAWE, ArenaLite uses its built-in snapshot-based regen.<br \/>\n&#8211; **PlaceholderAPI** \u2013 Registers `%arenalite_*%` placeholders automatically.<br \/>\n&#8211; **Vault** \u2013 Foundation for upcoming economy rewards (hook loads when Vault is present).<\/p>\n<p>## Installation<\/p>\n<p>1. Drop the plugin into your `plugins\/` directory.<br \/>\n2. Start the server once to generate configuration files.<br \/>\n3. Adjust `config.yml`, `messages.yml`, and the data files as needed.<br \/>\n4. Use the `\/ffasetup` commands to create arenas and kits.<\/p>\n<p>## Permissions<\/p>\n<p>&#8211; `arenalite.use` \u2013 Access to player commands (default: everyone).<br \/>\n&#8211; `arenalite.admin` \u2013 Access to setup\/admin commands (default: OP).<br \/>\n&#8211; `arenalite.*` \u2013 Grants both of the above.<\/p>\n<p>## Useful Links<\/p>\n<p>&#8211; docs\/SETUP.md \u2013 Step-by-step arena &#038; kit setup.<br \/>\n&#8211; docs\/REGEN.md \u2013 How safe regeneration works and how to configure it.<br \/>\n&#8211; docs\/API.md \u2013 Working with ArenaLite in your own plugins.<br \/>\n&#8211; docs\/PERFORMANCE.md \u2013 Tuning advice for larger servers.<br \/>\n&#8211; docs\/Wiki.md \u2013 Commands, permissions, placeholders, and usage tips.<\/p>\n<p>## Building From Source<\/p>\n<p>&#8220;`bash<br \/>\ngit clone <repository-url><br \/>\ncd ArenaLite<br \/>\nmvn clean package<br \/>\n&#8220;`<\/p>\n<p>The compiled JAR is produced in `target\/`.<\/p>\n<p>## License &#038; Support<\/p>\n<p>ArenaLite is released under the MIT License. If you run into issues:<\/p>\n<p>1. Check the documentation.<br \/>\n2. Search existing GitHub issues.<br \/>\n3. Open a new issue with reproduction steps and server logs.<\/p>\n<p>Enjoy the fights!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Best FFA plugin out here for free and open source<\/p>\n","protected":false},"featured_media":18596,"template":"","meta":{"_minecraft_slug":"arenalite","_minecraft_project_id":"Gj9grJTE","_minecraft_author":"AyoSynk","_minecraft_license":"MIT","_minecraft_downloads":324,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"arenalite.zip","_minecraft_size_bytes":87662,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T11:35:15.577094Z","_minecraft_date_created":"2025-11-09T08:04:15.343379Z","_minecraft_date_modified":"2025-11-07T22:18:51.551440Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/arenalite","_minecraft_icon_attachment_id":18596,"_minecraft_imported_at":"2026-05-31T20:05:32+00:00","_minecraft_import_hash":"412c355c3b48e6ba979e9ac19d43323e","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[88,89,866,127,92],"mod_loader":[132],"minecraft_version":[62,37,40,73,74,38,78,79,80,81,82],"class_list":["post-18595","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-equipment","mod_category-game-mechanics","mod_category-minigame","mod_category-paper","mod_category-utility","mod_loader-paper","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ArenaLite - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/arenalite\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ArenaLite - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Best FFA plugin out here for free and open source\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/arenalite\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/arenalite\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/arenalite\\\/\",\"name\":\"ArenaLite - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/arenalite\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/arenalite\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/arenalite-icon-f3205d2eefb03681681fe0e6fb18fc5290dc6a1a_96.webp\",\"datePublished\":\"2026-05-31T20:05:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/arenalite\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/arenalite\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/arenalite\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/arenalite-icon-f3205d2eefb03681681fe0e6fb18fc5290dc6a1a_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/arenalite-icon-f3205d2eefb03681681fe0e6fb18fc5290dc6a1a_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/arenalite\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"ArenaLite\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ArenaLite - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/arenalite\/","og_locale":"en_US","og_type":"article","og_title":"ArenaLite - Minecraft","og_description":"Best FFA plugin out here for free and open source","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/arenalite\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/arenalite\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/arenalite\/","name":"ArenaLite - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/arenalite\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/arenalite\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/arenalite-icon-f3205d2eefb03681681fe0e6fb18fc5290dc6a1a_96.webp","datePublished":"2026-05-31T20:05:31+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/arenalite\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/arenalite\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/arenalite\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/arenalite-icon-f3205d2eefb03681681fe0e6fb18fc5290dc6a1a_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/arenalite-icon-f3205d2eefb03681681fe0e6fb18fc5290dc6a1a_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/arenalite\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"ArenaLite"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/18595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/18596"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=18595"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=18595"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=18595"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=18595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}