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

    Solved [item] skript

    Saw this yesterday and took my time to understand the code, and I edited it, it should work with Minecraft 1.9+ https://forums.skunity.com/resources/chatitems.1168/
  2. D4isDAVID

    Teleport Skript

    Glad I could help!
  3. D4isDAVID

    On click with head

    This should work. on click with player head: name of event-item is "&cProfile" if "%player's world%" is not "bedwars": message "&fUnknown command. Type ""/help"" for help." to player else: make player execute command "profile"
  4. D4isDAVID

    Need Help

    Try using this, make sure you are using Skript 2.5-beta3 on right click: if clicked block is coal block: if player's tool is stick: if tool's name is "&d&lGen &a&lRemover": set event-block to air remove block above event-block from...
  5. D4isDAVID

    Someone plz fix my script

    Try this: variables: {midas_give_gold::%player%} = 0 on damage: attacker's tool is a diamond sword name of attacker's tool is "Midas' Sword" set {midas_give_gold::%attacker%} to random integer from 1 to 20 if "%{midas_give_gold::%attacker%}%" is "2": send "Your Midas'...
  6. D4isDAVID

    Help me

    It's permission, not permissione.
  7. D4isDAVID

    Teleport Skript

    Are you sure the world ul_TestingSpawn exists? Try replacing ul_TestingSpawn with "ul_TestingSpawn" or world or removing of the world ul_TestingSpawn entirely.
  8. D4isDAVID

    Countdown

    Try this. What this command does, is first set a temporary variable (this variable will be destroyed after the command ends) to the number you put in the command. Then, while that variable is more than or equal to zero, it broadcasts the number, waits 1 second, then removes 1 from the temporary...
  9. D4isDAVID

    Shop Skript Help

    Try doing this: remove 10 from {balance::%player%}