
Bugs Fixed 🐛
- Fixed an issue with incorrect logging placeholders
- Fixed an issue with the names of banners not showing up in the tooltip.
- Adding
<name>to the tooltip configs fixed this.
- Adding
- Fixed an issue with
storage/banners.jsonandbanners/config.ymlnot extracting- This fixes another issue where the feature is not enabled because it defaults to false.
- Fixed an issue with banner permissions due to a missing
. - Fixed an issue with Fusion API (#911) where spaces were not acceptable in the path.
- The toggle for banners is no longer in
config.yml, it's moved to banners/config.yml- It's disabled by default, set it to
truein banners/config.yml, then restart your server.
- It's disabled by default, set it to
- The existing banners directory should be deleted, as the layout changed.
/pl3xmapextras helpis removed, as onlypl3xmapextras reloadis needed.- You should re-generate the messages.yml.
- ClaimChunk support was removed, The developer no longer updates it.
- All banner data is stored in storage/banners.json.
- Fixed an issue with icons throwing an
IllegalStateExceptionby switching to Optionals- If no icon is found, A simple message will log to console instead.
New Permissions:
- pl3xmapextras.banners.admin (default to op)
- pl3xmapextras.banners.place (default to op)
- pl3xmapextras.banners.remove (default to op)
- pl3xmapextras.access (gives access to /pl3xmapextras)
- The toggle for banners is no longer in
a078685 Fix issue with main class not found due to not defining project group
9ba5c76 Loop through entities via the region scheduler
The plugin is also marked as folia-supported
c0cbaa9 Fix issue with incorrect group in paper-plugin.yml
Fixes #27
f0ab86c Update the get method to use Optional
instead of throwing an IllegalStateException. If the optional is found, everything is business as usual. If the optional is empty, A message will log to console.
MobsManager#getIcon is now marked as Nullable.
What's Changed
- Sign Changes by @granny in https://github.com/ryderbelserion/Pl3xMapExtras/pull/19
- Add config for banner sounds and particles by @granny in https://github.com/ryderbelserion/Pl3xMapExtras/pull/20
- Fix WorldGuard hook not showing region owners and members by @Grabsky in https://github.com/ryderbelserion/Pl3xMapExtras/pull/22
New Contributors
- @Grabsky made their first contribution in https://github.com/ryderbelserion/Pl3xMapExtras/pull/22
Full Changelog: https://github.com/ryderbelserion/Pl3xMapExtras/compare/1.3.0...1.4.0
9c7e9f5 add HeadDatabase as a softdepend to prevent loading issues when HeadDatabase plugin is present.
49ed4a4 Fixes an issue on startup where it cried about class not found.
9936fb3 Merge pull request #20 from granny/feat/add-config-banner-sound-particles
add config for banner sounds and particles
4a31a1a Merge pull request #19 from granny/fix/signs
Sign Changes
- Updated to 1.21.4
Fixed:
- Return early if world is not found which might fix an error.
Fixed:
- Fixed an issue where, even if the warp module was enabled, and no icon was present in a folder. It would try to create an icon to display data.
- This is similar to the last issue, but in a different area related to retrieving data to display on the map. We now return an empty list if the config options are set to false.
- Fixed an issue where, even if the warp module was enabled, and no icon was present in a folder. It would try to create an icon to display data.
Fixed:
- Fixed an issue where, even if the warp module was disabled. It would attempt to register icons in a folder not yet existing.
Changes:
- Updated claim chunk hook, which fixed a few issues.
Added:
- Ability to blacklist worldguard regions from showing up on the map.
- The config option can be found in the
worldguardfolder!
- The config option can be found in the
Fixed:
- Properly reload configuration files for claim plugins.
- Ability to blacklist worldguard regions from showing up on the map.
Changes:
- Versioning is different, because the previous versioning I didn't care for anymore.
Fixed:
- GriefPrevention now loads properly.
