Shevchik / AutoSaveWorld

Bukkit plugin that provides advanced bukkit server management capabilities. Supports automatic saves, backups, stale data purge, plugin management, and more.
GNU General Public License v3.0
35 stars 36 forks source link

Could not dump RegionFileCache [1.14.3] #61

Closed T1MOXA closed 5 years ago

T1MOXA commented 5 years ago
[ERROR] [AutoSaveWorld] Could not dump RegionFileCache
java.lang.RuntimeException: Can't find method saveLevel with params length 0
at autosaveworld.utils.ReflectionUtils.getMethod(ReflectionUtils.java:49) ~[?:?]
at autosaveworld.features.save.AutoSaveThread.dumpRegionCache(AutoSaveThread.java:135) ~[?:?]
at autosaveworld.features.save.AutoSaveThread.performSave(AutoSaveThread.java:122) ~[?:?]
at autosaveworld.features.save.AutoSaveThread.doTask(AutoSaveThread.java:70) ~[?:?]
at autosaveworld.utils.Threads$IntervalTaskThread.run(Threads.java:103) ~[?:?]

Server is running Paper version git-Paper-115 (MC: 1.14.3)