Search results

  1. J

    Question 1.20.6 Update

    Hello Everyone currently I am working on updateing my Plugins to 1.20.6 and it is a realy big pain. There are serveral changes that need to be covered... First of all there are multiple Enchantments that are removed/renamed. This is easy to fix but realy annoying. An other point reguarding to...
  2. J

    Solved Material Visability

    Great I did not saw this method thank you for your quick response
  3. J

    Solved Material Visability

    Hello everyone, I had a problem while programming plugin. One feature of this plugin should be the random distribution of items. There are a few Items that the player should not the solution of this problem is a simple Blacklist (CommandBlock...) But there are also items that are not visible...
  4. J

    Async Methods

    I want to create async database requests at the proxy that I can transfer my ban system from my paper server to the velocity proxy. In paper it is realy easy to work with schedulers and make something async like that: @Override public void executeAsyncUpdate(final @NonNull String statement...
  5. J

    Custom config files.

    You could use an external libary. I personaly use Boosted-Yaml. Great and easy to use libary. https://github.com/dejvokep/boosted-yaml To create a document you need a few more lines but to reload update and save one line of code is nessesary (Except the try/catch)