Skip to content

Instantly share code, notes, and snippets.

@aadnk
aadnk / TeleportFixTwo.java
Last active April 19, 2022 09:04
A CraftBukkit-free solution to the invisibility bug
// Released under the BSD License.
// Kristian S. Stangeland 2013.
package com.comphenix.example;
import java.util.ArrayList;
import java.util.List;
import org.bukkit.Server;
import org.bukkit.entity.Player;