- Fixed showing waypoint causes error due to packet teleport entity structure change in newer versions
- Fixed waystone statistic "used-time" not being updated when the waystone is useds
- Fixed waystone statistic "visited-time" and "total visited" not being updated when teleported from across the server (proxy)
- Waystone type names are now localized by default on default config
- When a menu item failed to load, it will no longer disrupt the entire config loading process causing menus to not be able to open
- Clarified error message when menus are not opening due to failed configuration load
- This version is optional to update if you have no issues with menu configuration
- Added Logging System
Every player activity related to FancyWaystones is now logged to console. You can disable this in config.yml.
- Log player teleport to waystone
- Log player teleport to waystone using warpstone
- Log player placed a waystone
- Log player destroyed a waystone
- Log waystone being destroyed by explosion
- Log player activated a waystone
- Log player death book use
- Log player teleportation book use
- That way, you can monitor what your players are doing with waystones. This is useful for moderation purposes.
- Initial implementation of CraftEngine support
Expect to have some issues with the integration, if you found any bug, report it in the discussion section or in the discord server- Added CraftEngine custom item
- Added CraftEngine custom block component model
- Added CraftEngine custom furniture component model
(Note: Update the plugin both in bungeecord and paper/spigot server)
- Added /fwdebug on bungeecord plugin
- Fixed plugin failed to register worldguard flag
- Fixed bungeecord teleportation
- Fixed issue where waystone placed not loaded in other servers
- Fixed issue where if you have same world UID in both server, it might claim and place the waystone in both server
- Added Residence integration (with HAS_LAND_ACCESS condition)
- Added WorldGuard support
- waystone-place flag
- waystone-break flag
- waystone-use flag
- waystone-activate flag
- warpstone-use flag
- waypoint-add flag
- waypoint-remove flag
- tp-book-use flag
- death-book-use flag
- waypoint-show flag
- tp-book-bind flag
- waystone-teleport flag
- Initial 1.21.5 support
- Fixed integration with ItemsAdder furniture (it is now preferred over custom block model)
- Added "Broadcast Break Condition" option in waystone type configuration.
- By default, server waystone type will no longer broadcast message when broken
- Fixed bug where players cannot place waystone item with ItemsAdder custom item as item model
