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

    BossBar for SkRayFall doesn't work.

    Skript Version (do not put latest): Skript 2.4.1 Skript Author: Bensku Minecraft Version: 1.13.2 --- Full Code: command /test: trigger: create bossbar titled "&9TEST" and id "testt" for player with progress 100 with colors blue loop 100 times: set bossbar "testt"...
  2. MPGxxYT

    Pasting Schematics

    paste schematic "plugins/FastAsyncWorldEdit/schematics/VHL1.schem" at block above {block.%player%} ignoring air Won't paste the schematic at all but I've got no errors. I checked that the location was right, and it is. So idk what it is.
  3. MPGxxYT

    PerWorldInventory

    Per World Inventory by Mortality About: This skript allows every player in every world to have its own inventory. But it also allows you to link worlds to have the same inventory. Everything in this skript is done with a GUI. No need to open up skript and rummage through. Required: InvF -...
  4. MPGxxYT

    It doesn't loop all players in the world

    LINE 24 - 26 It doesn't loop all players yet in another skript that works command /play [<text>]: trigger: if {games::*} doesn't contain arg 1: send "&cThat game does not exist." else: set {num.toggle.%uuid of player%} to true if...
  5. MPGxxYT

    Skript comes back with no errors but doesn't actually work

    The skript gives no errors but when the command is run the items aren't in the chest that spawned. command /chestspawn [<text>]: trigger: loop {%arg 1%::chest::*}: #the location of chest pos list set block at loop-value to chest set {_item-count} to random...