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

    Solved Executing a command on all servers

    What do you mean with on ALL SERVERS?
  2. Marsbar

    Solved Loop

    Is this thread solved please mark it as solved
  3. Marsbar

    If play has item in specific slot

    Dansker:O Hvilken server?
  4. Marsbar

    On Region Enter/Exit not working

    BrettPlayMC I have got the same error (Didn't find a solution) and there didn't came any errors. When the event has benn activated nothing happens send "%region%" = "protectedRegion{id='Spawn', type='POLYGON'}" I just find someone that said this will work: it needs 'Contains' if "%regions at...
  5. Marsbar

    Rado?sk

    Please don't set it here
  6. Marsbar

    Skript not working

    I think this should be under 'java'
  7. Marsbar

    Solved %now in country denmark%

    Is it possible to make a skript that makes the right time in a specific country? (In Denmark it is 3 minutes between)
  8. Marsbar

    Solved Scoreboard

    Hi Every one, this scoreboard skript won't send the lines after the "Rank:" line. Im sorry if this is my plugins but i could need help. Every 0.1 second: loop all players: wipe loop-player's sidebar set name of sidebar of loop-player to "%{scorename.%loop-player%}%"...
  9. Marsbar

    Is not a text from make player execute command

    Is this thread solved? Please if it is solved set it to "Solved"
  10. Marsbar

    Is not a text from make player execute command

    You forgot "" ["(Here)make player execute command "bpunish %arg-1%"]
  11. Marsbar

    Solved Different types of mine via 1 command

    Vil du venligst sætte dit thread som "Solved" Would you please set this thread as "Solved"
  12. Marsbar

    Make player execute command as op

    Like if she/he has clicked a thing in the gui? In a command or event?
  13. Marsbar

    Comparing two variables

    maybe use "is bigger than" or "is smaller than"
  14. Marsbar

    Solved Problem trying to lock inventory item

    Ohh... im dumb...
  15. Marsbar

    Solved Problem trying to lock inventory item

    I don't now about this will work: sorry for bad english options: slot: 0 #slot number where the axe is name: &cAxe #Name of the axe on inventory click: wait 1 tick if slot {@slot} of player isn't iron axe: message "&4You can't change position of this item!" clear...
  16. Marsbar

    Loops and enchants

    It don't really work.. Can we let the other code i writed first be and just try with this code: command /Test28: trigger: loop all items in player's inventory: if loop-item is iron sword: set {_slot} to slot of loop-item set {_item} to...
  17. Marsbar

    Loops and enchants

    That not really what im looking for. in the extra code i try to do so it sell the loop-item if it not is enchanted, but it just remove the other sword {løn.%player%} is just my language for {earnedmoney.%player%}
  18. Marsbar

    Loops and enchants

    Hi im trying to make a skript that sells everything in player's inventory that not are enchanted. Please help me:emoji_slight_smile: Code: i got some try: command /Test27: trigger: loop all items in player's inventory: loop 2304 times: set {_item} to id of...
  19. Marsbar

    Solved Counting items

    Im sorry:(
  20. Marsbar

    Solved Counting items

    Hi i need to get a count of the item stack in player's inventory code: loop all items in player's inventory: if loop-item is {Price::*}: if loop-item is enchanted: stop add {Price::%id of loop-item%} to {money.%player%}...