mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-10 07:08:35 +00:00
Try sending fake operator packets to support non-OP
This commit is contained in:
@ -113,4 +113,12 @@ public interface BukkitImplAdapter {
|
||||
* @param nbtData The NBT Data
|
||||
*/
|
||||
void sendFakeNBT(Player player, Vector pos, CompoundTag nbtData);
|
||||
|
||||
/**
|
||||
* Make the client think it has operator status.
|
||||
* This does not give them any operator capabilities.
|
||||
*
|
||||
* @param player The player
|
||||
*/
|
||||
void sendFakeOP(Player player);
|
||||
}
|
||||
|
Reference in New Issue
Block a user