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

    Glitched text

    i didnt know that existed :)
  2. cuddlytrap

    Glitched text

    ik how command /glitchedtext: trigger: if {GlitchedText.%player%} is true: set {GlitchedText.%player%} to false else: set {GlitchedText.%player%} to true on chat: if {GlitchedText.%player%} is true: cancel event set {GlitchedMessage.%player%} to "&5&k%message%"...
  3. cuddlytrap

    Friend Gui System

    explain better please
  4. cuddlytrap

    event-item lore help

    how do you mean? if needed, this is the segment of code that requires that line: on inventory click: if cursor slot of player is enchanted book: if name of cursor slot of player is "&bBlind I": if event-item is any axe: if lore of event-item doesn't...
  5. cuddlytrap

    Heal on kill ?

    mark thread as solved if it is solved xD
  6. cuddlytrap

    Custom Fortune

    i am confused by what you mean, but this may work :emoji_slight_smile: command /fortune [integer]: permission: fortune.give trigger: give player 1 nether star named "&5&lFortune Crystal" with lore "&7Power Level: &e%arg-integer%" send "&e[&5CustomFort&e] &7You have been granted a...
  7. cuddlytrap

    Auto Removing Blocks

    i dotn know if thats possible :/
  8. cuddlytrap

    Fireball wand with custom damage

    mark the thing as solved xD
  9. cuddlytrap

    trying to set custom drops with percent chance

    i am confused but in the title it said something about chance so i would do like: on death: if victim is zombie, or creeper, or skeleton, or husk: chance of 8%: set {_drop} to {_smallbag} set {_name} to "&6Small Bag of Gold" again, please state what you are actually trying...
  10. cuddlytrap

    event-item lore help

    i do this: set lore of event-item to "%lore of event-item%||&7Blind I" and it comes up with error: can someone help pls? :D it would be much appreciated
  11. cuddlytrap

    Solved Clans Skript

    ok sorry
  12. cuddlytrap

    Solved Clans Skript

    i do have experience with skript. i am quite good at it. I just dont understand how im gonna like have a variable check what the name of the clan a player is in and stuffs :/
  13. cuddlytrap

    Solved Clans Skript

    oh ok how to delete threads
  14. cuddlytrap

    Solved Clans Skript

    I would like to make a skript for my minecraft server, yet i do not know how i would do it. I would like to make it so that players can make their own clan with a name, have other people join the clan. A clan bank that members can deposit/withdraw money into, and a clan chat. I would also like...
  15. cuddlytrap

    Please help

    i am confused. there is no part of the skript that says anything like "if armour is dyed lime"
  16. cuddlytrap

    Solved Sell Skript

    it would probably be a good idea to remove the iron ore from the inventory after, so it would go like this: command /sell: trigger: set {_iron} to amount of iron ore in player's inventory add {_iron}*10 to {balance::%player's uuid%} send "You've sold %{_}% Iron ore for ({_]*10)$"...
  17. cuddlytrap

    Please help

    but then how do i make the leather armour green?
  18. cuddlytrap

    Please help

    ok ill try :D nope didnt work :(
  19. cuddlytrap

    Please help

    this is the part of the skript that gives you the armour: command /armourgive [<player>] [<text>]: permission: armour.give trigger: if arg-player is set: if arg-2 is "frog_helmet": set {_item.%player%} to leather helmet dye {_item.%player%} lime give player...
  20. cuddlytrap

    Please help

    still doesnt work :/ it could be a problem to be witht he fact that the leather armour is dyed maybe? ill check and try remove the dye :D nope not to do with the colour of armour if needed, this is the ENTIRE skript: command /undoarmourvariables: trigger: set {helmetFrog.%player%} to...