Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 429 Bytes

File metadata and controls

23 lines (14 loc) · 429 Bytes

PyJavaBridge

Expose bukkit APIs to python scripts via easy-to-use wrappers.

from bridge import *

# Use via /helloworld
@command("Hello world command")
async def helloworld(event: Event):
    event.player.send_message("Hello, World!")

The entire API is, at core, asynchronous.

Documentation

See The Docs

Changelog

See changelog.md