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. Snow-Pyon

    setting an option

    You can't set an option, use variables for that.
  2. Snow-Pyon

    Solved GUI Next Page Error

    1. Use TuSKe GUIs completely, get rid of these skQuery's format slot statements. 2. You can get a version that fixes that error specifically here: https://drive.google.com/file/d/1nEXrlY_zFxd8a_d3tqrFBIxSZ2Qm5jZj/view
  3. Snow-Pyon

    Solved How to set some specific args?

    the condition is misplaced, you have to indent it (put one tab more) and it should work.
  4. Snow-Pyon

    Play better sound

    Skellett uses Spigot sound names as far I remember, you can check them out here: 1.8.8 sounds: http://docs.codelanx.com/Bukkit/1.8/org/bukkit/Sound.html 1.9+ sounds: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  5. Snow-Pyon

    using "||" in "if" statement

    If you need this, it is because you're doing something wrong. Please explain the exact issue and I might be able to help out.
  6. Snow-Pyon

    Addon skript-db

    player != player's name.
  7. Snow-Pyon

    AtherialSK NEW! ADDON [COMING SOON] [LOOKING FOR SUGGESTIONS]

    Yeah, no. And don't expect this addon to be released, I'm pretty sure the OP has left the community already.
  8. Snow-Pyon

    Addon MundoSK

    You set it to a skin object, not to a player. If you want get the skin from an offline player you'd have to use the retrieve skin expression in combination of the asynchronous variable setting effect, like this: set {_player} to ("whatever") parsed as offline player async set {_skin} to...
  9. Snow-Pyon

    Addon skUtilities

    Yes, you can do: write "something" at line (file "whatever.sk"'s line count + 1) to file "whatever.sk" I'd make a function just to avoid writing that all the time. As for your second question, it's completely unrelated to skUtilities so you're better off creating a help thread for it.
  10. Snow-Pyon

    Next page in gui

    I would use TuSKe and do it the following way: function changePage(page: number, container: inventory, line-amount: number = 27) :: number: loop page {_page} of all players with {_line-amount} lines: add 1 to {_slot} set slot {_slot} - 1 of {_container} to {@TargItemWeteranILegends}...
  11. Snow-Pyon

    Solved Using Random Letters...

    the index expression starts at 0, you'll have to do do: set {_index} to random integer between 0 and ({_length} - 1) set {_return} to index {_index} of {_characters::*} Although as Donut said, you could just use the random element expression to do it.
  12. Snow-Pyon

    Solved Can anyone try to help plz

    Well not exactly the same but kind of; storing objects by UUID is just better in-case the user has changed of name, so if I used {xp-enchant::%player%} and the player changed their name, they would lose all the xp they had on the tool. Now, regarding your issue, what you could do is applying a...
  13. Snow-Pyon

    Solved Can anyone try to help plz

    1. Don't use the on any move event, it could become harmful to the server's performance at some point and I doubt you need it for this task. 2. Don't use WildSkript at all, it's a bad addon. 3. You're better off start using list variables, {this.format} in variables is discouraged because the...
  14. Snow-Pyon

    Disguise issue (not working in functions) ?

    set disguise of {_p} from {_p} to {_disguise}
  15. Snow-Pyon

    can't spawn rabbit,guardian,endermite in MC1.8

    Aliases are just for items, doesn't include entities so it isn't the problem here. Looks like you're using a pretty outdated version, you may want download a more up-to-date version of Skript (I recommend bensku's fork dev33 for 1.8.8-1.12.2 Paper servers)
  16. Snow-Pyon

    can't spawn rabbit,guardian,endermite in MC1.8

    You need to specify the location where you want spawn them.
  17. Snow-Pyon

    How to avoid huge .sk files?

    The above guy is right, I don't know why but people are way used to have their scripts in a single file instead of splitting the work in different scripts. You can take my Skript bot, Kurisu as example.
  18. Snow-Pyon

    Disguise issue (not working in functions) ?

    the syntax is: [skellett] [[Libs]Disguises] disguise [of] %entities%[[']s] [(to|from) player %player%] [skellett] [[Libs]Disguises] %entities%'s disguise [(to|from) player %player%] And as the second player expression from the syntax is only optional when the event has a player event-value (this...
  19. Snow-Pyon

    about tool change

    There is a tool change event which I'm guessing is what the OP is talking about. You can use the future state expression on the tool to get the item before/after the event (you may want to look at the example of the future state expression, it has an example which fits this case).
  20. Snow-Pyon

    Placeholderapi addon

    I would recommend Ersatz for it, it's the best addon with PAPI support. You can find its documentation here: https://skripthub.net/docs/?addon=Ersatz @BrettPlayMC where did you mention me? lol