General FAQ - NobelD/NobleWhitelist GitHub Wiki
General FAQ
Why my feature request is taking so long?
- Most fixes and feature reworks are almost instanly done, these are bundled to be released in next non-patch version unless there is a security concern.
- Currently there is no plans to do a large update until version 2.0, but you can check if there is a dev version available, if your feature is not denied, there is an high chance it is on works or it is already implemented on the dev version.
Could you backport the plugins?
- I try to support all versions available to a minimum java version (currently java 17), but every year minecraft and java are updating so I will too. (besides, it is very painful)
- When deprecating older versions I will give some security updates, some users may fork this project and remove modern features, most of the time there is no more work needed to make it work on older java versions.
How can I contribute?
- Currently it is hard to contribute since I dont follow any style guide, but if you open or want to open a pull request, you may reach me to get more details about what to follow/modify.
- Wait to the version 2.0 to know more about it.
Why the console tells me that my version is the last supported for my server?
- The plugin checks the compatibility of your server and determines the last supported version of your server.
- This is nothing to worry, but you may be losing some new features, see below to see how could you make your server to support the newer version.
| Version | Minecraft Version | Java Version | How to fix |
|---|---|---|---|
| 1.x.x | 1.18+ | 17 | ~ |
| 2.x.x | 1.21+ | 21 | Update java - Use paper flag |