Public API Introduced:
FluidTank now includes a public and stable
API, allowing other plugins to safely integrate with FluidTank without accessing internal or NMS code.
- With the new API, developers can:
- Detect Fluid Tanks from any ItemStack
- Create tanks programmatically
- Read tank data (fluid type, level, size)
- Fill and drain tanks in a safe, version-independent way
Full API documentation is available here:
https://armandozetaxx.gitbook.io/fluidtank/guides/fluid-tank-api
Predefined Language System Added
FluidTank now ships with
predefined default languages, making the plugin fully translatable.
- Multiple languages are included by default
- You can switch the plugin language directly from config.yml
- All messages are still fully customizable.
This makes
FluidTank easier to use on international servers without extra setup.
Notes: Suggestions, feedback, and reviews are always welcome. Thank you for using
FluidTank!