Broadcaster 2.3.0 error
Lyrians opened this issue ยท 3 comments
Version information
Component | Version |
---|---|
Plugin (/brc status ) |
2.3.0 |
Bukkit/Spigot (usually accessible using /version or /about ) |
patched_1.15.2.jar:git-Paper-374 |
Bug description
When trying to put any command, it generates an error in console.
Console: https://paste.enginehub.org/c1jXLhg1-
Additional context
Is there anything else that should be taken into account?
Seems like the plugin has been disabled (plugin is disabled
).
Please provide your full server log (preferably as an attachment).
2020-07-21-8.log
Sorry for the delay, but there are many logs, I had to find which one was xD
Now I am using a version before 2.3.0, because it works well for me.
Found something interesting:
[04:11:09] [Server thread/INFO]: [Broadcaster] Enabling Broadcaster v2.3.0
[04:11:09] [Server thread/INFO]: [Broadcaster] Startup...
[04:11:09] [Server thread/INFO]: [Broadcaster] Loading configuration...
[04:11:09] [Server thread/ERROR]: [Broadcaster] Failed to load configuration files!
[04:11:09] [Server thread/ERROR]: [Broadcaster] plugins/Broadcaster/json/visit-github.json (No such file or directory)
[04:11:09] [Server thread/INFO]: [Broadcaster] Disabling Broadcaster v2.3.0
[04:11:09] [Server thread/INFO]: [Broadcaster] Shutdown complete.
Seems like the example json file visit-github.json
does not exist.
Please check whether you have an entry in your messages.yml
file with the Type
set to json
. As stated in the wiki, the Definition
key defines which file should be loaded. You must either remove the entry from the messages.yml
file or create the respective json file. Doing so should resolve your issue.
Please try that and report back, thanks!