Skip to content

Instantly share code, notes, and snippets.

View Sxtanna's full-sized avatar
🕶️
Living.

Sxtanna Sxtanna

🕶️
Living.
View GitHub Profile
@Sxtanna
Sxtanna / StructureUtil.java
Last active December 27, 2016 09:01 — forked from MiniDigger/StructureUtil.java
Small util to load and save structures, using nms and reflection
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.util.Vector;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
/**
* "Small" util for loading and saving structures