Skip to content

Releases: Dans-Plugins/Fiefs

Fiefs v0.10 (Ponder Integration, Bug Fixes)

12 Feb 19:52
Compare
Choose a tag to compare

Changes in Fiefs v0.10

This version of the plugin has been integrated with the Ponder library and some errors have been fixed.

Fiefs v0.10-alpha-2

11 Feb 06:00
d52e82a
Compare
Choose a tag to compare
Fiefs v0.10-alpha-2 Pre-release
Pre-release

This alpha version of the plugin should work with Medieval Factions v4.6.2.

Fiefs v0.9 (Bug Fix, Autosave, Config Command)

20 Sep 02:58
Compare
Choose a tag to compare

Changes in Fiefs v0.9

  • Fixed null error occurring when a player interacted with an entity while in unclaimed land.
  • Implemented an autosave feature.
  • Created a Logger class to clean up the code related to debug messages.
  • Added the /fi config command.

Fiefs v0.8 (External API, Disabling Support, Command Descriptions & More)

15 Sep 05:03
Compare
Choose a tag to compare

Changes in Fiefs v0.8

  • Created an external API for developers to use.
  • If a faction has disabled fiefs, their members will be disallowed from using most of the commands.
  • Fixed players not being recognized as a member of a fief when they were in a fief.
  • Added descriptions to the command listed in the output of the help command.
  • Added a config option for whether or not territory alerts are enabled.

Utilized on Kingdom: Dark Ages

This was the first version of Fiefs that was installed on Kingdom: Dark Ages.

Fiefs v0.7 (Fief Flags)

13 Sep 02:56
a71618d
Compare
Choose a tag to compare
Pre-release

Changes in Fiefs v0.7

  • Implemented per-fief config options called fief flags.
  • Added the /fi flags command.
  • Added the "claimedLandProtected" fief flag.

Dependency

This version of Fiefs uses Medieval Factions v4.2.2-alpha-4, which can be downloaded here.

Fiefs v0.6 (Transfer Command & Some Improvements)

11 Sep 06:20
Compare
Choose a tag to compare

Changes in Fiefs v0.6

  • Implemented a page system for the help command.
  • Showed the number of members, number of claimed chunks and the cumulative power for each fief in the output of the list command.
  • Added the /fiefs transfer command.
  • Allowed players to view the information of other fiefs in their faction by typing /fiefs info (fiefName).
  • Allowed players to view the members of other fiefs in their faction with the /fiefs members (fiefName) command.

Dependency

This version of Fiefs uses Medieval Factions v4.2.2-alpha-4, which can be downloaded here.

Fiefs v0.5 (bStats, More Commands, Interaction, Territory Alerts)

10 Sep 07:04
6b2549a
Compare
Choose a tag to compare

Changes in Fiefs v0.5

  • Integrated bStats with the plugin
  • Added the /fiefs members command.
  • Added the /fiefs desc command.
  • Added the /fiefs kick command.
  • Allowed players to create fiefs using names that have spaces.
  • If a player isn't in a fief, they will now be prevented from interacting with that fief's claimed land.
  • Added territory alerts.

Dependency

This version of Fiefs uses Medieval Factions v4.2.2-alpha-4, which can be downloaded here.

Fiefs v0.4 (Config.yml, Debug Mode & Land Limits)

10 Sep 03:15
Compare
Choose a tag to compare

Changes in Fiefs v0.4

  • Implemented the Config Manager class.
  • Added the "debugMode" config option.
  • Added the "limitLand" config option.
  • Showed the number of members in the fief in the output of the info command.
  • Showed the fief's cumulative power in the output of the info command.

Dependency

This version of Fiefs uses Medieval Factions v4.2.2-alpha-4, which can be downloaded here.

Fiefs v0.3 (Faction Event Handling)

10 Sep 02:37
Compare
Choose a tag to compare
Pre-release

Changes in Fiefs v0.3

  • Implemented the Event Registry class
  • When a faction is renamed in Medieval Factions, the faction field of all of its fiefs will be updated.
  • When a chunk is unclaimed in Medieval Factions, it will be unclaimed if it belongs to a fief in that faction.
  • When a player leaves a faction, they will leave their fief if they're in one.
  • When a faction is disbanded in Medieval Factions, all of its fiefs will be disbanded as well.
  • When a player is kicked from their faction in Medieval Factions, they will be removed from their fief as well if they're in one.

Dependency

This version of Fiefs uses Medieval Factions v4.2.2-alpha-4.

Fiefs v0.2 (Persistence, Territory, Info, Inviting, Joining & Leaving)

10 Sep 01:48
dc13c8e
Compare
Choose a tag to compare

Changes in Fiefs v0.2

  • Implemented the Storage Manager class, making fiefs persistent.
  • Added the /fiefs claim command.
  • Added the /fiefs unclaim command.
  • Added the /fiefs checkclaim command.
  • Added the /fiefs info command.
  • Added the /fiefs invite command.
  • Added the /fiefs join command.
  • Added the /fiefs leave command.

Dependency

This version of Fiefs uses Medieval Factions v4.2.2-alpha-4.