Schematic pasting without WorldEdit API
Written for Bukkit/Spigot/Paper Servers running 1.16.5
The WorldEdit API must have the WorlEdit plugin running but i only wanted to use the schematic pasting part of it so i written this small plugin just for that.
Only using NMS and the Bukkit API (Paper)
This just loads the schematic file and builds it at the given location.
Only works with schem file structured like this:
Used this extension for VSCode to view NBT data:
Name: NBT Viewer
Id: misodee.vscode-nbt
Description: View Minecraft NBT and 3D structures
Version: 0.6.2
Publisher: Misode
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=Misodee.vscode-nbt
flag.schem : Nothing special 3x3x1 wool blocks for testing.
datatest.schem : 3x3x1 blocks with rotation,slabs,stairs and a furnace
Entities not yet implemented.