# Projects

- [Punishments](https://wiki.ericlmao.com/projects/punishments.md): A LiteBans addon which allows you to stack punishments and have a GUI interface while punishing players.
- [Commands](https://wiki.ericlmao.com/projects/punishments/commands.md): An overview of all commands provided by the plugin.
- [Configuration](https://wiki.ericlmao.com/projects/punishments/configs.md): An overview of all the default configuration files provided by the plugin.
- [main.yml](https://wiki.ericlmao.com/projects/punishments/configs/main.yml.md)
- [messages.yml](https://wiki.ericlmao.com/projects/punishments/configs/messages.yml.md)
- [Menus](https://wiki.ericlmao.com/projects/punishments/configs/menus.md): An overview of all menu configurations provided by the plugin.
- [history-main.yml](https://wiki.ericlmao.com/projects/punishments/configs/menus/history-main.yml.md): This menu opens when you use the /history \<user> command.
- [history.yml](https://wiki.ericlmao.com/projects/punishments/configs/menus/history.yml.md): This menu opens when you use the /history \<user> command.
- [note-delete-confirmation.yml](https://wiki.ericlmao.com/projects/punishments/configs/menus/note-delete-confirmation.yml.md): This menu opens when you use the /history \<user> command.
- [note-editor.yml](https://wiki.ericlmao.com/projects/punishments/configs/menus/note-editor.yml.md): This menu opens when you use the /history \<user> command.
- [notes.yml](https://wiki.ericlmao.com/projects/punishments/configs/menus/notes.yml.md): This menu opens when you use the /history \<user> command.
- [punish-confirm.yml](https://wiki.ericlmao.com/projects/punishments/configs/menus/punish-confirm.yml.md): This menu opens when you use the /history \<user> command.
- [punish.yml](https://wiki.ericlmao.com/projects/punishments/configs/menus/punish.yml.md): This menu opens when you use the /history \<user> command.
- [records-main.yml](https://wiki.ericlmao.com/projects/punishments/configs/menus/records-main.yml.md): This menu opens when you use the /history \<user> command.
- [records.yml](https://wiki.ericlmao.com/projects/punishments/configs/menus/records.yml.md): This menu opens when you use the /history \<user> command.
- [records-single.yml](https://wiki.ericlmao.com/projects/punishments/configs/menus/records-single.yml.md): This menu opens when you use the /history \<user> command.
- [staff-history-main.yml](https://wiki.ericlmao.com/projects/punishments/configs/menus/staff-history-main.yml.md): This menu opens when you use the /history \<user> command.
- [staff-history.yml](https://wiki.ericlmao.com/projects/punishments/configs/menus/staff-history.yml.md): This menu opens when you use the /history \<user> command.
- [staff-leaderboard.yml](https://wiki.ericlmao.com/projects/punishments/configs/menus/staff-leaderboard.yml.md): This menu opens when you use the /history \<user> command.
- [alumina](https://wiki.ericlmao.com/projects/alumina.md): A powerful and modern plugin library to streamline the process of developing Minecraft plugins!
- [ItemBuilder](https://wiki.ericlmao.com/projects/alumina/itembuilder.md)
- [PotionBuilder](https://wiki.ericlmao.com/projects/alumina/potionbuilder.md)
- [InputListener](https://wiki.ericlmao.com/projects/alumina/inputlistener.md)
- [Commands](https://wiki.ericlmao.com/projects/alumina/commands.md)
- [DependencyLoader](https://wiki.ericlmao.com/projects/alumina/dependencyloader.md)
- [Events Subscriber](https://wiki.ericlmao.com/projects/alumina/events-subscriber.md)
- [Static Logger](https://wiki.ericlmao.com/projects/alumina/static-logger.md)


---

# 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://wiki.ericlmao.com/projects.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.
