> For the complete documentation index, see [llms.txt](https://monkeymoon104.gitbook.io/portfolio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://monkeymoon104.gitbook.io/portfolio/readme.md).

# Welcome to MonkeyMoon104 Portfolio

ℹ️ About Me

***

Hi! I’m MonkeyMoon104, an 18-year-old software developer from Italy who loves creating Minecraft plugins and powerful Discord bots. Ever since I was a kid, I’ve been fascinated by how coding can bring games and communities to life in amazing ways.

My coding journey started when I was around 13 years old. A friend showed me Minecraft, and I instantly fell in love not just with playing, but with the idea of customizing and enhancing the game experience. That curiosity pushed me into plugin development, which became a creative and technical challenge I really enjoyed.

At first, it wasn’t easy. I remember copying code from tutorials without fully understanding it, but I never gave up. Over time, I kept learning and experimenting, diving deeper into Java the language behind Minecraft plugins. Eventually, I also explored proxies like BungeeCord and Velocity, which helped me build more complex server networks.

Today, I focus on:

* Java and Kotlin for Minecraft plugins (Spigot, Paper, Velocity, Bungee APIs)
* Python for Discord bots and automation
* JavaScript, PHP, HTML, and CSS for gaming community websites

I love solving tough problems, optimizing performance, and writing clean, maintainable code. But more than just coding, I’m passionate about creating tools that players and server owners actually enjoy  reliable, user-friendly, and easy to expand.

My goal is to keep growing, contribute to open-source projects, and collaborate with other developers and communities who share my passion for Minecraft and gaming tech.

If you want to check out my work or chat about ideas, feel free to reach out anytime!

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://monkeymoon104.gitbook.io/portfolio/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
