PiggyFactions Versions Save

A modern open source factions plugin for PocketMine-MP

2.1.0

10 months ago

๐Ÿ†• New Features

  • Added support for API 5 (#132)

๐Ÿ› Bug Fixes

  • Fix /f help with negative integers crashing server (#133)

Misc

  • Virion changes
    • Updated Commando to 3.1.0
    • Updated libasynql to 4.2.0
    • Updated libPiggyEconomy to 3.0.2
    • Migrated from libformapi to FormsUI
  • Bumped minimum PMMP version to 5.3.0.
  • Bumped version to 2.1.0

Full Changelog: https://github.com/DaPigGuy/PiggyFactions/compare/2.0.4...2.1.0

2.0.4

1 year ago

NOTE: PLEASE REGENERATE YOUR CONFIGS AND LANGUAGE FILES! NEW SETTINGS WERE ADDED.

๐Ÿ› Bug Fixes

  • Fixed /f home not working until a server restart. (#123)
  • Fixed /f top with large negative/positive numbers crashing server. (#128)
  • Fixed /f claim with large radiuses for circle/square toggles crashing server. (#128)
  • Fixed /f promote on an offline user crashing server. (#128)
  • Fixed /f kick unable to fetch role data crashing server. (#116)
  • Sanitized color codes from faction name, description, and MOTD (#119).
    • This applies only to newly created factions, or those who attempt to update these fields.

๐Ÿ†• New Features

  • NEW: Added ability to disable any commands. (#128)
  • NEW: Added ability to disable autoclaim, unclaimall, square, and circle claims. (#128)
  • NEW: Added ability to configure max radiuses for circle/square claims. (#128)

Misc

  • Support for PHP 8.1.
  • Bumped minimum PMMP version to 4.21.0.
  • Bumped version to 2.0.4

Full Changelog: https://github.com/DaPigGuy/PiggyFactions/compare/2.0.3...2.0.4

2.0.3

2 years ago
  • Implemented support for new BedrockEconomy API
  • Bumped version to 2.0.3

Full Changelog: https://github.com/DaPigGuy/PiggyFactions/compare/2.0.2...2.0.3

2.0.2

2 years ago
  • Migrated to DaPigGuy/[email protected] for improved auto-update checks. (#112)
  • Updated DaPigGuy/FormAPI-4.0.0 to 2.1.0
  • Updated Paroxity/Commando to 3.0.0
  • Bumped version to 2.0.2

Full Changelog: https://github.com/DaPigGuy/PiggyFactions/compare/2.0.1...2.0.2

2.0.1

2 years ago
  • Updated libPiggyEconomy to 3.0.0 (#111)
    • Added BedrockEconomy support.
    • Dropped MultiEconomy support.
  • Bumped version to 2.0.1

2.0.0

2 years ago
  • Fixed world crashing when using /f home in an unloaded world (#72)
  • Fixed /f who being completely obfuscated if ยงk is used in the description. May need to re-generate your language files. (#104)
  • Support PMMP API 4.2.0
  • Bumped version to 2.0.0

PiggyFaction's PureChat for 4.0.0 can be downloaded here: https://github.com/Heisenburger69/PureChat/releases/download/2.0.0/PureChat-PiggyFactions_v2.0.0.phar

1.2.0

3 years ago
  • Add support for ScoreHud v6 (#94)
  • Updated Serbian translations
  • Bumped libasynql to v3.3.1
  • Bumped version to v1.2.0

1.1.3

3 years ago
  • Fixed Internal Server Error caused by submitting empty forms (#91)
  • Added /f debug command (#69)
  • Bumped version to v1.1.3

1.1.2

3 years ago
  • Fixed Internal Server Error caused by banning factionless players
  • Register $instance in onLoad() instead of onEnable() (#76)
  • Renamed FlagFactory::registerPermission to FlagFactory::registerFlag
  • Fixed FactionPermission keys not being removed before serializing
  • Fixed right click interactions being cancelled (#11)
  • Bumped version to v1.1.2

1.1.1

3 years ago
  • BC-BREAKS: Stop using Chunk objects for claim lookups and use Position instead.
  • BC-BREAKS: Renamed ClaimsManager::getClaim() to ClaimsManager::getClaimByPosition()
  • BC-BREAKS: Separate PlayerManager::getPlayer() to getPlayer() and getPlayerByUUID()
  • Reduced usage of class::getInstance() calls
  • Added command: /f unsethome
  • Added feedback to /f claim auto and /f unclaim auto
    • Note: To begin autoclaiming, you will need to first create a claim with /f claim, then use /f claim auto after that.
    • This is not intended behavior and is planned to be fixed in later versions.
  • Fixed error when promoting a player to leader in admin mode
  • Updated Translators list in /f version
  • New Languages:
    • id_ID: Indonesian
    • fr_FR: French
  • Updated existing language file strings
  • Bumped version to v1.1.1