Skip to main content

A set of Django plugins that will display live Minecraft server status and information within your project.

Project description

With Minecraft 1.9 came a shiny new tool to allow native status querying in vanilla Minecraft servers. This is a simple set of plugins intended for use with Django-CMS, designed to aid in retrieving any data from the servers. Much of this code comes from Dinnerbone’s amazing source (..thank you dude!) that he has graciously left as “fully open”.

See it in action here!

Protocol documentation is available as well, thanks to Dinnerbone.

Usage

Install with pip:

pip install djangocms-minecraft

Or, optionally, install the development version:

pip install git+https://git@bitbucket.org/oddotterco/djangocms-minecraft.git#egg=djangocms-minecraft

Then, in your project’s settings.py file, add ‘djangocms_minecraft’ to the INSTALLED_APPS like so:

INSTALLED_APPS += ('djangocms_minecraft',)

Finally, syncdb, migrate your project, and then simply add the plugins to pages as desired. They will show up in both a text plugin’s plugins list as well as the page plugins list, under the header “Minecraft”.

Rights

As with Dinerbone’s original code - Fully open. Go wild. Let us know what you do with it and PLEASE feel free to fork and pull-request!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangocms-minecraft-0.0.1.tar.gz (12.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page