- Loading invalid/missing GUI configuration now no longer prevents all of the GUI from being loaded. It will fallback to warning and a dummy "Config Error" in-game GUI.
- Added 1.21.11 support
- Properly report when nexo items failed to load
- Fixed issue when recipe created by edit recipe command cannot be saved/loaded properly.
- Optimized per-player toggle show particle option feature
- Added Per-Player Settings Menu
- Added settings to disable Particle Effects per player
- Added settings to disable Sound Effects per player
- Added settings to disable UI Animation per player
- Added TIME condition
- Added BLACKLIST_MEMBER_COUNT condition
- Added PLAYER_HAS_DEATH_LOCATION condition
- Added WAYSTONE_HAS_PASSWORD condition
- Added MEMBER_COUNT condition
- Added language files:
- Arabic (ar_sa.yml)
- Germany (de_de.yml)
- English (updated) (en_us.yml)
- Spanish (es_es.yml)
- French (fr_fr.yml)
- Hindi (hi_in.yml)
- Indonesian (id_id.yml)
- Japanese (ja_jp.yml)
- Javanese (jv_id.yml)
- Korean (ko_kr.yml)
- Russian (ru_ru.yml)
- Sundanese (su_id.yml)
- Tagalog (tl_ph.yml)
- Chinese (zh_cn.yml)
- Added command to migrate from local to sqlite
- Added command to migrate from mysql to sqlite
- Added command to migrate from sqlite to local
- Added command to migrate from sqlite to mysql
- Added SQLITE storage
- Recipe for waystones has been simplified to use less items
- Recipe for waystones no longer require polished andesite and smooth stone slab, and will use obsidian and cobblestone instead.
- Recipe for private waystone now only requires 1 nametag.
- Recipes are configurable, these defaults will apply to new plugin-users.
- Fixed inconsistency on custom icon configuration between waystone types
- Added CubeParticle
- Added SquareParticle
- Added world aliases option for world name placeholders
- Added Actions
Action allows server owners to execute command or send message when an event (from FancyWaystones) is triggered.
See the documentation here: https://septogeddon.gitbook.io/fancywaystones/fancy-waystones/actions
- Added 1.21.10 support
- Fixed price ambiguity and inconsistency.
Price configuration section is now separated into 6 section
- "Price" - the price set by target waystone on waystone-to-waystone teleportation
- "Usage Price" - the price set by source waystone on waystone-to-waystone teleportation
- "Owner Commission Price" - the price set by target waystone, a part of which goes to the waystone owner, on waystone-to-waystone teleportation
- "Usage Owner Commission Price" - the price set by source waystone, a part of which goes to the waystone owner, on waystone-to-waystone teleportation
- "Warpstone Price" - the price set by target waystone on warpstone-to-waystone teleportation
- "Warpstone Owner Commission Price" - the price set by target waystone, a part of which goes to the waystone owner, on warpstone-to-waystone teleportation
- Item parsing no longer modifies 3rd party custom item if no extra metadata changes required/provided on the configuration.
- Fixed plugin fails to load on bungeecord and velocity
