Metadata-Version: 2.1
Name: pyplanet-cup_manager
Version: 4.0.0.dev3
Summary: A Pyplanet server controller plugin for hosting competitions
Project-URL: Homepage, https://github.com/skybaks/pyplanet-cup_manager
Project-URL: Bug Tracker, https://github.com/skybaks/pyplanet-cup_manager/issues
Author-email: skybaks <tmflame@gmail.com>
License-File: license
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Cup Manager

A plugin for [PyPlanet](https://pypla.net/).

This plugin will handle hosting a cup competition in Trackmania, Maniaplanet, and Shootmania. It provides a competition
host with the following:

* Manage mode scripts and settings to ensure consistent competitions
* Record player score results and sum totals across multiple maps
* Provide player placement status information and podium results
* Use result totals to pay planets to players in batch
* Export results in multiple formats including Csv and Discord

The following games and modes have been tested and shown to have some level of functionality. In general, this plugin
will work with any script mode which supports the scores callback.

* Trackmania - Timeattack, Rounds, Laps, MedalAttack, Speedtrap
* Maniaplanet - Timeattack, Rounds, Laps
* Shootmania - Melee, Elite, Royal, Siege, Infection, Combo

See [the usage information](https://github.com/skybaks/pyplanet-cup_manager/blob/master/usage.md) to get started
integrating with your PyPlanet instance and running your competition.
