An open API service indexing awesome lists of open source software.

https://github.com/skybaks/pyplanet-muffins

A muffins plugin for the Pyplanet Trackmania dedicated server controller
https://github.com/skybaks/pyplanet-muffins

Last synced: 5 months ago
JSON representation

A muffins plugin for the Pyplanet Trackmania dedicated server controller

Awesome Lists containing this project

README

          

# Muffins

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

The Muffins plugin allows you to bake, give, and eat muffins.

## Installation

Install or update to the latest version with the following command

```
python -m pip install --upgrade pyplanet-muffins
```

Add the following to you pyplanet apps.py

```
'skybaks.muffins',
```

## Commands

|Command|Description|
|---|---|
| //bakery | Bakes a brand new muffin and gives it to the player specified by login or nickname. Only available to admins. |
| /bakery eat | Eat one of your muffins. Available to all players |
| /bakery brag | Show off one of your rarest muffins. Available to all players |
| /bakery give | Give one of your muffins to the player specified by login or nickname. Available to all players. |