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.
- Host: GitHub
- URL: https://github.com/omena0/pyjavabridge
- Owner: Omena0
- Created: 2026-01-27T11:51:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-29T08:21:12.000Z (5 months ago)
- Last Synced: 2026-01-29T23:24:03.928Z (5 months ago)
- Topics: api, bukkit, minecraft, minecraft-plugin, paper, papermc, plugin, spigot, wrapper
- Language: Java
- Homepage:
- Size: 305 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
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)