An open API service indexing awesome lists of open source software.

https://github.com/omena0/pyjavabridge

Expose bukkit APIs to python scripts via easy-to-use wrappers.
https://github.com/omena0/pyjavabridge

api bukkit minecraft minecraft-plugin paper papermc plugin spigot wrapper

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# PyJavaBridge

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

```py
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](https://omena0.github.io/PyJavaBridge/index.html)

## Changelog

See [changelog.md](changelog.md)