1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Script MirrorUtils 1.1.2

Tons of useful expressions and conditions you might need.

  1. Bug fixes

    EWS
    Bug fixes:
    - changed the enchant expression to %itemstack% enchanted with %enchantmenttypes% to avoid conflicts with Skript's expressions.
    - formatted %number% should now work properly (it was using the wrong variable). [thanks TeAm6_AZLIK]
    - all lists now use and to avoid the annoying 'list missing and/or' warning. [thanks TeAm6_AZLIK]
    EthernalDragon and Ayham Alali like this.
  2. Fixed enchant & formatted number expressions

    EWS
    Bug fixes:
    - changed the enchant expression to %itemstack% enchanted with %enchantmenttypes% to avoid conflicts with Skript's expressions.
    - formatted %number% should now work properly (it was using the wrong variable). [thanks TeAm6_AZLIK]
    Ayham Alali likes this.
  3. Fixes for 2.3.1 and minor changes

    EWS
    Fixes:
    - MirrorUtils now supports 2.3.1.
    - Fixed condition comments where it was showing as boolean.
    - month in text to seconds expression is now represented as 'mo' (to avoid conflict with minute).

    Changes:
    - none
    Ayham Alali likes this.
  4. Direct variable sorting and {_var}++

    EWS
    Changes:
    - Sorting now works directly with variables and allows you to get the last ones.
    - Added a {_i}++ / {_i}-- effect.
    Ayham Alali likes this.
  5. New expressions and fixes.

    EWS
    Fixes:
    - ENTITY HAS POTION now has an optional s in level.

    Added:
    - ordinal of integer > returns 1th, 2nd, 3rd
    - format seconds > allows you to format seconds (unix timestamps or time differences) any way you want, e.g. 1h10m15s or 1 hour, 10 min and 15 sec.
  6. Fix in RegEx matches condition.

    EWS
    Fixes the RegEx matches condition that wasn't working.