Constructor [1.13-1.20] - NPCs build your schematics and structures block by block [50% OFF]

Constructor [1.13-1.20] - NPCs build your schematics and structures block by block [50% OFF] 2.1.4

  • 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!

Supported Minecraft Versions
  1. 1.13
  2. 1.14
  3. 1.15
  4. 1.16
  5. 1.17
  6. 1.18
  7. 1.19
  8. 1.20
Presentation:

This is a complete rework from the free Builder plugin with brand new premium features!

You can run this version of Constructor for both 1.13 to 1.20 versions of Spigot and you can load and build 1.13 to 1.20 WorldEdit/Sponge schematics and NBT structures!

Let NPCs build your schematics and structures with Citizens2. With Constructor, A NPC can be given a Sponge/Worldedit schematic file or NBT structure and build it block by block. Builder NPCs can also maintain an existing building, replacing changed blocks or removing new ones.

Preview mode:

Structure saving selection and demonstration:

Multiple NPCs building for one schematic (thanks to Smarco):

Convert schematic file to schem file (thanks to Smarco):

Features
- Build Sponge/Worldedit schematics and NBT structures, block by block.
- Rebuild an existing schematic/structure, fixing anything that has been changed.
- All the NBT datas of containers are correctly restored (chests, furnace, shulker boxes ...) for WorldEdit/Sponge schematics and NBT structures!
- The constructor make the sounds and particles assigned to the actual block he is placing.
- Preview a currently loaded structure before building it (client-side blocks).
- You can use this plugin with multiple version of Spigot (1.13 to 1.19 for now).
- You can save NBT structures directly with this plugin, they will be saved in /world/generated/minecraft/structures/ folder of your server.
- You can ignore air or water in structures with the following command: /constructor build <ignoreair/ignorewater>
- You can use up to 4 builders on one project by giving them all the same schematic and origin, but different build patterns. You can also manually split your schematic into multiple parts with WorldEdit.
- Supply all blocks needed to build a schematic with the following command: /constructor supply true
- You can load schematics and structures from older version or newer version that the version you're using (you need to be between 1.13 and 1.19)

Screenshots
NPC's GUI that you can show with the "/constructor npc" command:
View attachment 584311

Schematic's GUI that you can show with the "/constructor list" command:
View attachment 584312

Installation
Install Citizens2 Please use Latest Dev Builds.
Add Constructor.jar to your minecraft /plugins/ directory.
Put your <filename>.schem in Constructor/schematics/ folder.
Put your <filename>.nbt in Constructor/schematics/ folder (be careful that the filename is not the same for .schem and .nbt files).
Start your server.

Usage
Create a NPC with Citizens and give it the 'constructor' trait.
/npc create <npcname> --trait constructor

Load a schematic with /constructor load, Example:
/constructor load house
or /constructor load structure_house

This will load the included example house.schem file or instead the structure_house.nbt.

Position the NPC in the center of the area in which it should build.
Start the NPC building with:
/constructor build

If you want the the NPC to build with support of WorldEdit offset:
/constructor build <name> offset

You can save a NBT structure with the following command (with a vector):
You just have to select area with blaze rod, then do this command:
/constructor structure <name>

Use the "/constructor timeout <value between 0.1 and 1>" command to set the max time between blocks.
You can also make the constructor walk faster with "/npc speed <speed>"

More detailed instructions and other commands can be found on the Citizens 2 Wiki.

Skript usage
You can use this plugin with Skript !
You just need to install SkWaze to access these 2 effects:
Code:
[waze] (make|let) citizen[s] with id %number% build schem[atic] %string% (from|at) %location% (with|at) speed %number% (for|to) %players%
[waze] (make|let) citizen[s] with id %number% build (nbt|structure) %string% (from|at) %location% (with|at) speed %number% (for|to) %players%

Compatibility
- If you want to convert an older schematic from before 1.13, you can do it by installing WordEdit, putting your schematic file in /Wordedit/schematics/schematic_name.schematic folder and do these commands: //schem load <schematic_name>
//schem save <schematic_name.schem>
It's important that you put .schem on the end of the file so it will become a .schem file.

Permissions
Code:
permissions:
  constructor.*:
    default: op
    children:
      constructor.load: true
      constructor.npc: true
      constructor.npc.click: true
      constructor.cancel: true
      constructor.excavated: true
      constructor.preview: true
      constructor.structure: true
      constructor.build: true
      constructor.mark: true
      constructor.origin: true
      constructor.check: true
      constructor.compare: true
      constructor.info: true
      constructor.survey: true
      constructor.timeout: true
      constructor.ignoreprotection: true
      constructor.list: true
      constructor.hold: true
      constructor.supply: true
      constructor.donate: true
      constructor.select: true


Help
If you need any help or if you have some questions, you can contact me on this Discord server or open an issue on Github.

bStats
Constructor.svg
Author
Weefle
Downloads
1
Type
Digital product
License duration
Unlimited
Price
5.00 EUR
Views
5,485
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Weefle

Latest updates

  1. Updated to Spigot 1.20.1

    Updated to Spigot 1.20.1
  2. Updated to work with 1.19.3

    Updated to work with 1.19.3
  3. Added suggestion from SrVoRy

    Added suggestion from SrVoRy