# Bukkit

## Player Side

* Player Chat
* Player Commands
* Player Join
* Player Leave
* Player Kick
* Player Sign
* Player Teleport
* Player Death
* Player Level
* Block Place
* Block Break
* Bucket Fill
* Bucket Empty
* Anvil
* Item Pickup
* Item Drop
* Enchanting
* Book Editing
* Furnace
* Game Mode
* Player Craft
* Entity Death
* Primed TNT
* Chest Interaction
* Player Register

## Server Side

* Start
* Stop
* Console Commands
* RAM
* TPS
* Portal Creation
* RCON
* Command Blocks

## Extra Checkers

* Essentials AFK
* AuthMe Wrong Password
* Vault Balance
* Litebans
* AdvancedBan

## Version Exception

* Wood Log Stripping **1.13+**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://prism3.gitbook.io/logger/extra/features/bukkit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
