Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 1.42 KB

index.rst

File metadata and controls

67 lines (47 loc) · 1.42 KB

Podrum

A Minecraft Bedrock Edition server software written in Python. It's still under active development, yet it has a few advantages:

  1. Easy to use,
  2. Written in Python which makes plugins easier to write.

Warning

This software and documentation is in active development, many things will be subject to change.

Features

  • World Generation
  • Networking
  • Commands
  • MOTD
  • Joinable
  • Plugin API
  • Mobs (coming soon)

Running a Podrum Server

Running a Podrum server is simple. This section will cover common tasks such as configuring it, maintaining plugins, amongst other things.

.. toctree::
    :maxdepth: 3
    :titlesonly:

    server/index

Creating Plugins

Creating plugins is fairly straighforward. This section will explain the process of creating a plugin.

.. toctree::
    :maxdepth: 3
    :titlesonly:

    plugins/index

About Podrum

Podrum is a Minecraft Bedrock Edition server software written in Python. The following links will explain more about this project.

.. toctree::
    :maxdepth: 3
    :titlesonly:

    about/index