Custom Plugin Config.yml

Status
This thread has been locked.

Anndrew

Premium
Feedback score
1
Posts
1
Reactions
23
Resources
0
Hey guys!

I have recently started to make a custom Minecraft plugin for fun but have run into one issue. In my main config (in the .jar) I have the different sections separated by loads of "#'s". However, when I check the config that is in my plugins folder most of the "#'s" disappear.

Default Config: http://prntscr.com/ocj32i
Plugins Folder Config: http://prntscr.com/ocj40i

Any help would be appreciated!

Thanks.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

JustRayz

Feedback score
4
Posts
516
Reactions
119
Resources
0
If you modify the yml file, the bukkit configuration classes will remove the comments, that's just fundamental. You must use an external library for it, or make one yourself, easy enough =)
 
Status
This thread has been locked.
Top