generate

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

    Script GUI Code Generator 1.0

    The Minecraft GUI Generator is a user-friendly tool designed to simplify the process of creating custom Graphical User Interfaces (GUIs) for Minecraft Skript scripts. With an intuitive interface and a wide range of customization options, this generator allows users to effortlessly design and...
  2. XpelaajaX

    Need help with coordinates

    Hi! I am creating a maze spawning system using structure blocks and /clone command, but i cant get the coordinates of my loop blocks the right way. I want them like this: "15 4 12",but i get them like "15,4 12,5 14,5" here's my code: command /generate: trigger: if player is a...
  3. D

    How to edit chest loot

    Hi so I am making a server and I need to have some custom heads spawn in chests found in dungeons, nether fortresses, and desert temples, and more how do I do that?
  4. S

    A generator script

    Category: Generator Suggested name: gen.sk Spigot/Skript Version: latest 2020/3/27 What I want: A script that makes so when you place a Dirt block named (Common Generator) it says in chat: "You have placed a Generator" and every 3s it spawns a paper with the named 1$. When you break the dirt...
  5. T

    Why is my chunk size only 16x16x16 but not 16x16x256?

    I wrote this script to test how many blocks in one chunk and it resulted me on console with numerous "4096". And probably 4096 equals to 16x16x16 but 16x16x256 equals to 65536. on chunk generate: loop all blocks in event-chunk: add 1 to {_block} broadcast "%{_block}%"