Surest Texas

Results 43 comments of Surest Texas

You need to provide more details than that. You have not stated what you tried to do or what errors you received. I also suggest reading: https://stackoverflow.com/help/mcve (because I am...

This can be improved by completing the two-part packet definitions in packets mcpackets_xx.py.

That command line looks invalid. I'm having trouble seeing what command you are attempting to run. You should (I think) be doing this: (your Wrapper.py should be in the same...

I think maybe you are confused by the notation in the readme.MD: ``` python Wrapper.py|/wrapper [--passphrase 'passphrase'] ``` - Brackets`[ ]` mean that this is an optional argument. - The...

Post your wrapper.properties.json file and also give some screen shots or something that shows your file structures and where your server files are, as well as the wrapper.py or /wrapper...

Wrapper.properties.json will be in the same folder as where the Wrapper.py is located. FYI, I did fix the Python 2 syntax errors. What you describe occurs whenever the startup command...

Another possibility is that it cannot find the server.jar because your server.jar and Wrapper.py are not in the same folder. You can place them in different folders, but that is...

No, I have not had time to compare and update all the protocol parsing.

That sounds nice. I will say that one change made while you were gone was that "server port" is no longer used in the proxy setup. You set the server...