Skip to content

A modular Minecraft plugin framework for the Pumpkin server core — written in Rust. Includes essential utilities like commands, events, and configuration APIs.

Notifications You must be signed in to change notification settings

ArchDevs/Oxidize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧪 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

About

A modular Minecraft plugin framework for the Pumpkin server core — written in Rust. Includes essential utilities like commands, events, and configuration APIs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages