CloakOps is a server-side staff operations and moderation toolkit for Minecraft servers.
CloakOps is the next-generation version of AdminVanish, expanded from a vanish-focused mod into a full server-side staff utility suite.
It provides hardened vanish, player freeze, inventory inspection/editing, and JSONL audit logging for server owners and trusted staff. CloakOps is designed for moderation situations where staff need to observe, control, inspect, or respond without exposing themselves to normal players.
CloakOps uses a multi-layer server-side vanish system instead of relying only on a simple invisibility effect.
Unlike basic invisibility-based vanish mods, CloakOps is designed so normal players should not track the vanished staff member’s player entity on their client. This server-side hard-hide approach helps prevent many leaks that can still happen when a hidden player technically remains known to the client.
When vanished, staff are hidden across many common visibility and interaction surfaces, including:
@a, @p, @r, and @eStaff with the correct permission can still see vanished players when needed.
CloakOps includes a persistent freeze system.
Frozen players are anchored in place and restricted from common gameplay actions, including movement escape, interaction, attacking, item use, block breaking, block placing, item pickup, item dropping, projectile pickup, container interaction, riding, and dimension escape.
Freeze state is saved and restored across reconnects and server restarts.
Use /co inv <player> to open an online player’s inventory through a server-side vanilla-style GUI.
The interface shows the target player’s armor, offhand, main inventory, and hotbar, while the staff member’s own inventory appears below. Changes apply directly to the target player’s real inventory.
CloakOps records important staff actions such as vanish, freeze, and inventory access as JSONL audit records.
Main commands:
/cloakops/coCommon commands:
/co help/co vanish on/co vanish off/co vanish list/co freeze <player> on/co freeze <player> off/co freeze list/co inv <player>/co inspect <player>/co audit <player> .../co reloadCloakOps uses the cloakops.* permission namespace.
Examples:
cloakops.accesscloakops.helpcloakops.vanishcloakops.vanish.seecloakops.vanish.notifycloakops.freezecloakops.invcloakops.inspectcloakops.auditcloakops.reloadcloakops.vanish.see controls whether a staff member can see vanished players. This affects tab visibility, entity visibility, selector results, vanish list access, and vanish-related notifications.
By default, OPs can see vanished players through the vanishSeeOpFallback setting. If vanishSeeOpFallback is set to false, OP status alone will not reveal vanished players. In that mode, even OPs must have an explicit cloakops.vanish.see grant from a compatible permissions provider to see vanished staff.
CloakOps stores its configuration and state files under:
config/cloakops/settings.jsonconfig/cloakops/frozen.jsonconfig/cloakops/vanished.jsonAudit logs are stored under:
logs/cloakops/audit.log.jsonlCloakOps is designed to run on the server.
Players do not need to install the mod on their client.