Skip to content

v3.4.2

Latest

Choose a tag to compare

@JeremyFail JeremyFail released this 29 Jun 03:26

Overview

This release has just a few small updates:

  • Teams API Integration: The minimum version has been updated to 2.4.0. This allows Faction Prefixes to work when using the Teams API integration. If you use any older versions of Teams API, it will not hook into FactionsChat - please update if you are using Teams API.
  • PlaceholderAPI updates:
    • A new variant of modifier has been added. Previously, we had lp, rp, and bp, which stood for "left padding", "right padding", and "both padding". They add a space to either the left, right, or both sides of a placeholder. A variant of these now exist: lpN, rpN, and bpN - where N is a number. It will add N number of spaces in those cases. So if you wanted two spaces to the left of a placeholder, you could use lp2.
    • Note that the rules for how the modifiers work have not changed - just that you can now specify the number of spaces that should be added in those cases. Please see the Wiki for more details.