Skip to content

Instantly share code, notes, and snippets.

View TJPlaysNow's full-sized avatar

Timothy Pannebaker TJPlaysNow

View GitHub Profile
@aadnk
aadnk / EntityHider.java
Last active April 25, 2024 22:47
Hide or show entities
package com.comphenix.example;
import static com.comphenix.protocol.PacketType.Play.Server.*;
import java.lang.reflect.InvocationTargetException;
import java.util.Arrays;
import java.util.Map;
import org.bukkit.entity.Entity;
import org.bukkit.entity.Player;