Zav is red, get internal error when reloading the plugin config.
Castiella opened this issue ยท 3 comments
21.12 21:16:51 [Server] WARN Caused by: java.lang.NullPointerException
21.12 21:16:51 [Server] WARN at io.github.zachoooo.ZavMessage.loadMessages(ZavMessage.java:75)
21.12 21:16:51 [Server] WARN at io.github.zachoooo.ZavMessage.reload(ZavMessage.java:95)
21.12 21:16:51 [Server] WARN at io.github.zachoooo.commands.CommandManager.reload(CommandManager.java:54)
This is our config:
Default config for ZavMessage.
Make sure all your messages are inside of single quotes. (This makes sure that color and special characters work properly)
If you want to make your own line breaks MAKE SURE WORDWRAP IS FALSE!!! Custom line breaks are only supported when wordwrap is off.
enabled: true
wordwrap: true
delay: 100 # In Seconds
permissionsenabled: false # If true, only people with permission can view the message.
chatformat: '&3Winter&8Crest:&7 &3%msg'
messageinrandomorder: false # Should the messages be displayed in a random order
messagesinconsole: true
requireplayersonline: false
dontrepeatrandommessages: true
messages:
default:
- '&BCHRISTMAS EVENT info and rules here! - http://wintercrestmc.com/thread/1296/christmas-2017'
- '&bTry &7our new &bminigame &9/warp grinch'
- '&AWant to report a player? go to &7/warp report'
- '&ADonate for special perks! - &7http://wintercrest.enjin.com/shop'
- '&3Xray/Exploits/Cheating &3will result in a &apermanent &3ban - &7http://wintercrestmc.com/post/1835/thread'
- '&3Dont like swearing? &b/safechat &3will block all swear words!'
- '&BWant special perks? Donate to us! - &7 http://wintercrest.enjin.com/shop'
- '&7The &3Expert Test &7can be taken by Equitites & Donors!'
- '&aWanderer? &7check out /warp start for some free goodies'
- '&4Taking Presents &7 from other peoples homes is not allowed!'
- '&3Server Discord - &7https://discord.gg/kNjwG6Z'
- '&3Staff have the &7&l&oCenturion &7&L& &8&l&oMod &3prefix!'
- '&3Want in game cash? Vote for us - /vote'
- '&3Want to buy the &b/back command &3for $1000? Talk to an admin!'
- '&3Equitites and higher can access creative with &3/mvtp CreativeWorld'
- '&3Want some limited edition playerheads? &6Go to /warp heads!'
@Castiella Can you send the configuration through a site like pastebin?
thank you
@Castiella Looks like your formatting has an issue. Each of your messages needs an additional 2 spaces before the dash so that it is under the default category.