Fix Paper 26.2 explosion restoration stall
build / build (push) Failing after 14m15s
build / draft (push) Skipped

This commit is contained in:
Michael Burgess
2026-08-06 15:28:36 -04:00
parent 53219f19df
commit 0087a0da7f
21 changed files with 225 additions and 89 deletions
+9 -3
View File
@@ -1,7 +1,13 @@
MobArena [![Build Status](https://github.com/garbagemule/MobArena/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/garbagemule/MobArena/actions/workflows/build.yml)
========
MobArena — Paper 26.2 fork
==========================
MobArena is an arena-style minigame for Spigot-based Minecraft servers
This fork updates upstream MobArena 0.109 for **Paper 26.2** and **Java 25**. It removes the legacy Bukkit material access that could stall the server during arena explosions and updates APIs renamed in modern Paper.
Upstream project: https://github.com/garbagemule/MobArena
Build with `./gradlew build`. The deployable plugin is written to `build/libs/MobArena-0.109.1-tss3.jar`.
MobArena is an arena-style minigame for Paper-based Minecraft servers.
## Getting Started