Isaac - The456
Isaac - The456
[Import processing](https://docs.python.org/3/reference/import.html#import-hooks) -> finds all plugins in a directory, stores as a list of paths to import for each, call import with the extra hook. this extra hook verifys the...
additonally i think that it should parse arguments for the location etc  like the java equivilant does
No I mean like log channels: in bukkit a log channel is create per plugin, for the plugins getLogger method. This is normally used for saying the plugins prefix in...
how is it not supported?
it assumes that whatever virtual enviroment thing is already activated (by default). normally, with venv or whatevery you would source the activate file, but poetry by the loogs of it...
i think this is out of scope of a shell script, but maybe a seperate tool could be created to assist with server creation, and lifetime (start,stop,restart), and possibly a...
I would guess this is under #266, But a standalone snbt/nbt parser/converter wouldn't be bad ( think the vanilla data generator)
(some of) The information from plugin file should be able to be dynamically modified. Say there is a plugin that takes the git URL of a plugin, fetches the head...
For the plugin.yml, a new identifyer called dist-info or something, a list of meta tags set by the distributor (say pymine official plugin repository might add a tag called category...
i was more thinking plugin distributor, like spigotmc.org and it was as an optional compliment to the built in updater