RalphORama / MoreMeat

A plugin to add more food drops to your spigot server!

Home Page:https://s.ralph.sh/MoreMeat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoreMeat

Build Status

MoreMeat is a Spigot plugin for adding more food drops to your Minecraft server!

Installation

  1. Download the latest jar from Spigot or the releases page.
  2. Drop MoreMeat-*.*.*.jar into your plugins folder
  3. Restart your server!

Configuration

See the wiki page for more information about configuring the plugin.

Usage

Command Description Permission Default Access
/meat Shows plugin information. moremeat.meat ✔️ Everyone
/meat <enable/disable> Enables/disables the plugin's functionality. moremeat.toggle ❌ OP
/meat reload Reloads config.yml.1 moremeat.reload ❌ OP

1 May fail silently if run ingame, check server console (see #1).

Development

Working on the plugin is easy:

  1. Clone the repository
  2. Make your changes
  3. Run ./gradlew (default tasks are clean, build, jar)
  4. Copy MoreMeat-<version>.jar from build/ to your plugins folder.
  5. Test!

Milestones

v1.1.0

  • Custom configuration reloading class to catch InvalidConfigurationException
  • Playtesting and bugfixing.

v1.1.0-NBT

  • Create NBT branch.
  • Modify build.gradle and .travis.yml accordingly.
  • Add NBT API and set up a Fat Jar build in Gradle.
  • Use NBT tags to support Raw <Username> Meat -> Cooked <Username> Meat.

About

A plugin to add more food drops to your spigot server!

https://s.ralph.sh/MoreMeat

License:Other


Languages

Language:Java 100.0%