Changes (Feature request #23)
- Plugin updated for Minecraft version 1.20.5.
- Changed 15Min Scheduled Task to run in async thread (should help with lag).
- Reremake implementation will no longer be updated. Last support is for QS-Reremake v5.1.2.5.
- Changed logger statements to show Main/Async thread state.
- Structural changes in the config.yml, specifically for shop-gui related options.
- Fixed an issue with showing large numbers in currency.
- Added new feature to format currency format. For example: $10,210,100 will be shown as $10.21M. New config option to toggle it:
Code (YAML):
shop-gui:
use-shorter-currency-format
: true
- New config option added as below to toggle if players should be allowed to warp to locked warps (Only for PlayerWarps).
Code (YAML):
player-shop-teleportation:
nearest-warp-tp-mode:
do-not-tp-if-warp-locked
: true
- Config version is now 15.