PyPlanet
PyPlanet copied to clipboard
:rocket: PyPlanet is the next-gen Server Controller for ManiaPlanet (v4+) and Trackmania. Using Python3 and AsyncIO.
There is a Pyplanet UI bug where author of previous map is displayed on maps sometimes. ### Expected Behavior Always display the correct map author in the widget. ### Actual...
One way to fix #1180
Resolves #1187
This is a proposition to remove the dependency on Pandas and NumPy. I think they are quite overkill for the usage of PyPlanet. The issues I have with these dependencies...
### Expected Behavior PyPlanet starting ### Actual Behavior PyPlanet Crashes with a TypeError ### Steps to Reproduce (including precondition) Attempting to start after following Setup Guide Docs ### Screenshot on...
Suddenly saw the amount of votes changing while voting for extending a map. Is the vote influenced by players leaviing or entering a server, cause that was what happend during...
Export a mapfolder as a matchsettings file with your own input file name. ## Motivation or cause https://discord.com/channels/285398464760643585/477041591882874911/997113341459837028 ## Change description Export Tab and write/edit the matchsettings file for the...
Let logs run for more then 24hours on a pyplanet instance and you will get these kind of errors. Even though pyplanet still keeps running. ### Expected Behavior Set in...
You can still use the old ApiVersion 2013-04-16 by setting it inside the base.py in settings folder by adding the following line: `DEDICATED = { 'default': { 'HOST': '127.0.0.1', 'PORT':...