Config wont work
Axeera opened this issue ยท 4 comments
did you reload the config with the command?
what version are you using?
are you editing the config.yml in the plugin/PlayerHeads folder?
I restarted the whole server and changed everything in the yml, but i have not used any commands in game. Only changed the files and restarted every time. Using the latest verision.
I'm not able to reproduce the issue with 5.2.3 or 5.2.5 on a 1.15.1 server.
I can use the /ph config set ...
to change droprates and other settings, and it is reflected by ingame behavior.
I can change the file directly while the server is running and use /ph config reload
to see the changes reflected ingame.
What can't be done though is changing the file while the server is running and restart the server, since this will cause the plugin to save any possible ingame changes (like with ph config set ...
), overwriting the file. A ph config reload
must be performed if you want to change it from the file while the server is running.
If you've done that and you still have issues, then there may be a formatting issue with your YML file. pasting it into the following website will let you know if this is the case: http://www.yamllint.com/
If this isn't the case and you still have issues, please post your server type and version, as well as the plugin version and where you downloaded it from.
Sidenote: development builds (especially for future version 5.3) are not stable. Stable releases are posted on BukkitDev. (currently 5.2.3 or 5.2.5, or 4.10.0 if you need legacy head support)