minecraft-wrapper
minecraft-wrapper copied to clipboard
A simple & intuitive Minecraft Server wrapper. Supports IRC, backups, a plugin system, and more.
Hello all, I have stopped being in the server business and I don't play Minecraft any longer. I have just gotten too busy with other parts of life. This was...
Just sayin'... maybe have the server section and server tab toggle between wrapper and server folders. maybe server properties viewer could be toggleable to other files and become a more...
`self.pktSB.SPECTATE:` "Teleports the player to the given entity. The player must be in spectator mode.The Notchian client only uses this to teleport to players, but it appears to accept any...
`serverconnection.py` parse: Tab-Complete (clientbound) """ The server responds with a list of auto-completions of the last word sent to it. In the case of regular chat, this is a player...
From #306 - This does underscore the need for a public api for sending packets to the server and client... and SOON. This needs to include constants used for different...
TODO we should really base permission on the actual command permission, and not a (potentially inconsistent) api.registerHelp() entry! commands.py ``` # i is each help item, like: # ('/bmlist', 'List...
While some player connects, I'm getting this error in console. I use SpongeForge Server 1.12.2 and the latest stable build of wrapper. [2018-07-21 09:05:28] [Wrapper.py/ERROR]: [31;40;1m'NoneType' object has no attribute...
Hello, Does the minecraft-wrapper support Minecraft 1.13.1 with protocol 401 ? Because i have problem and the console sys Exception in thread Thread-20: > Traceback (most recent call last): >...