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

    Solved Invalid use of quotes

    I'm using this code: variables: {survivaldiamonds} = 0 {hasdiamonds} = 0 {asgdiamonds} = 0 {spawndiamonds} = 0 {skywarsdiamonds} = 0 {skyblockdiamonds} = 0 {leakyfloordiamonds} = 0 command /survivaldiamondsadd5: description: "The command run when the player clicks...
  2. Sam1370

    Solved Skript says unknown command

    So I try to make a command, right? And then I do! And then Skript says that it's an unknown command at the same time while returning how you do it. This is what it says: 20.06 11:40:48 [Server] INFO Correct usage: /trs30minutes <player> 20.06 11:40:48 [Server] INFO Unknown command. Type "/help"...
  3. Sam1370

    Solved Prevent player from arranging items in inventory

    Is there a better way to prevent the player from arranging the items in their inventory? Because I have this: on inventory click: player is in "world": player is not op: cancel event message "&c&lHey! &r&7Sorry, but you can't arrange items here." /\...
  4. Sam1370

    Solved 'wool:0' and 'stained_glass' don't work

    I'm running the latest version of Skript, with addons SkQuery Lime, Skellett, and TuSKe. <-- All latest versions. I'm always having a problem trying to set something to wool or stained glass. First: If I try to put anything--red wool, red_wool, wool:14--it doesn't work and tells me it isn't an...
  5. Sam1370

    Set slot doesn't work for inventory and neither does format slot.

    Skript Version: Skript 2.2 (dev20c) Skript Author: Bensku Minecraft Version: 1.11 Set slot doesn't seem to work (and neither does format slot.) I'm trying to set a slot in the player's hotbar to a selector compass and it doesn't seem to work. Code: on join: player's world is "world"...
  6. Sam1370

    Help with format slot

    It seems that whenever I try to format a slot it gives me this error when I load the plugin: ERROR ': &cS&6a&em&a1&b3&97&10" to be unstealable' is not a valid item data (StaffGUI2.sk, line 6: format slot 0 of player with skull of Sam1370 named "&cOwner: &cS&6a&em&a1&b3&97&10" to be unstealable')...