Skip to content

Latest commit

 

History

History
146 lines (101 loc) · 3.7 KB

index.rst

File metadata and controls

146 lines (101 loc) · 3.7 KB

Welcome to PyPlanet's documentation!

/_static/logo/pyplanet-sm.png

PyPlanet is a Maniaplanet Dedicated Server Controller that works on Python 3.5 and later. Because Maniaplanet is using an system that can be event based we use AsyncIO to provide a event loop and have simultaneously processing of received events from the dedicated server.

Features:

  • Core: Super fast and 'event' driven based on Python 3.5 asyncio eventloop.
  • Core: Stable and well designed core and apps system. (Inspired by Django).
  • Core: All apps will handle the game experience.
  • Core: Adjustable settings for all your apps.
  • Core: Supports Trackmania and Shootmania, Scripted only!
  • App: Local Records, including widget + list.
  • App: Dedimania Records, including widget + list.
  • App: Admin Commands, Providing with basic commands and control for maintaining your server.
  • App: Karma, Let your players vote on your maps!
  • App: Jukebox, Let your players 'juke' the next map.
  • App: ManiaExchange, Simply add your maps directly from Mania-Exchange.
  • App: Players, This app shows messages when players join and leave.
  • App: Transactions, Donate planets to the server, show number of planets on server and pay out players.
  • App: Live Rankings, Show the live rankings of the game mode. (Trackmania).
  • App: Sector Times, Compare your checkpoint time against your local or dedimania record. (Trackmania).
  • App: Dynamic Pointlimit, Royal point limit adjustment based on the number of players. (Shootmania Royal).
  • App: CP Times, Show the best checkpoint times on top of your screen
  • App: Chat based voting, No more uncontrollable and unfair Call Votes. Use chat based voting.

Do you want to install PyPlanet, head towards our :doc:`Getting Started Manual </intro/index>`. Want to see PyPlanet in action, head to :ref:`screenshots-ref`.

The code is open source, and available on GitHub.

The main documentation for the site is organized into a couple sections:

Information about development of apps and the core is also available under:

..  toctree::
    :maxdepth: 2
    :caption: User Documentation

    intro/index
    intro/configuration
    intro/starting
    intro/upgrading
    convert/index
    howto/index


..  toctree::
    :maxdepth: 1
    :glob:
    :caption: Apps Documentation

    apps/contrib/admin
    apps/contrib/jukebox
    apps/contrib/karma
    apps/contrib/local_records
    apps/contrib/dedimania
    apps/contrib/mapinfo
    apps/contrib/players
    apps/contrib/mx
    apps/contrib/transactions
    apps/contrib/live_rankings
    apps/contrib/sector_times
    apps/contrib/dynamic_points


..  toctree::
    :maxdepth: 2
    :caption: Developer Documentation

    architecture/index
    apps/index
    signals/index

    api/index


..  toctree::
    :maxdepth: 1
    :caption: About PyPlanet

    support
    privacy
    changelog
    todo


Some thoughts from experts



Screenshots

/_static/screenshots/tm_1.jpg

/_static/screenshots/tm_2.jpg

Indices and tables

Links