Recent content by JamieGJampot

  • 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. J

    Solved Adding a variable to a player

    It worked, thank you for all your help
  2. J

    Solved Adding a variable to a player

    Sorry for being so vague, I think I have fixed it with your help :emoji_slight_smile: I am getting a few other errors tho: Code: # Variables # Malicious Hacks on login: if {punish.mh.%uuid of arg%} is not set: set {punish.mh.%uuid of arg%} to 0 # Disallowed...
  3. J

    Solved Adding a variable to a player

    Hello, I am making a punish GUI & I need to know how to add a variable to a player. So when I click to ban the player it adds 1 to a variable for just that player, not everyone (like it is doing atm). My Code: command /punishmh [<offlineplayer>]: permission: punish.use permission...
  4. J

    Custom crafting with modified attributes

    Hey Jake, What I would do is this: on load: register new shaped recipe for diamond sword item named "&6Excalibur" with lore "A Hero's Weapon" using air, diamond block, air, air, diamond block, air, gold block, nether star, gold block on damage: if attacker's held item is diamond...