https://github.com/mcparkournet/craftmon
Set of utilities for Minecraft related software
https://github.com/mcparkournet/craftmon
common java minecraft paper utilities utils velocity waterfall
Last synced: about 1 month ago
JSON representation
Set of utilities for Minecraft related software
- Host: GitHub
- URL: https://github.com/mcparkournet/craftmon
- Owner: mcparkournet
- License: mit
- Created: 2020-01-05T22:10:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T10:16:08.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T03:44:29.157Z (3 months ago)
- Topics: common, java, minecraft, paper, utilities, utils, velocity, waterfall
- Language: Java
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://bintray.com/mcparkour/maven-public/craftmon-core/_latestVersion)
# Craftmon
Set of utilities for Minecraft related software.
## Usage
```kotlin
repositories {
jcenter()
}dependencies {
implementation("net.mcparkour:craftmon-core:1.0.8")
}
```