Skip to content

Releases: ickerio/factions

v2.4.1 for Minecraft 1.20

08 Jun 00:38
9fb0b4f

Choose a tag to compare

v2.4.0

21 Mar 23:03
afb9184

Choose a tag to compare

  • Drop the contents of the faction safe when disbanding (b10f144)
  • Toggle-able claim protection (#89)
  • Fix Dynmap world name issue (80634d3)
  • Fix Dynmap home bug (e710390)
  • Fix Styled Chat incompatibility (#92)
  • Update to 1.19.4 #96

v2.3.2 for v1.19.3

08 Dec 02:35
1666c02

Choose a tag to compare

  • Update to 1.19.3 (#81)

v2.3.1 for v1.19.2

30 Nov 22:25
7a39dbd

Choose a tag to compare

  • Fix profileless messages failing (eg sending messages as the server)

v2.3.0 for v1.19.2

20 Nov 14:31
d46869d

Choose a tag to compare

  • Add offline player support to /f admin spoof command 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

27 Jul 21:56
3a5e8b6

Choose a tag to compare

  • 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

11 Jul 13:02
4c6e254

Choose a tag to compare

  • 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

25 Jun 02:22
ff5204e

Choose a tag to compare

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

13 Jun 03:42
654d064

Choose a tag to compare

  • Added configurable Faction safes with three modes using a /f safe or 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 factions directory did not exist cc7543b
  • Added /f admin power command to manually change a factions power

v2.0.0 for v1.19

09 Jun 00:51
04a3897

Choose a tag to compare

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.json to config/factions.json
    • zoneMessageEnabled changed to radarEnabled
    • Now using version: 2

Commands

  • Added /f modify motd to display a message when a member joins the server
  • Added /f modify name to rename faction
  • Moved /f claim to /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 disband command to remove old factions
  • Renamed the zone message command to /f radar as well as in the config
  • Replaced ally command with declare to 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