- fixes timers arena timer placeholders being inaccurate
- Theres is now built-in support for placeholders that resolve to the soonest arena that resets of a list of arenas.
- This can be used to make placeholders that tell you which arena is resetting next in a list of arenas, e.G: if you want to switch between multiple arena layouts
examples:
%AsyncArenas_rotation_name:stone;dirt;sand;obsidian%if you have an area with 4 arenas in it with the namesstonedirtsandandobsidian, this will give you the name of the arena that will reset next soonest.
%AsyncArenas_rotation_timer_short:stone;dirt;sand;obsidian%if you have an area with 4 arenas in it with the namesstonedirtsandandobsidian, this will give you the time it will take until the arena that resets soonest will reset.
# Placeholders
with this update, you can now query the time it will take for an arena to reset using placeholders. Currently, there are 2 formats for doing this
1. Short Time Format:
Using%AsyncArenas_timer_short_ARENANAME%, you can get the time until the arena with the nameARENANAMEresets in a format such as:14m 59sor1h 2m.
2. Longer Time Format:
Using `%AsyncArenas_timer_long_ARENANAME%, you an get the time until the arena with the nameARENANAME` resets in a format such as:
3h 5m 0sor0h 1m 0s
for both of these placeholders, if there is no arena with the nameARENANAME, they will not work.
Incase you have suggestions for more placeholders, or in general more features, please join my discord and open a ticket: https://discord.gg/DdC2wKZmRs
- Fixed Some Commands not Being Executeable from Console
- Fixed Exception in edge case scenarios
