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

    How to make if block under player is not {(text about a block)}?

    Tried this: every tick: if {wool.threading11} is not set: set {_plrs} to 0 loop all players: if loop-player's world is "Woolshuffle": add 1 to {_plrs} set {%loop-player%.playing} to false if {_plrs} is 1: set...
  2. C

    Capes in Skript???

    Hi! How could I make a player wear a cape when he joins? I saw the make player wear cape %itemstack% but then I get that It cannot recognize this. Help.
  3. C

    Solved Cannot understand condition/effect of "format"?

    Here is my code: command /worldselector: trigger: open chest with 1 row named "&dChest selector" to player wait a tick format slot 0 of player with diamond sword named '&4KitPvP' with lore "&6Click to go to KitPVP" to close then run "kitpvp" format slot 1 of...
  4. C

    Solved How to always have inventory for lobby?

    Hi, so, how could I make a script to loop-all players and if the player is in a certain world, it always has one nether star on slot 0 named "&6&lSelect teleport"?
  5. C

    Solved How to check if world exists?

    Hello, I tried making a command that uses multi-verse to create worlds (make console execute "mv create world") but when I try making the world join command, I am stuck with: if world arg 2 exists: . It dosen't work... Any help? I am using skript 1.15
  6. C

    Solved Teleport player in world?

    Hello. Whenever I try teleporting a player in a specific wold and location, it dosen't work... Also.. I forgot how to set the spawn point of the player to its location? This is the error: [20:59:11 ERROR]: '-67, 67, 58' is not an entity type (simple motd.sk, line 285: teleport player to -67...
  7. C

    Solved Money balance player variable?

    Please help, I tried doing a player variable called {balance.%player%} but when I run the command /balance, it says: You have {balance.CassioTDS} blobdollors. All related scripts are listed below as an image. Please help. https://ibb.co/rG0ntb1 < Image