Skip to content

Instantly share code, notes, and snippets.

View odensc's full-sized avatar
👽

Oden odensc

👽
View GitHub Profile

r.setup

Relevant properties:

// amount of visitors 
"place_active_visitors": 50149,
// ???
"place_wait_seconds": 0,
// width of the canvas element
@odensc
odensc / gist:8446511
Created January 15, 2014 23:02
Fake Wither boss using ProtocolLib and PacketWrapper
package yourpackage.yourthingy;
import java.lang.reflect.InvocationTargetException;
import java.util.logging.Level;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.entity.EntityType;
import org.bukkit.entity.Player;