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. N

    Prestige with an item

    Another thing you can use is do your chat format settings with this: set chat format to "%player's prefix%%player's displayname%&f: %message%" (if you're using prefixes and stuff). That way, you can just do this: set player's displayname to "%player's displayname% &7{&6%metadata tag "prt" of...
  2. N

    this doesnt make sense (SOLVED)

    Hmm thats weird https://skripthub.net/docs/?id=3017
  3. N

    this doesnt make sense (SOLVED)

    TuSKe is really old and outdated. Removing skquery broke it because you didnt change the syntax to the vanilla Skript one.
  4. N

    Prestige with an item

    SkBee is necessary due to the use of byte tags and nbt compounds.
  5. N

    loop-player is not a world

    if loop-player's helmet is leather helmet of water breathing 1:
  6. N

    this doesnt make sense (SOLVED)

    delete query, delete rayfall, update SkBee and Skript, and use all the built in skript and skbee stuff for this lol. Query and Rayfall are old and can cause issues, plus most of their syntax is in Bee and Skript. And all of your addons/skript are months out of date. Skript has built in stuff...
  7. N

    Prestige with an item

    Using my metadata and byte tag system lol
  8. N

    Java as well? Nice. Are you working on an addon?

    Java as well? Nice. Are you working on an addon?
  9. N

    Levels won't work

    You can also display a "level" NBT tag on a scoreboard/level bar/action bar/title/bossbar, rather than variables. Hell, you can store the player's job in an nbt tag, or a ram variable/metadata tag and just save it as nbt through restarts. Or you can just check the player's group since that's...
  10. N

    this doesnt make sense (SOLVED)

    Oh yeah, because %player% is replaced with the player name, so the variable just has lore of "Welcome %player%" but the shop item will contain "Welcome completeidiot" or "Welcome Nixters" so its never gonna work. @Gryphon2029 The {gen} variable and the gen item in the shop do match, but...
  11. N

    Script Sales Site Questions

    You can also setup a service on Ko-Fi or Fiverr where people can pay you to make a script.
  12. N

    this doesnt make sense (SOLVED)

    on inventory click is an event, not a function. Also rather than using money in a variable I recommend you use player's balance. Also please explain "doesn't work". Also also, format slot--atleast the way it's used here--looks like TuSKe syntax. Is it TuSKe or skript-gui?
  13. N

    Solved Kit List Permission check assistance

    I believe, then, that the problem lies with your variables, with stuff like {_k} and {_z} (I recommend you change those names so you know what they're doing btw, for example in normal programming a "ball width" variable wouldn't be called bw, it'd be BALLWIDTH or BALL_WIDTH (all caps in...
  14. N

    Solved Kit List Permission check assistance

    And what, exactly is the issue?
  15. N

    Parrticle arcs

    So i realized, you can do this with a vector and then slope it slightly a ton of times really fast, then when you hit the origin you can swap the slope. But judging from some of your other posts with circle and arc generators, you have this figured out.
  16. N

    Solved Kit List Permission check assistance

    I uhh...can't really help if i don't have the code. If it's really that important you can send it to me in a private message by clicking the name under my profile picture and then clicking "Start conversation"
  17. N

    Executing Skript from String

    Why would it be bad if you're using skript syntax anyway- I really don't get the point of this thread.
  18. N

    Solved Kit List Permission check assistance

    still not the full code :)
  19. N

    Solved Kit List Permission check assistance

    Can you like...send the full code? I have no clue what {_z} and {_k} and {_n} and {_items} are meant to be-