Sleepybear

Results 29 comments of Sleepybear

Do you mean you were calling invalidateOptionsMenu yourself or you removed it from the ABS implementation?

Are you using the redstone branch of Nukkit?

Can you see if it also happens on Redstone branch?

Did you install the command block plugin?

Also, `@s` does not work, try using the actual name

Go to the cloudburstmc.org website and you can find it under the Resources section.

If the player is logging in from the same IP we should be replacing the old connection not rejecting the new one. I believe this is already the behavior of...

`Config.getSection()` would return the ConfigSection. `.get()` will return a type depending on the type passed as the 2nd parameter, or return an Object that you would have to cast based...

Config class is being removed in Cloudburst, and you will be able to use Jackson directly to parse JSON and YAML, so I doubt this will get fixed unless someone...