https://github.com/imdabigboss/easydatapack
EasyDatapack is a PaperMC API to create your own datapack easily
https://github.com/imdabigboss/easydatapack
api datapack geyser geysermc java minecraft minecraft-datapack
Last synced: 27 days ago
JSON representation
EasyDatapack is a PaperMC API to create your own datapack easily
- Host: GitHub
- URL: https://github.com/imdabigboss/easydatapack
- Owner: ImDaBigBoss
- License: gpl-3.0
- Created: 2022-10-27T05:13:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T15:39:03.000Z (about 3 years ago)
- Last Synced: 2025-01-18T11:17:27.723Z (over 1 year ago)
- Topics: api, datapack, geyser, geysermc, java, minecraft, minecraft-datapack
- Language: Java
- Homepage: https://imdabigboss.github.io/EasyDatapack/javadoc/
- Size: 1.11 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EasyDatapack
EasyDatapack is a PaperMC API to create your own datapack easily, but this project does everything through code as opposed to json files and MC functions.
## How do I use it?
**This plugin depends on [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/).** You can download the latest version of it [here](https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/artifact/target/ProtocolLib.jar).
The latest version of the backend can be downloaded on the [releases page](https://github.com/ImDaBigBoss/EasyDatapack/releases). For API updates, make sure you have the correct version number (also visible on the releases page). You can get it as a dependency [like this](https://github.com/ImDaBigBoss/EasyDatapack/wiki/Quick-start:-PaperMC#adding-the-api-as-a-dependency).
All the information you need to create your own datapack can be found on the [wiki](https://github.com/ImDaBigBoss/EasyDatapack/wiki).
**If you have any additional questions, please don't hesitate to ask on the [Discord server](https://discord.gg/5n8ttQfSqF)!**
## Missing feature? Found a bug?
If you have any suggestions or found a bug, please open an issue. If you want to contribute, feel free to open a pull request.