build

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

    grouping variables?

    so im making a server and i need a way to store multiple blocks in 1 list variable, then store it in another list variable to sort each type of variables, basically a building system i already have the building part done, i just need to be able to store the blocks and make players able to pick...
  2. NeonFox__

    Custom Command (/build)

    Hello! I am trying to make a command where when you do "/build" for admins you can build in worldguard regions, but when you have it not on you cannot build in worldguard regions. (I am pretty garbage at skript) Here is the code I got so far. I got some errors oof Code: command /build...
  3. S

    Block

    What I want: I want like when you place ONE stonebrick, it will make a 3x3 wall at the location of the placed block Ideas for commands: No commands. Ideas for permissions: No permission. When I'd like it by: Any time. Other information: I don't use the new version of Skript so I need one...
  4. B

    Build need help

    command /build: trigger: if {build.%player%} is 0: set {build.%player%} to 1: send "&6&lSystem&8:&7 You can't build !" if {build.%player%} is 1: set {build.%player%} to 0: send "&6&lSystem&8:&7 You can build &7!"...