skematic

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

    Skematic won't paste.

    So I'm working on creating randomly generated dungeons. But for some reason, Skematic won't paste the schematics for generation. Here is my starting code: command /dungeon: trigger: set {_roomvalue} to 1 set {_randominteger} to random integer from 1 to 2...
  2. B

    Pasting schematic using Skematic not working

    I have a function that should paste a schematic at a specific location, but it doesn't do anything. From what I understand I am using the correct syntax. Here's the code I'm using: function pvp(): broadcast "test" load schem "pvp.schem" paste schem "pvp.schem" at location(0, 10, 0)...
  3. I

    Help with Schematics

    Im trying to find a skript add-on that can save and paste schematics. I already have tried Skematic. Newest version just kills my server when i do /sk reload, older versions work but they don't save the schematic properly (internal error while executing this command). I would appreciate some...