Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 877 Bytes

File metadata and controls

27 lines (18 loc) · 877 Bytes

🧪 Oxidize

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.


✨ Features

  • 🔧 /feed command – instantly feed yourself with saturation (does not work due Pumpkin)
  • 🔧 /heal command – instantly heal yourself with saturation
  • 🪵 Event listeners – logs player join/leave events
  • 📦 Simple, extendable plugin structure
  • 🛠 Written 100% in Rust with async support

🚀 Getting Started

🧠 Requirements:

  • Pumpkin (installed as your server core)
  • Rust (latest stable)
  • pumpkin-api and related crates in your workspace

🛠 Build the plugin:

cargo build --release