Search results

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

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

  1. Blue

    ShaneBee invented NBT

    It's true! See this image!
  2. Blue

    Solved Online Player Selector GUI

    You'd want to look into first getting a list of names from the online players, then sorting them using the Alphabetical Sort expression, then splitting them into more lists, with a size of 35 for each, and finally displaying the list corresponding to the current page with the Player Skull...
  3. Blue

    this has been discussed before and i doubt anyone is doing it

    this has been discussed before and i doubt anyone is doing it
  4. Blue

    Best skriptversion for 1.8.x - servers

    Bensku's Skript fork doesn't support versions below 1.9.4. If you need to use it, use 2.2-dev36, but expect no support if something isn't working.
  5. Blue

    What are the most accurate, efficient checking methods of cheat detection?

    Yes, the advice generally is as follows: Don't do it. Just, don't. It'll be buggy and like you said, be ridden with false positives and nuisances. If you want to make an anticheat, do it well and do it in Java, there's a reason Skript-based anticheats aren't popular.
  6. Blue

    How to play particle with speed and force

    The syntax is correct, so the only thing I can think of is the view distance being hardcoded into the game.. For future reference, see this and this. Velocity and offset work but they are only documented here.
  7. Blue

    Skript only work in certain world?

    For example, on break of iron ore: event-world is "prisons" #this is an in-line condition cancel event set event-block to air give 1 of iron ingot to player add 0.8 to balance of player #you don't need to use console commands if you have Vault installed; Skript supports Vault-based...
  8. Blue

    How to play particle with speed and force

    Beware - This causes slow parsing and might hang your server! What you're looking for is show firework spark with speed 0 at {_loc}
  9. Blue

    I need a help

    The timer's a bit more complicated (You'd want to look into while loops), but what you want is something called a list variable. Basically, when a player goes into moderator mode (/spectate on), you do set {moderation::%uuid of player%} to true. Now, if they try to turn moderation on again, you...
  10. Blue

    Script Skript Updater 1.0

    Updating your Skript has never been easier! Skript Updater automatically updates your installation of Skript to the latest release using Skript's native update checker. It runs automatically when the server starts or when the Skript Updater file is reloaded, ensuring you never have to worry...
  11. Blue

    Script Scrolls - Update 0.4!

    Changelog: - Fixed a bug where you could create a scroll with no commands - Recognised 1.15.2 support - Fixed a bug where the op state of a scroll would show up as <none> if it was not provided - Added spaces in scroll names! My{s}Cool{s}Scroll will automatically get converted to My Cool Scroll
  12. Blue

    Skript Updater

    Updating your Skript has never been easier! Skript Updater automatically updates your installation of Skript to the latest release using Skript's native update checker. It runs automatically when the server starts or when the Skript Updater file is reloaded, ensuring you never have to worry...
  13. Blue

    Script Scrolls - Update 0.3!

    Changelog: - Fixed some bugs - Added spaces in commands! say{s}Hi will automatically get converted to say Hi - Forgot to update version string in 0.2, fixed that.
  14. Blue

    Script Scrolls - Update 0.2!

    Changelog: - Fixed warnings about variables already being strings - Updated playsound syntax - Updated for 1.14 compatibility (no changes needed)
  15. Blue

    Relation between push speed and blocks travelled

    I've noticed a few people wondering what the correlation between push speed in the push effect and blocks travelled is, so I decided to map it out. The test was made by forcing the player to fly and mapping out how many blocks they travel with a certain push amount. The player was teleported to...
  16. Blue

    Solved Skript if message starts with "!" not working.

    That's some trash code you got there. I suggest rewriting it using lists, uuids, and the chat format expression
  17. Blue

    Solved Groupmanager // colorname doesn't work together

    Add the prefix of the player to the nickname.
  18. Blue

    Shoot particle without addon

    #FUNCTION USAGE: line(<from>, <to>, <particle name (text)>) function line(loc1: location, loc2: location, particle: text): loop blocks between block at {_loc1} and block at {_loc2}: show ({_particle} parsed as visual effect) at location of loop-block #EXAMPLE USAGE...
  19. Blue

    Solved Skellett not working?

    You don't need skript-mirror to use functions.