Skip to content

simonpainter/minecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Minecraft Library for Empower Servers

I have a bedrock server from Empower Servers which has a nice web based console and I thought I'd make a little class to send commands to it from my python scripts.

Installation

You will need selenium, the quickest way to install this is this: pip install selenium

Currently this project is only working on Macs with Safari however cross browser support is possible.

Basic use


server = "server uuid"
user = "user@email.com"
password = "xxxxxxxx"

command = "setblock 0 0 100 sandstone"
mc = minecraft.empower_server(server, user, password)
mc.sendCommand(command)
mc.setBlock(0,0,100,"air")
mc.close()

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages