Unable to compile packages #121
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Works fine for 1.18 but as soon as it reached 1.14, it says net.minecraft.server.v1_14_R1 does not exists. How do I import this using maven?
The reason I am doing this is to change the aliases for the silentchest command [sc] as it clashes with my other plugin and I would like this [sc] aliases to be removed. Thanks
Regarding compiling: you must have the correct versions of Spigot (not Spigot-API) installed in your local Maven repository to compile a particular NMS revision. BuildTools will automatically install for you when running, or you can manually install files using the process outlined in the readme.
Regarding your reason for compiling youself: you can use your commands.yml to enforce aliasing or you could edit the plugin.yml in the compiled jar to remove the alias.