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
I'd like to make a small addition to library.py that automatically loads anything in /autoload. I may be missing something, as I'm not that familiar with Java, but looking through the source, I couldn't find any way to get the path of the scripts folder without re-loading the config.yml file.
If I'm correct, this can just be done by making EasyScript.config (or a copy of it) public, yes?
The text was updated successfully, but these errors were encountered:
Note: Currently I am able to easily get around this by creating my own ESConfig(), but it seems like I should be using the same esconfig object as EasyScript is using (or a fresh copy), rather than something loaded arbitrarily from the disk, which may have changed.
I'd like to make a small addition to library.py that automatically loads anything in /autoload. I may be missing something, as I'm not that familiar with Java, but looking through the source, I couldn't find any way to get the path of the scripts folder without re-loading the config.yml file.
If I'm correct, this can just be done by making EasyScript.config (or a copy of it) public, yes?
The text was updated successfully, but these errors were encountered: