Provides info on the EarthMC Minecraft server.
Project description
EarthMC Package
Provides info on the EarthMC Minecraft server.
Installation
$ pip install earthmc
Import and create Classes
from src.Towns import towns
from src.Nations import nations
from src.Players import players
towns = towns()
nations = nations()
players = players()
Methods
Player Related
Get All Players
allPlayers = players.all()
print(allPlayers)
// => [{"x": 0, "y": 64, "z": 0, "isUnderground": true, "nickname": "PlayerNickname", "name": "PlayerName"}, ...]
Get Online Player
op = players.getOnlinePlayer("PlayerName")
print(op)
// => {"x": 0, "y": 64, "z": 0, "isUnderground": true, "nickname": "PlayerNickname", "name": "PlayerName"}
</p>
</details>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
EarthMC-1.0.3.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file EarthMC-1.0.3.tar.gz.
File metadata
- Download URL: EarthMC-1.0.3.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/2.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2a469d7fa9c70f248ada1f056ecc25e81ee6d6b34fb96d5ff950138a22a5050
|
|
| MD5 |
9d51a9a7033347413243f25055f1d0ce
|
|
| BLAKE2b-256 |
a6c8b66675810b4f563f3a50ace26c4677b90a05f06e2877f5aa5f11f53a55a0
|
File details
Details for the file EarthMC-1.0.3-py2-none-any.whl.
File metadata
- Download URL: EarthMC-1.0.3-py2-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/2.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
823b9172a077486cd9bcc09741d1f6d4e4f01c5f2a816a08734666e25b773d23
|
|
| MD5 |
4f4f640e4258320e396440c4add3ab6c
|
|
| BLAKE2b-256 |
a6765bb509d724174fbfbbbe78cb1bb05ec011d1982e9bbfe621fb019bc1126d
|