Recent content by Witho

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

    Solved How to increase the effects of a custom enchant according to the number as level in the lore

    change the times that it loops to change the amount off levels it can handle on damage: attacker is entity victim is entity loop 10 times: if "%lore of victim's tool%" contains "Reflex %loop-value%": chance of (loop-value * 5)% send action bar...
  2. W

    Need help mkaing a skript that cancel event if the player has an item in thier inventory

    on join: wait 5 ticks if player's inventory does not contain 1 of iron sword of sharpness 1 named "&aPVP Sword": give player iron sword of sharpness 1 named "&aPVP Sword" give player 10 of golden apple give player 2 of steak give player 32 of arrow...
  3. W

    Teleporting Player (NEED HELP)

    on step on <block>: teleport player to <specific location>
  4. W

    (NEED HELP) giving permissions to player error

    Player permissions can be a funky thing sometimes, if you really want to make it so someone cannot move, just use the 'on player move:' event and make a variable for turning it on and off
  5. W

    on private message?

    You would have to make a custom private messaging system for instance: command /pri <target: player> <message: text>: trigger: if arg 2 contains ":loc:": set {_message} to "%arg 2%" set {x.cord} to player's x-coordinate set {y.cord} to player's...
  6. W

    Advent calendar help

    you can make an advent calendar fairly easily, but it only works if your server is up at all times
  7. W

    anvil inventory item

    this code works for me, perhaps it is a plugin that you aren't using