Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enginehub/craftbooknms
NMS Extensions for CraftBook
https://github.com/enginehub/craftbooknms
bukkit craftbook craftbukkit extension java minecraft nms plugin spigot worldedit
Last synced: 4 days ago
JSON representation
NMS Extensions for CraftBook
- Host: GitHub
- URL: https://github.com/enginehub/craftbooknms
- Owner: EngineHub
- License: mit
- Created: 2017-11-06T03:56:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T06:27:13.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T01:50:34.174Z (7 months ago)
- Topics: bukkit, craftbook, craftbukkit, extension, java, minecraft, nms, plugin, spigot, worldedit
- Language: Java
- Size: 77.1 KB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CraftBookNMS
===========This project is an extension of CraftBook, to provide some fixes that can't be done with the Bukkit/Spigot API.
The following are some of the major fixes:
* Partial fix for Spigot's 1.12 Tile Entity performance regression
Compiling
---------The project is written for Java 8 and our build process makes use of [Gradle](http://gradle.org). Once installed,
simply run:gradlew build
Dependencies are automatically handled by Gradle.
If Spigot BuildTools have never been run, that will need to be done first before compiling. If an error occurs in dependency resolution, re-running
Spigot BuildTools should be the first attempt at fixing.Contributing
------------We happily accept contributions. The best way to do this is to fork CraftBookNMS
on GitHub, add your changes, and then submit a pull request. We'll look at it,
make comments, and merge it into CraftBookNMS if everything works out.In addition, please ensure your code is compliant with the Google Code
Conventions to keep things neat and readable.By submitting code, you agree to place to license your code under the
irrevocable MIT License.Links
-----* [CraftBook](https://github.com/EngineHub/CraftBook)
* [IRC channel](http://skq.me/irc/irc.esper.net/sk89q/) (#sk89q on irc.esper.net)
* [Issue tracker](http://youtrack.sk89q.com/issues/CRAFTBOOK)