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!
- Host: GitHub
- URL: https://github.com/sammypanda/cabbage
- Owner: sammypanda
- License: gpl-3.0
- Created: 2022-06-13T13:06:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T01:41:55.000Z (about 3 years ago)
- Last Synced: 2023-05-01T14:38:22.565Z (about 3 years ago)
- Topics: game, java, minecraft, minecraft-plugin, minigame, plugin
- Language: Java
- Homepage:
- Size: 440 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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