️ Update: Condition Tweaks & Removal of Auto Command-Time System
- ✈️ Condition behavior improvement:
If you had fly enabled and it was disabled due to conditions, it will now automatically re-enable when you enter an area where flying is allowed again.
- ❌ Removed automatic addition of commands-time-remaining:
The system that automatically added predefined time messages such as:
Code (YAML):
commands-time-remaining:
0:
commands
: 'title
%player% title {"text":"You have 0 seconds fly left!","bold":true,"color":"gold"}'
1:
commands
: 'title
%player% title {"text":"You have 1 seconds fly left!","bold":true,"color":"gold"}'
2:
commands
: 'title
%player% title {"text":"You have 2 seconds fly left!","bold":true,"color":"gold"}'
3:
commands
: 'title
%player% title {"text":"You have 3 seconds fly left!","bold":true,"color":"gold"}'
5:
commands
: 'title
%player% title {"text":"You have 5 seconds fly left!","bold":true,"color":"gold"}'
has been removed for better manual configuration control
⚙️
General improvements to condition handling and region-based behavior.