Skip to content
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

Issue with Multipurpose Plugins #188

Closed
DioneB opened this issue Mar 13, 2017 · 2 comments
Closed

Issue with Multipurpose Plugins #188

DioneB opened this issue Mar 13, 2017 · 2 comments

Comments

@DioneB
Copy link

DioneB commented Mar 13, 2017

hello all i listed my custom plugins in config.lua in line containing

multipurpose_plugins = {
'example.lua',
}

and add the files to folder plugins/multipurpose/
but the bot don't load the plugins,
if i put the plugins on the main folder (plugins) and add to

plugins = {
'example.lua',
}

and start bot, i receive the message with not found error

@ItsPey
Copy link
Contributor

ItsPey commented Mar 13, 2017

@Santagain Hi.
Put your plugin on "/plugins" and then change the config.lua like this...

plugins = {
    'example',
}

Don't use ".lua" in the name of plugin.
I mean don't use this code:

plugins = {
    'example.lua',
}

It's wrong.

@DioneB
Copy link
Author

DioneB commented Mar 13, 2017

oh thanks so much, sorry

@DioneB DioneB closed this as completed Mar 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants