- Fixed issue where players could bypass warp scroll single use
- Fixed issue with waypoints not moving
- Fixed issue where players could bypass waystone payment
- Fixed issue with item economy name does not match item display name
- Added 1.21.9 support (tested on 1.21.9#53 paper)
- You can now turn your fancywaystones recipe into shapeless recipe by setting "Shapeless" to true on your recipe configuration. Unlike Shaped recipe (the current default) where you have to put the item at the position exactly as the configured layout, shapeless recipe allows players to craft the item ignoring the layout (An example of shapeless recipe is torch crafting recipe), this also allows players to craft waystone in their inventory.
- Added ECONOMY_WHITELIST condition
- Added ECONOMY_BLACKLIST condition
- Added Commission Economy Condition (default to ALWAYS) to waystone type config. This allows server owner to limit which economy/currency the player can receive from commission.
- Added Payment Economy Condition (default to ALWAYS) to waystone type config. This allows server owner to limit which economy/currency the player can pay to teleport.
- Missing language message now will fallback to the default language message
- Added "LOGIC_XOR" condition
- Added "EQUALS_IGNORE_CASE", "NOT_EQUALS_IGNORE_CASE", "MATCHES_REGEX", "NOT_MATCHES_REGEX" to COMPUTE_PLACEHOLDER condition
- Added waystone earnings to waystone statistics
- Added "{waystone_earning_<economy id>}" placeholder to show waystone earning statistic of specific economy id.
- Fixed issue with waystone earning statistic placeholder not being formatted
- Fixed players being charged twice for leashed animal teleporation (for commission price)
- Fixed conflicting client side entity ids
- New condition: DISTANCE_TO_WAYSTONE
- Added option to use custom condition reason message using "Reason" and "Negate Reason" option
- Added option "Comparison" option to ENCHANTED and EFFECT with possible values: (EQUALS, NOT_EQUALS, GREATER_THAN, LESS_THAN, GREATER_THAN_OR_EQUAL, LESS_THAN_OR_EQUAL), default to GREATER_THAN_OR_EQUAL.
- Fixed waystone item not saving owner data causing waystone to ignore HAS_OWNER criteria on placement condition
- Changed attached entities implementation
- Changed folia scheduler implementation
- Added Commissioning System
Now your players can customize and charge for using their waystone (only on teleportation). Player can also receive their earnings from the earnings GUI inside the waystone settings.- Added Commercial Waystone Type
This kind of waystone allows player to charge other players for accessing the location. This waystone is listed under public waystone category.- Removed regular.yml model
This model is outdated and can be replaced with bedrock.yml (that supports both java and bedrock clients)- Added Claim Mode option
