I cant get my configs, and also the plugin config to be created. Help appreciated here’s the gist
SpongeVanillaControl.java
/*
* The MIT License (MIT)
*
* Copyright (c) 2015 Hunar Roop (KingGoesGaming) Kahlon
* Copyright (c) Contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
This file has been truncated. show original
zml is fixing a Configurate issue where it doesn’t do if(!file.exists){ file.create(); }
or at least it seems that way, manually creating the file will allow your plugin to populate it with data
Blue
November 10, 2015, 2:44pm
3
import com.google.common.eventbus.Subscribe;
Remember to change that ^^