Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T22:24:58.000Z (about 2 months ago)
- Last Synced: 2024-11-18T23:25:00.110Z (about 2 months 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/v/ButterDebugger/Cuberry.svg)](https://jitpack.io/#ButterDebugger/Cuberry)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](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:"
}
```