halp

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

    Solved (Repost I'm dum dum) Report skript

    I have a report skript were you report a player and it'll open a GUI and you click what to report for... After you click that I want it to send the report message to a player with a certain permission. I'm using SkQuery. command report <player>: trigger: open chest with 3 rows...
  2. G

    Solved Help with on break stuff

    Layout: Skript Version (do not put latest): Skript 2.4 Skript Author: Bensku Minecraft Version: 1.14.4 --- Full Code: on break of oak wood: send "Hi" to the player on break of stripped oak wood: send "Hi" to the player Errors on Reload: Can't understand this event "on break of oak wood"...
  3. G

    Solved Growing Wheat

    Skript Version (do not put latest): Skript 2.3.7 Skript Author: Bensku Minecraft Version: 1.14.4 --- Full Code: if {_block} is freshly planted wheat plant: set {_block} to stage 2 wheat plant if {_block} is stage 2 wheat plant: set {_block} to stage 3 wheat plant if {_block} is...
  4. DroppingYou

    Solved Staff Auth getting IPS?

    Hey so I need help making a staff authentication skript names easyauth. My code so far is this: #--------------- Staff Auth --------------# # NORMAL PIN AUTHENTICATION # on join: if player has permission "staffauth.staff": if {password.%player%} is...