An open API service indexing awesome lists of open source software.

https://github.com/sammypanda/cabbage

A peculiar game about accruing all the pieces to an ultimate cabbage!
https://github.com/sammypanda/cabbage

game java minecraft minecraft-plugin minigame plugin

Last synced: 6 months ago
JSON representation

A peculiar game about accruing all the pieces to an ultimate cabbage!

Awesome Lists containing this project

README

          

## Project Outline
- ~~Working file layout for minecraft plugins~~
- ~~/cabbage join command that allows you to choose a colour and remembers it~~
- ~~/cabbage join command classify a player into the team~~
- ~~/cabbage start command that teleports the joined users to a predefined location~~
- ~~/cabbage forcefinish command that forces a finish function and finishes a game~~
- ~~Cancel hits from other team members (no friendly fire)~~
- ~~Create "Cabbage Slice" item using bonemeal as the base item~~
- ~~A hit from an enemy drops one of your cabbage slices~~
- ~~No throwing cabbage slices on the ground~~
- Fix improper exiting from arena editor (when multiple participants)
- ~~Stop players from joining multiple teams at once~~
- ~~Add Material.DYE-chatColor translating methods~~
- Refactor copied loop through materials for identifying teams
- ~~When one team has all the cabbage slices end and say [team] won~~
- Rescue any abandoned cabbage slices!
- Translate the spigot boundary ideas to functioning code
- ...

## Dependencies
- Maven
- current build command: ``mvn -f [path/to/cabbage/root/directory] clean package -U -e -q -DskipTests``

### Standard Directory Layout
> https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html