Skip to content

FlagWar 0.5.1: French Translation, WarZoneListener Adjustments, Misc. Fixes (Amended Release)

Compare
Choose a tag to compare
@TheFlagCourier TheFlagCourier released this 27 Oct 21:51
· 147 commits to main since this release
d4f826d

Release 0.5.1 (Amended)

This release of FlagWar is a minor one, and replaces 0.5.0 as a supported version. It adds a French translation, and address a few things. Thanks to @Bibithom and @LlmDl for their contributions.

Note: This release was amended to include #87.


Summary of Changes

Added

  • French Translation (fr_FR)
    (#83, @Bibithom)

  • Expansion of the WarZoneListener
    (#87, @LlmDl)

    • Now implements listeners for the following Towny Events:
      • TownyBurnEvent
      • TownyExplodingBlocksEvent
      • TownyExplosionDamagesEntityEvent
      • TownBlockPVPTestEvent
    • Follows the Towny WarZoneConfig like the Build/Destroy/Switch/ItemUse events do.
    • Also adds Cell#parse(WorldCoord) method for convenience.

Fixed

  • An issue with canceling null hologramThreads.
    (#85, @LlmDl)

  • Implementation of WarZoneListener, and how FlagWar utilizes WarZones.
    (#86, @LlmDl)