Macuyiko / minecraft-python

A Jython driven plugin and interpreter system for Minecraft (on top of Spigot)
BSD 3-Clause "New" or "Revised" License
227 stars 29 forks source link

How to use it on a server? #56

Closed pawelk1337 closed 2 years ago

pawelk1337 commented 2 years ago

I was wondering how to use it on a server like server where you have only access to minecraft console?

Macuyiko commented 2 years ago

The plugin starts up a Telnet and Websocket server on the ports listed here: https://github.com/Macuyiko/minecraft-python/blob/master/ServerPythonInterpreterPlugin/config.yml

pawelk1337 commented 2 years ago

thx