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

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

  1. FoxCraftGaming

    Error while looping items

    Hello, i am trying to cancel a drop event when there are to much items but i dont get it to work This is my skript: every 1 seconds: loop dropped items in radius 3 of location of {drop.1}: if loop-value is more than 9: cancel event drop 3 egg at {drop.1}
  2. FoxCraftGaming

    Block placing not working

    Hey everyone, so i have this skript here without any errors, but if players change their own color, the placed block is still white, or if i place a red wool. its stays red. what am i doing wrong?? Skript: https://pastebin.com/rYBPcva3
  3. FoxCraftGaming

    Solved gui error

    hey everyone, can someone help me with this skript cuz i dont get it to work with whatever i try command /bwgui: permission: sk.bwgui permission message: &8&l(&c&l!&8&l)&7 &cUnknown&7 command, type &c/help&7 for help trigger: set {bwps} to number of players in world...
  4. FoxCraftGaming

    Solved Need help with player skulls

    alright so, i want to make it when a player join, they get ther own skull in slot 0 (fist slot) named vrienden menu (dutch for friends menu). but i dont get it working with onw player head. anyone ideas how to make it? on join: send "%player% has joined the network" to console player's...
  5. FoxCraftGaming

    Solved I need help with grantrank skript

    hi, i am making a skript for my server to give ranks (they arent all in the list yet) command /grant [<offline player>] [<text>]: permission: core.grant permission message: &cYou cannot access our rank system. trigger: if arg-1 is not set: send "&cPlease...
  6. FoxCraftGaming

    Solved variable skript

    hey, i am realy bad with skript so i hope someone can help me! i need a skript than let me do /setevent-<name/date/status> that change the variable {event_<name/date/status>} to the arguments of the command. its for my server with daily events so i dont have to change config files every 2 hour...