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

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

    I need help with the push effect

    Mhm, i have never tried 1.16. I don't think i can help you here. Sorry
  3. Marsbar

    I need help with the push effect

    What is your error?
  4. 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...
  5. 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)
  6. Marsbar

    Solved Get amount of item from a slot

    Thanks! It works:)
  7. Marsbar

    Quick question

    on place: event-block is gold block: {block.%player%} isn't set: set {block.%player%} to true else: cancel event send "&cYou have already placed a gold block!"
  8. Marsbar

    Solved Get amount of item from a slot

    Can't understand this condition. I can't get skript to put an amount of an itemstack from a slot in the player's inventory into a variable. {_AmountOfPaper} = Amount of paper in slot 5 of player's inventory Yes I have tried that. There isn't much to debug tho
  9. 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
  10. 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...
  11. Marsbar

    Condition Event

    Yea just in an event
  12. Marsbar

    Condition Event

    Not exactly. On flight toggle isn't called when fx a player writes /fly
  13. Marsbar

    Condition Event

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

    Solved on step(ping) on barrier not working.

    on walk on barrier:
  15. Marsbar

    Rank Grant Gui Confirmation Help

    Can u format i into code? Press the + button and then add code
  16. Marsbar

    Solved On rightclick on sign: doesn't work

    Translation: I can see a danish name soo. There was so a kind of error. I removed something with replace all. Can i see your code and log?
  17. Marsbar

    Solved On rightclick on sign: doesn't work

    Jeg kan se et dansk navn såå. Ja,der var en slags fejl. Jeg fjernede noget med replace all.. Kan jeg se din kode og din log?
  18. Marsbar

    Solved OPPrison Auto Sell Help

    Just use 'if loop-player has enough space for 64 dirt:' instead of loop all items, that cause lag. Every second: and loop all players: is a lag generator. Do you want me to make the skript so it doesn't generate lag? This is with just less lag.. on join: set {autosell.%player%} to 0...
  19. Marsbar

    Solved OPPrison Auto Sell Help

    What doesn't work? Btw. 'AutoSell' There is not a command for /sell - the last line