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

    Solved Skellett MySQL Error

    Skript Version: Skript (2.2-Fixes-V8b) Skript Author: No idea Minecraft Version: 1.7/1.8 --- Full Code: Paste: https://ironwolfmc.net/paste/view/696dbe14 on join: set {_uuid} to "%uuid of event-player%" set {_name} to "%event-player%" if event-player has permission "rank.sponsor"...
  2. Charles

    Looping Glitch

    Skript Version: Skript 2.2 V8b Skript Author: Njol Minecraft Version: 1.7/1.8 --- Full Code: on right click: if event-player's tool is flint and steel: set {_true} to true if event-player's tool is lava bucket: set {_true} to true {_true} is set loop players in...