A simple spigot plugin to get the XP stored in a furnace.
3.x.x
for MC 1.161.x.x
for MC 1.14
- Download the release for your version (info above) on SpigotMC
- Download the NBT-API dependency from here
- Drop both jars into your plugins folder on the server and restart server.
- Set the command permissions found on SpigotMC
- Look at a furnace, blast furnace or smoker
- Run
/furnacexp
or one of the aliases of the command (/fxp
and/furnaceexperience
) - Enjoy :D
- Download the repository
- Run BuildTools from Spigot and use the option
--rev 1.16.2
(Required to build. Adds the Spigot stuff to localMaven() so we can get the dependencies) gradle idea
to initialize the dependencies for the project and finallygradle build
Make your changes and submit a pull request. Please comment your code and explain what changes you made and why. If it fixes an issue, please link the issue it fixes.
Please Provide
- Spigot/PaperMC Version
- Crash Report (if server is crashing) or StackTrace (if plugin is not loading)
- List of other plugins installed on the server
- Column01