Recent content by CassioTDS

  • 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???

    Nope. Still same error.
  3. C

    Capes in Skript???

    Now it says that it can't understand the condition/effect... http://prntscr.com/s3tvge <-- Screenshot (Btw using skript 1.15) http://prntscr.com/s3twug <-- Plugins screenshot
  4. C

    Capes in Skript???

    Ok... But do you do like set {_capeVariable} to [What here????] make player wear {_capeVariable}
  5. C

    Capes in Skript???

    Wait! Actually I want to use make player wear cape but I already have skrayfall... And it dosent work, can you make an example?
  6. 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.
  7. 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...
  8. 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"?
  9. 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
  10. C

    Solved Teleport player in world?

    Does not work
  11. 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...
  12. C

    Solved Money balance player variable?

    Thanks so much! It works!!
  13. 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