Skip to content

MC-U-Team/Useful-Dragon-Eggs-Bukkit

Repository files navigation

Useful-Dragon-Eggs

Curseforge Downloads Curseforge Versions Discord

This plugin adds a command to give dragon eggs the use of bedrock breaking again.

How to build this mod

Setup Spigot

  • ./gradlew setupWorkspace
  • Import project as gradle project

Run the server

  • ./gradlew startDevServer

Build

  • ./gradlew build

How to include this mod

  • Repository: repo.u-team.info
  • Artifact: info.u-team.bukkit:useful_dragon_eggs-bukkit:${config.usefuldragoneggs.version}
  • {config.usefuldragoneggs.version} is the usefuldragoneggs version.

Include in gradle:

repositories {
    maven { url = "https://repo.u-team.info" }
}

dependencies {
  compileOnly "info.u-team.bukkit:useful_dragon_eggs-bukkit:${config.usefuldragoneggs.version}"
}

License

  • This plugin is licensed under apache 2 license. For more information see here.

Issues

  • Please report issues to the github issues.
  • Include your minecraft version, bukkit / spigot / paper version and plugin version.
  • Upload your log on gist or pastebin and include link in your report.

About

This plugin adds a command to give dragon eggs the use of bedrock breaking again

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages