Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View thisisfel1x's full-sized avatar

thisisfel1x

View GitHub Profile
@thisisfel1x
thisisfel1x / Randomizer.java
Last active April 25, 2020 09:40
Randomize your blocks with this simple class. The blocks will stay the same until the server reloads/restarts
package de.fel1x.randomizer;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.block.Block;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.block.BlockBreakEvent;
import org.bukkit.inventory.ItemStack;
import org.bukkit.plugin.PluginManager;