ItzSkyy
ItzSkyy
When a player goes to a different world and uses the `/usepack ` it changes to that resourcepack but then 5 seconds later reverts back to the main resource pack...
``` 18.01 02:02:01 [Server] INFO [Reconnect] DownstreamInboundHandler@63c023bb:183 HANDLE_EXCEPTION 18.01 02:02:01 [Server] INFO io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(1) + length(1) exceeds writerIndex(1): UnpooledSlicedByteBuf(ridx: 1, widx: 1, cap: 1/1, unwrapped: PooledUnsafeDirectByteBuf(ridx: 2, widx: 2,...
Is it possible to run multiple balances? Like Balance A/Balance B/Balance C?
I made test-clones of manage.ejs and renamed them to avoid any conflicts foo.ejs/bar.ejs, and make some test linking to them in the manage.js but when I stop the bot and...
tries to call on line 9 `const checkAuth = require('../backend/CheckAuth'); ` file is named `checkAuth` Need to change dashboard.js line 9 to `const checkAuth = require('../backend/checkAuth');`
The API in the wiki needs to be redone, the set info does not help whatsoever
I havent dealt with oauth2 before and I am trying to understand exactly how to set this up? I've read the info in the docs but all it says is:...