Oxidize is a modular plugin for Pumpkin, the Minecraft server core written in Rust. It aims to provide a modern and extensible foundation for building rich server experiences using Rust — with a clean architecture and developer-friendly APIs.
- 🔧
/feedcommand – instantly feed yourself with saturation (does not work due Pumpkin) - 🔧
/healcommand – instantly heal yourself with saturation - 🪵 Event listeners – logs player join/leave events
- 📦 Simple, extendable plugin structure
- 🛠 Written 100% in Rust with async support
🧠 Requirements:
- Pumpkin (installed as your server core)
- Rust (latest stable)
pumpkin-apiand related crates in your workspace
cargo build --release