16 - AntiCreeper keeps resetting config
This is about the third time I've had to redo my AntiCreeper configuration because it keeps resetting, I eventually just saved the file as read-only. When I reloaded the plugin, it spit this out at me:
00:00:55 [SEVERE] Could not save config to plugins/AntiCreeper3/config.yml
java.io.FileNotFoundException plugins/AntiCreeper3/config.yml (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileWriter.<init>(Unknown Source)
at org.bukkit.configuration.file.FileConfiguration.save(FileConfiguration.java:56)
at org.bukkit.plugin.java.JavaPlugin.saveConfig(JavaPlugin.java:129)
at net.anticreeper.Anticreeper.onEnable(Anticreeper.java:80)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383)
at me.ryanclancy000.plugman.PlugManCommands.reloadPlugin(PlugManCommands.java:322)
at me.ryanclancy000.plugman.PlugMan.doCommand(PlugMan.java:129)
at me.ryanclancy000.plugman.PlugMan.onCommand(PlugMan.java:30)
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:624)
at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:620)
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:671)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:640)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:506)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
It's clearly trying to save a config when really, since there are no commands to change options, it should never ever need to do this.
I do not know how to duplicate the resetting.
| User | When | Change |
|---|---|---|
| filbert66 | Apr 19, 2012 at 02:44 UTC | Changed status from New to Fixed |
| filbert66 | Apr 19, 2012 at 02:44 UTC | Changed assigned to from Rothens to filbert66 |
| daeger | Apr 18, 2012 at 20:06 UTC | Changed description:This is about the third time I've had to redo my AntiCreeper configuration because it keeps resetting, I eventually just saved the file as read-only. When I reloaded the plugin, it spit this out at me: - 00:00:55 [SEVERE] Could not save config to plugins/AntiCreeper3/config.yml java.io.FileNotFoundException: plugins/AntiCreeper3/config.yml (Permission denied) ---------------------------------------- at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) It's clearly trying to save a config when really, since there are no commands to change options, it should never ever need to do this. + + I do not know how to duplicate the resetting. |
| daeger | Apr 18, 2012 at 20:05 UTC | Changed description:- This is about the third time I've had to redo my AntiCreeper configuration because it keeps reset, I eventually just saved the file as read-only. When I reloaded the plugin, it spit this out at me: + This is about the third time I've had to redo my AntiCreeper configuration because it keeps resetting, I eventually just saved the file as read-only. When I reloaded the plugin, it spit this out at me: 00:00:55 [SEVERE] Could not save config to plugins/AntiCreeper3/config.yml |
| daeger | Apr 18, 2012 at 20:02 UTC | Create |
- 3 comments
- 3 comments
- Reply
- #3
filbert66 Apr 18, 2012 at 21:30 UTC - 0 likesAnticreeper doesn't make a call to save its config. Strange. Does it still happen if you remove the PlugMan plugin?
My plugins: Anticreeper, AntiFire, AutoIPBan; Contributor: Silence, Thor
BFAK:67982,3d6540176e18ca75f0a204a87213d75a51e4b745f16c619b8fcef59ccfeab5cb
- Reply
- #2
daeger Apr 18, 2012 at 21:10 UTC - 0 likes<<reply 659939>>
The Dropbox. The 16kb one you uploaded recently, to be precise.
- Reply
- #1
filbert66 Apr 18, 2012 at 20:33 UTC - 0 likesWhat version of Anticreeper are you using? 3.4.1 from dev.bukkit, or the one from my Dropbox?