customrealms / example-plugin

Example CustomRealms plugin project
https://customrealms.io
MIT License
11 stars 5 forks source link

Having javascript plugins in directory #3

Open mindflowgo opened 2 months ago

mindflowgo commented 2 months ago

The original: waterhiggins javascript plugin had a nice ability to have all the javascript plugins sitting in a directory and it would run them.

This currently requires us to build a whole plugin each time, could we add that ability (I guess that TS would require a compile phase, but regular ones, it could do the load of globals and run them directly ).

Thx Conor!

andriemc commented 3 weeks ago

See customrealms/bukkit-runtime