Skip to content

Instantly share code, notes, and snippets.

View LeeGodSRC's full-sized avatar

LeeGod LeeGodSRC

View GitHub Profile
@LeeGodSRC
LeeGodSRC / Multi Block Changer - Spigot
Last active October 10, 2023 02:27
This is probably the most performance efficient block changer , i tried my best to make it simpler to use , if you have any ideas on it , feel free to give me suggestions!
import java.util.ArrayDeque;
import java.util.Queue;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.World;
import org.bukkit.block.Block;
import org.bukkit.craftbukkit.v1_8_R3.CraftWorld;
import org.bukkit.material.MaterialData;