https://github.com/initialposition/dodgecube
A Spigot Plugin that adds a dodgeball like ban on kill system to your Minecraft server
https://github.com/initialposition/dodgecube
Last synced: 7 months ago
JSON representation
A Spigot Plugin that adds a dodgeball like ban on kill system to your Minecraft server
- Host: GitHub
- URL: https://github.com/initialposition/dodgecube
- Owner: InitialPosition
- License: apache-2.0
- Created: 2022-05-29T21:56:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T16:47:32.000Z (over 3 years ago)
- Last Synced: 2025-04-06T15:51:05.780Z (11 months ago)
- Language: Java
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DodgeCube
_Like Dodgeball but with more corners_
## Concept
DodgeCube is a Spigot server plugin that adds dodgeball like kill based bans to your server. Whenever a player is killed by another player, they are banned from the game until the player that killed them dies or a predetermined time limit is up.
## Installation
- Head over to [Releases](https://github.com/InitialPosition/DodgeCube/releases)
- Download the latest DodgeCube.jar and place it in the plugins folder of your Spigot server
On first startup the plugin generates a config file. It is recommended to edit this file to your liking and reloading/restarting the server afterwards
## Features
- Kill based player bans
- Customization
## Roadmap
- [ ] Implement config file functionality
- [X] Make listeners work correctly
- [X] Complete logic