Shimell / DiscordWhitelisterSpigot

Spigot plugin that allows whitelisting users through a discord text channel.
MIT License
41 stars 22 forks source link

Error occurred while enabling DiscordWhitelister #35

Closed Bartek200219 closed 3 years ago

Bartek200219 commented 3 years ago

I tried using plugin (Tested versions: 1.4.3 1.4.5 1.4.6) on newest paper 1.16.5 (Build #500) and I get this type of errors: https://paste.ee/p/t7UlQ

Shimell commented 3 years ago

I have just tested the plugin on the latest version of paper and it works as expected. Have you set up the config? In the log you sent, the bot prints this out just above the error:

[13:57:03 INFO]: [DiscordWhitelister] Configuration file created at: plugins\DiscordWhitelister\discord-whitelister.yml, please edit this else the plugin will not work!

If you need help configuring the plugin please refer to the youtube video here: https://www.youtube.com/watch?v=OqaeItuLefU

If you have set the plugin up correctly and are still getting this error try setting un-whitelist-on-server-leave to false in the config and let me know if that resolves the issue.

Bartek200219 commented 3 years ago

After configuration works normally. Thank you <3