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

    HUGE lag with scoreboard?

    Thanks, Ill get back too you! Error output: [21:03:48 ERROR]: 'wipe loop-player's sidebar' is not a boolean (yes/no) (scoreboard.sk, line 3: wipe loop-player's sidebar') [21:03:48 ERROR]: 'display board named "&8&l&m-+- &c&lDEV &8&l&m-+-" to loop-player' is not a boolean (yes/no) (scoreboard.sk...
  2. M

    HUGE lag with scoreboard?

    every 19 seconds: loop all players: set {onlineplayers} to amount of players every 20 seconds: loop all players: wipe loop-player's sidebar display board named "&8&l&m-+- &c&lDEV &8&l&m-+-" to loop-player make score of "&F&m&l------------------" in board...
  3. M

    Solved Toggling flight

    Thanks a lot!
  4. M

    Solved all players online not working??

    every 5 seconds: set {ONLINE::AMOUNT} to %number of all players% Errors out: [20:04:14 ERROR]: [Skript] 'all players%' is not an item stack (scoreboard.sk, line 2: set {ONLINE::AMOUNT} to %number of all players%') ended up making my own variable for player count! Code: every 20 ticks...
  5. M

    How to create anvil gui?

    I know... Im telling you to read through it...
  6. M

    Solved Chat commands with skript

    Thanks Lego_Freak1999 your the best!
  7. M

    How to create anvil gui?

    Read through this.. https://forums.skunity.com/threads/anvil-gui.3113/
  8. M

    Solved Toggling flight

    Trying to make a /fly command, how can I turn flight on for a player?
  9. M

    Solved Holographic Names on Dropped Items

    ill do that right now :D 2nd has an error: [15:22:05 ERROR]: 'event item' is not a slot (dropped items have names.sk, line 2: if name of event item is set:') [15:22:05 ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (dropped items have names.sk, line 4: else:') 3rd also...
  10. M

    Solved Holographic Names on Dropped Items

    When I get home from school I'll update you, thanks :D It worked... Well sort of, the name of the item is dropped item...
  11. M

    Solved Chat commands with skript

    Thanks I'll try it when I get home
  12. M

    Solved Chat commands with skript

    I want to use ! Before every command, however I was wondering how I would do teleport commands or anything that needs an argument want heres what I have so far On chat: If message contains "!Teleport" Cancel the event
  13. M

    Solved Holographic Names on Dropped Items

    So..? That means what? This is the problem: [21:19:06 ERROR]: [Skript] There's no item stack in an on item spawn event (dropped items have names.sk, line 2: if name of event-item is set:') Code once again: On item spawn: if name of event-item is set: Add "{CustomName:""%name of...
  14. M

    Solved Holographic Names on Dropped Items

    I don't think its a problem with the plugin, here the code i'm using On item spawn: if name of event-item is set: Add "{CustomName:""%name of event-item%"",CustomNameVisible:1}" To nbt of event-entity else: Add "{CustomName:""%event-item%"",CustomNameVisible:1}" To nbt...
  15. M

    Solved Holographic Names on Dropped Items

    Latest stable version.
  16. M

    Solved Holographic Names on Dropped Items

    Hey, Wanted to use this on my server. However im getting a few errors: [20:57:20 ERROR]: There's no item stack in an on item spawn event (dropped items have names.sk, line 2: if name of event-item is set:') [20:57:20 ERROR]: 'else' has to be placed just after an 'if' or 'else if' section...
  17. M

    Solved Particle List

    Trying to find a particle list for skript's play thingy, any lists that you guys know of? Also, for some reason this dosen't work.... play lightning effect on arg-1 play lightning effect on arg-1 play lightning effect on arg-1 play mobspawner flames 1...
  18. M

    Solved Creative Drop

    on break: if player's gamemode is creative: drop %event item% Spits out this error: [09:08:58 ERROR]: '%event item%' is not an item type (creativedrop.sk, line 3: drop %event item%') Any help?