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

    Solved Skript Reload Console Error.

    #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1115) #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220) #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175) #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:320)...
  2. Marsbar

    Solved Get player's chestplate

    Yea i am aware of send "%type of player's chestplate%" But that fails. When I take of the chestplate, it still says I have a chestplate on. Any other way?
  3. Marsbar

    Solved MundoSK Tablist icon problem

    Nv
  4. Marsbar

    Returning a list with locations

    I have searched the web Version: 1.8 Skript version: 2.2 dev 36 Problem: The function returns a list with locations. The return type is objects. When the list returns, the locations just don't work. Nothing happens when i teleport my self there, and the same happens with set block at. When i...
  5. Marsbar

    Text from website

    Hi. I am trying to create a skript, which finds the amount of downloads from this site: https://mcskripts.dk/search/skripts/id/2333 It is danish tho My code: command /getIt: trigger: send "https://mcskripts.dk/search/skripts/id/2333" #stop loop 10000 times...
  6. Marsbar

    Calculate Yaw and Pitch from Direction

    Skript version: skript 2.2 fixes V8b I have tried searching the internet How do i get the yaw and pitch from a direction? (direction from player to loop-player)
  7. Marsbar

    Solved Get amount of item from a slot

    I have been trying to do this all day. I want to get an amount of paper from a slot in player's current inventory (slot 5). Here is an example: set {_g} to item from slot 5 of player's current inventory or: set {_g} to amount of items in slot 5 o player's current inventory
  8. Marsbar

    Locations, .5

    Hi im having an issue with this cell skript im making. When you claim with the stick, it set coordinates. The issue is that it changes the coordinate depending on the server. It claims wrongly (Is that a word?). Sometimes it adds 1 more or 1 less on the z or x coordinate. on click: player's...
  9. Marsbar

    Condition Event

    Hi, I am trying to make an anti-cheat. I need an event with a condition. On flight mode change event
  10. Marsbar

    Region doesn't work

    Hi im trying to make a cell skript. the error is: "%{_r}%" is not a region It is like it can't take a variable set {_r} to "%{cell.players.%player%}%" parsed as a region loop all blocks in the region "%{_r}%": set loop-block to air...
  11. Marsbar

    Solved On rightclick on sign: doesn't work

    on rightclick: if line 1 of event-block is "&4&l[&c&lKøbt&4&l]": if line 2 of event-block is "&aPris er ikke sat": send "{@p} &cPrisen på denne celle er ikke sat endnu" stop if line 1 of event-block is "&2&l[&a&lFri&2&l]": if "%uncolored...
  12. 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)
  13. 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%}%"...
  14. 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...
  15. 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%}...
  16. Marsbar

    Solved {_tempban} parsed as a player

    Edit: I found a way:) Hi, i am creating a custom tempban skript with timespan and then there was a kick there don't wanted to work:
  17. Marsbar

    Solved Remove timespan from timespan

    Hello there, someone there knows how to make this skript so there will come the needed time to be released out? Sorry for bad english:P Timespan: 10 minutes every 1 second: loop all players: if {jail.%loop-player%} is true: set {jail.%loop-player%.Tilbage1} to...