skript 1.20.

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

    My scoreboard doesn't update

    Hi im working on a sell system. im working on Minecraft 1.20 and using SkBee, skript api, skrayfall and skript-guis. But on my scoreboard when you gain money it doesnt update. Code: On join: if {bal::%uuid of player%} is not set: set {bal::%uuid of player%} to 100 every 1...
  2. PixelCraft_I_D_K

    Switching locations of players

    Hello! I would like to use an egg to switch player's locations when they right click on a player. If they don't right click on a certain player when right clicking, it doesn't remove the egg from the inventory and doesn't execute any commands. Can you help me out here? My code right now: on...