gdude2002 / Python-Plugin-Loader

Python plugin loader for Bukkit
10 stars 3 forks source link

Update to jython 2.7.0 #9

Closed jomo closed 8 years ago

jomo commented 8 years ago

Also builds against build against Spigot/Bukkit 1.9-R0.1 now.

Most important change in jython is probably https://github.com/jythontools/jython/commit/b8bf8cf6217c732edb2706ffb95c972255939415, which fastens the load time of JSON by orders of magnitude.

For example, we had a ~1.5MB JSON file that delayed our server startup by several minutes, now it loads in way under 1 second.

I've uploaded a jar if anyone wants to play around with it.

gdude2002 commented 8 years ago

I'm going to add you as a contributor of this repo, as I don't really dabble with Minecraft stuff anymore.

jomo commented 8 years ago

:+1: