ArenaRegen now supports PlaceholderAPI with new placeholders:
- %arenaregen_region%: Shows the arena a player is in, or "None" if not in one.
- %arenaregen_locked%: Returns "true" if the arena is locked, "false" if not.
- %arenaregen_status%: Displays arena status ("Regenerating", "Locked", "Available", "Invalid Arena", or "None").
- %arenaregen_nextregen%: Shows time until next regen (e.g., "50s"), or "Regenerating"/"Not Scheduled".
- %arenaregen_size%: Shows the arena’s block count (e.g., "1000").
- %arenaregen_creator%: Displays the arena creator’s name, or "Unknown".
- %arenaregen_world%: Shows the arena’s world name, or "Invalid Arena"/"None".
Usage with Players:
Stand in an arena and use /papi parse me %arenaregen_nextregen% to see the timer. In holograms (e.g., Decent Holograms), add /dh addline myholo &eNext Regen: %arenaregen_nextregen%.
Usage without Players:
Specify an arena name like /papi parse me %arenaregen_nextregen_testarena% to get info for "testarena". From console, use /papi parse console %arenaregen_nextregen_testarena% (returns "Arena or Player Required" if no arena specified).