-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamically load plugin #458
Comments
There is serv.addPlugin but why not just put your plugin in the config ?
…On Sun, Nov 1, 2020, 10:57 Louis Beaumont ***@***.***> wrote:
In Mineflayer we can do bot.loadPlugin(foo) but I don't see that in
flying-squid ?
Also would be nice to document on how to implement plugins in Typescript
(since it seems Typescript is "a little bit" supported by Prismarine in
general ?), especially for Typescript noobs like me.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#458>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAR437UDQ7W6NT3M3RY3LVLSNUWHJANCNFSM4TGNRKYA>
.
|
What's the use case of dynamically loading plugins ?
…On Sun, Nov 1, 2020, 13:04 Romain Beaumont ***@***.***> wrote:
There is serv.addPlugin but why not just put your plugin in the config ?
On Sun, Nov 1, 2020, 10:57 Louis Beaumont ***@***.***>
wrote:
> In Mineflayer we can do bot.loadPlugin(foo) but I don't see that in
> flying-squid ?
>
> Also would be nice to document on how to implement plugins in Typescript
> (since it seems Typescript is "a little bit" supported by Prismarine in
> general ?), especially for Typescript noobs like me.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#458>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAR437UDQ7W6NT3M3RY3LVLSNUWHJANCNFSM4TGNRKYA>
> .
>
|
depending on previous code I want to load just a specific plugin |
If you, say, wanted to make a plugin to install other plugins (similar to the Spigot PlugManX), and wanted those other plugins to not require a server restart to be loaded. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Mineflayer we can do
bot.loadPlugin(foo)
but I don't see that in flying-squid ?Also would be nice to document on how to implement plugins in Typescript (since it seems Typescript is "a little bit" supported by Prismarine in general ?), especially for Typescript noobs like me.
The text was updated successfully, but these errors were encountered: