Releases: ickerio/factions
Releases · ickerio/factions
v2.4.1 for Minecraft 1.20
- Update to 1.20 (a30ce28)
v2.4.0
v2.3.2 for v1.19.3
- Update to 1.19.3 (#81)
v2.3.1 for v1.19.2
- Fix profileless messages failing (eg sending messages as the server)
v2.3.0 for v1.19.2
- Add offline player support to
/f admin spoofcommand 32e91eb - Add guest rank #78
- Fix max faction name bug #77
- Add togglable claim protection with individual permissions 11a7091
- Add place block event 67fb025
- Merge use item and place block ae5977b
- Add open storage block event 933c0aa
- Clean up placeholders behind the scenes 81be7c3
v2.2.1 for v1.19.1
- Updated to 1.19.1
- Fixed bug where killing entities occasionally caused a crash
- Added messages to the spoof command
- Cleaned up some claim protections
v2.2.0 for v1.19
- Added admin spoof command, act as any users and disband, claim etc on their behalf #55
- Added a blacklist to prevent some factions from having potentially confusing names #64
- Changed the config to be easier to understand and edit #62
- Fixed amount of time since being damaged until warping home #59
- Allowed admins to implement limits for faction names
- Added support for the Placeholders API #69
- Added entity interaction checks to prevent other factions from interacting/using with entities 2ba400f
- Improved the info command to include more information and make it easier to read #72
- Added a member command to see members and their ranks #72
- Added config option to limit the length of faction names #58
- Added a config option to disable tab menu styling 9aafcee
v2.1.1 for 1.18.2
Fixed 1.18 bug where player names were not showing up in chat
This bug fix is only for 1.18, for 1.19 use 2.1.0. 1.19 was not affected
The 1.19 release can be found here
v2.1.0 for v1.19.0 and v1.18.2
- Added configurable Faction safes with three modes using a
/f safeor using an enderchest. #52 - Minor optimizations when using a bucket eb337ec
- Play sounds on some actions like power changes or claiming (configurable for each player) #50
- Fix a bug that prevented factionless players from breaking claims owned by a powerless faction 6412538
- Fixed a crash when the
factionsdirectory did not exist cc7543b - Added
/f admin powercommand to manually change a factions power
v2.0.0 for v1.19
Features
- Rewrote the internals to use NBT instead of H2
- Reduce bundle size from megabytes to kilobytes
- Better developer experience
- Reduce the size of the factions folder
- Added an API to hook into events
- Rewrote config file reader
- Provides a default config file if one not provided
- Moved from
factions/config.jsontoconfig/factions.json zoneMessageEnabledchanged toradarEnabled- Now using
version: 2
Commands
- Added
/f modify motdto display a message when a member joins the server - Added
/f modify nameto rename faction - Moved
/f claimto/f claim add - Changed the claim add command to warn users if they don't have enough power to claim a chunk #2 (previous behavior can be used by calling
/f claim add force - Added
/f admin disbandcommand to remove old factions - Renamed the zone message command to
/f radaras well as in the config - Replaced
allycommand withdeclareto declare a relationship with another faction as ally, neutral or enemy.
Other
- Bundled the Fabric Permissions API so it doesn't need to be installed separately
- Added a migrator to migrate the old database to the new NBT one