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
- Host: GitHub
- URL: https://github.com/skybaks/pyplanet-muffins
- Owner: skybaks
- License: gpl-3.0
- Created: 2022-12-11T21:24:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-03T01:21:39.000Z (about 1 year ago)
- Last Synced: 2025-12-17T04:17:50.335Z (7 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
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. |