You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The deprecated functions can be used. They won't be replaced in 1.14.15. But notice the javadocs. Some of the methods are directly returning the underlying lists and you should not manipulate the lists because this may cause bugs.
The deprecations were set because I started refactoring and later on I decided to completly rewrite the system.
There will be a migration guide for migrating games from 1.X to upcoming version 2.X
For the second error it is fixed in latest snapshot. You may manually work around the problem by using the other setupAPI method (this one using tons of parameters). Or directly invoke the following in your onEnable:
new DefaultConfig(this, false); // force initialization of config.yml
Hi, so first, im making a Plugin with MinigamesLib.
My first Problem is that most of the functions are deprecated, so i don't know what of these i should use :/
The second is, the Game throws me an error everytime i use an Command that uses the config.yml (it doesnt get generated)
The text was updated successfully, but these errors were encountered: