https://github.com/butterdebugger/cuberry
An all in one plugin that lets you pick and choose exactly what you want!
https://github.com/butterdebugger/cuberry
essentials minecraft plugin utility
Last synced: 11 months ago
JSON representation
An all in one plugin that lets you pick and choose exactly what you want!
- Host: GitHub
- URL: https://github.com/butterdebugger/cuberry
- Owner: ButterDebugger
- License: mit
- Created: 2023-06-27T02:00:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T22:24:58.000Z (about 1 year ago)
- Last Synced: 2025-01-23T16:16:21.085Z (about 1 year ago)
- Topics: essentials, minecraft, plugin, utility
- Language: Java
- Homepage:
- Size: 400 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cuberry
[](https://jitpack.io/#ButterDebugger/Cuberry)
[](http://makeapullrequest.com)
An all-in-one plugin that lets you customize a server to your liking while also supplying a useful and lightweight set of utilities for other plugins!
### Project Setup
In your build.gradle include:
``` gradle
repositories {
maven { url = 'https://jitpack.io' }
}
dependencies {
// Import the whole project as a dependency
implementation 'com.github.ButterDebugger:Cuberry:'
// Or just one module, "common" can be replaced with either "paper" or "velocity"
implementation "com.github.ButterDebugger:Cuberry:common:"
}
```