Skip to main content

Provides data on people, places and more on the EarthMC Minecraft server.

Project description

EarthMC Package

Provides data on people, places and more on the EarthMC Minecraft server.

Install

$ pip install EarthMC

Import Map(s)

from EarthMC import Aurora, Nova

Methods

Players

Base Reference

ap = Aurora.players
print(ap.all()) # => Outputs all players. (Townless and Residents)

All (List)

online = ap.online.all() # => Outputs list of online players.
townless = ap.townless.all() # => Outputs list of townless players. (Online without a town)
residents = ap.residents.all() # => Outputs list of residents. 

Get (Object)

op = ap.online.get('PlayerName')
tp = ap.townless.get('PlayerName')
res = ap.residents.get('ResidentName') 

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

EarthMC-3.1.0.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

EarthMC-3.1.0-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

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