Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

EikoocS/JythonEngine

Repository files navigation

JythonEngine

JythonEngine

WARNING: Archived, no longer maintained, new replacements may be available in the future

Introduction

JythonEngine is a wrapper of Jython, which can be used to control the server through the console, and can be used to get the output of the console at the same time. It supports two running modes, syncronous and asyncronous. It is compatible with Bukkit's thread unsafe, and can be used to achieve higher efficiency of running.

Thanks to the Jython implementation, Python and Java can easily interoperate, giving Jython scripts the power of plug-ins, while Jython's own scripts can be run directly without a compiler, reducing the extra time spent on debugging and compiling and packaging.

Interactive console with instant feedback for immediate operation, significantly reducing deployment time overhead

User Manual in zh_CN / 用户文档 中文