Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brainsynder-dev/modifiedanvilgui
https://github.com/brainsynder-dev/modifiedanvilgui
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brainsynder-dev/modifiedanvilgui
- Owner: brainsynder-Dev
- Created: 2022-03-01T04:22:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T03:41:39.000Z (2 months ago)
- Last Synced: 2024-10-25T23:48:20.546Z (about 2 months ago)
- Language: Java
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ModifiedAnvilGUI
The name says it all, it is a modified version of WesJDs AnvilGUI repo
The major change is how the NMS modules are structured and setupIt is set up to make it easy to update to new NMS versions.
## Using in your own project
```xml
bs-repo-releases
https://repo.bsdevelopment.org/releasesanvil.brainsynder
anvilgui
1.6.18-CUSTOM```
## Remember to shade and relocate the dependency
```xml
org.apache.maven.plugins
maven-shade-plugin
3.3.0-SNAPSHOT
true
false
package
shade
anvil.brainsynder
${groupId}.internal.anvil
```