Resource icon

Script MirrorUtils 1.1.2

  • 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!

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]
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]
  • Like
Reactions: Ayham Alali
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
  • Like
Reactions: Ayham Alali
Changes:
- Sorting now works directly with variables and allows you to get the last ones.
- Added a {_i}++ / {_i}-- effect.
  • Like
Reactions: Ayham Alali
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.
Fixes the RegEx matches condition that wasn't working.