c0cbaa9 Fix issue with incorrect group in paper-plugin.yml
Fixes #27
f0ab86c Update the get method to use Optional<Icon> 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
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.