con un clic
logging-spy
Troubleshooting command spy, transaction logging, and database log browsing
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Troubleshooting command spy, transaction logging, and database log browsing
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Troubleshooting format display, hover/click events, gradients, images in formats, and color permissions
Troubleshooting rule matching, replace vs rewrite, groups, and rule processing order
Troubleshooting channel system: messaging, range, modes, proxy, and Discord linking issues
Troubleshooting /tell, /reply, /ignore, PM formatting, social spy, and mail delivery
Troubleshooting Boss commands, PAPI placeholders, and permission issues
Troubleshooting timed announcements, MOTD, books, images, and scheduled broadcasts
| name | logging-spy |
| description | Troubleshooting command spy, transaction logging, and database log browsing |
Command_Log.Enabled: true, verify regex in Command_List matches, check player doesn't have protect.bypass.commandTransaction_Log.Enabled: true — requires full server restart (not reload)/ — the initial / or // is automatically handled in regex patterns. Users don't need to escape it manuallyTransaction_Log requires full restart — not just reload. Users report "transactions not logging after changing config" — they need to restart/protect export and /protect import require modern MC — needs Bukkit.getUnsafe().serializeItemAsJson() support. Older MC versions will errorJsonItemStack.fromJson now broadly catches any Throwable from Bukkit.getUnsafe().deserializeItemFromJson() (including IllegalArgumentException "Not a number", NullPointerException from nested entity_data parsing, etc.), sanitizes Infinity/NaN tokens (Infinityd, -Infinityd, Infinityf, NaNd, …), and falls back to returning null (skip the item) instead of throwing. A missing id/type legacy fallback also returns null instead of throwing FoException. Fixed in Foundation v6+ for crashes like FoException: Report: Missing 'type' in JSON item: {"id":"minecraft:..."} (Protect issue #105).