empty

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

    Empty configuration section - help :)

    How can i solve this my skript on damage of player: if event-world is "world": projectile exists projectile is a arrow attacker is a player kill victim the error [03:36:46 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to...
  2. P

    Create Empty world

    Hey, Im trying to create an empty world with skript. Im using Kosmos to create the worlds. I tried it with this code: create world named "test" with seed "3;60*minecraft:air;158;", structures true
  3. O

    Radius Thing Help

    on right click on chest: if event-block is in radius 2 of {chest1::location}: if player is in {openedchest::uuid of player}: send "&cThis chest is empty." So, I am trying to make it so when they right click the chest in radius 2 of "{chest1::location}" (I already set the...
  4. F

    Chest gui loop

    command /hatstest: trigger: open chest with 6 rows named "&fTest" to player wait 3 ticks loop integers between 0 and inventory size of chest named "&fTest" - 1: set slot loop-number of chest named "&fTest" to light green stained glass pane named " " What...