README: All economy options will be reset due to them being moved to econ-config.json. Faction Bank and economy settings have been improved and are exposed to the API for addons, and other plugins to add costs. FactionsX-Core
Updated 1.16.4 spigot dependency
Skip held items in upgrade for mob drop multiplier code.
Fly check now uses permission check and denies if permission is no longer present.
Command Cost system is rewritten, along with econ options.
Actually charge for faction creation now.
Slightly changed chat formatting system, nothing should break.
PlaceholderAPI expansion now persists on reload.
Rewritten credits manager
Relations are now removed upon faction removal; this fixes issues with wilderness relations.
An exception is no longer thrown upon checking one's own balance using other.
FGrace-Addon
Ability to toggle grace from an admin command.
Ability to toggle the whereabouts of explosion cancelling. Basically whether or not it's only claims or everywhere.
PlaceholderAPI support in FGrace-Addon.
FChest-Addon
Change FChest-Addon's default rowss from 0 to 1. Whoops.
FCropUpgrades-Addon
Crop Upgrades Addon will no longer enable on server versions that are 1.12 or lower
Addons F CropUpgrades Addon: This addon implements upgrades that were missing for crops like carrots, potates etc, using the new API, so it is 1.13+.
F Shop Addon: This addon implements a faction shop that can charge for items using credits, it has a configurable GUI and more.
FactionsUUIDAPI Proxy The FactionsUUIDAPI proxy file included in the download is a minecraft plugin that attemps to imitate being FactionsUUID. However, it is not, and proxies API calls sent to FactionsUUID to FactionsX. This is hacky peice of software, and still requires testing, if you experience any issues with plugins not hooking in correctly, please ask in our discord.
Changelog
Mob Experience Upgrade
TNTBank Upgrade
Fix issue with AIR in role menu
Fix exception when preloading permission GUIs
Optionally use credits for upgrade costs
Allow using admin credit commands from console
Fix issue with reloading with Dynmap Addon present but no Dynmap plugin.
Disable worldborder check if buffer < 0.
Fix econ payments
Thanks for supporting us and using the plugin! If you like our work please consider donating on patreon.
Addons F CropUpgrades Addon: This addon implements upgrades that were missing for crops like carrots, potates etc, using the new API, so it is 1.13+.
F Shop Addon: This addon implements a faction shop that can charge for items using credits, it has a configurable GUI and more.
FactionsUUIDAPI Proxy The FactionsUUIDAPI proxy file included in the download is a minecraft plugin that attemps to imitate being FactionsUUID. However, it is not, and proxies API calls sent to FactionsUUID to FactionsX. This is hacky peice of software, and still requires testing, if you experience any issues with plugins not hooking in correctly, please ask in our discord.
Changelog
Mob Experience Upgrade
TNTBank Upgrade
Fix issue with AIR in role menu
Fix exception when preloading permission GUIs
Optionally use credits for upgrade costs
Allow using admin credit commands from console
Fix issue with reloading with Dynmap Addon present but no Dynmap plugin.
Disable worldborder check if buffer < 0.
Fix econ payments
Thanks for supporting us and using the plugin! If you like our work please consider donating on patreon.
We have migrated factionsx to gradle, and some of the classes have changed paths, so you will need to update your hooks if you are using any of the Addon APIs.
- Fix PlayerListener when mappings failed to load issue.
- Fix shade issue with apache commons ( this issue was from a dev build ).
- Moved some code around and made it reusable to prepare for FRoster Addon.