Recent content by EWS

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

  1. EWS

    Offering EWS's Skript shop | Quality & performance

    My shop is now reopened. I am now accepting Skript, bots and configuration commissions. Be sure to contact me if you need anything! Best regards, EWS
  2. EWS

    Skript Sorting Method / Toplists

    You shouldn't sort your values directly in the command. If it takes 1 second to sort 50k variables, someone spamming the command will crash the server rather easily. Also, I don't understand why you replaced expr/exprs with expression. For me it only reduces readability by making lines longer...
  3. EWS

    Script MirrorUtils - Bug fixes

    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...
  4. EWS

    Script MirrorUtils - Fixed enchant & formatted number expressions

    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]
  5. EWS

    Script MirrorUtils - Fixes for 2.3.1 and minor changes

    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
  6. EWS

    Offering EWS's Skript shop | Quality & performance

    Thanks for your support!
  7. EWS

    Script MirrorUtils - Direct variable sorting and {_var}++

    Changes: - Sorting now works directly with variables and allows you to get the last ones. - Added a {_i}++ / {_i}-- effect.
  8. EWS

    Script MirrorUtils - New expressions and fixes.

    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.
  9. EWS

    Script MirrorUtils - Fix in RegEx matches condition.

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

    Script MirrorUtils 1.1.2

    MirrorUtils This resource has a bunch of useful expressions that you might need, mostly related to texts and numbers. Addons required: - skript-mirror, skript-mirror and skript-mirror (1.0.0) Examples: on chat: message regex matches...
  11. EWS

    Offering EWS's Skript shop | Quality & performance

    EWS's Shop Hello. It's been a while, but I'm accepting commissions again. You can request a script or a Discord Bot through my Discord or email below. My services ▪ Skript development, ranging from a simple function to full server functionality; ▪ Functions and APIs for scripts; ▪ Discord bots...
  12. EWS

    Script skBackpacks NBT | A better way to store your stuff!

    If you want to, you're free rewrite it :emoji_wink:
  13. EWS

    Useful vanilla Skript functions

    Fixed it, changed > to >=
  14. EWS

    Useful vanilla Skript functions

    Here is a list of some functions which do plenty of useful stuff (mostly with numbers). Most of them are made by me. Round to x decimal cases Does what Skript's built-in function should do, rounds to the amount of decimal places you want. Code: Usage: Format number Formats a number so it can...
  15. EWS

    [Snippet] Argument alias

    What does it do? It creates easy aliases for your commands. For example, if you need to create a weather script and want to match many words to one type of weather, this function will return: - the word to send to the player, for example, if you type sun it'll send sunny. - the weather type, in...