You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If scripts in a dedicated directory contain classes annotated with @Plugin, they should be automatically registered by adding them to the PluginService, so they can easily be called from other scripts.
See this gitter post and subsequent posts.
(This implies that the scripts would have to be parsed first, which might complicate things.)