Skip to content

Commit

Permalink
1.1.12 - Fix user_cache.yml was not saved on disable
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Aug 4, 2021
1 parent 804bce3 commit 5f39ee3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = "xyz.acrylicstyle.dailyrankingboard"
version = "1.1.11"
version = "1.1.12"

plugins {
java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ class DailyRankingBoardPlugin: JavaPlugin(), DailyRankingBoardAPIImpl {
}

override fun onDisable() {
UserCacheFile.write()
GameConfigurationFile.saveAll()
Bukkit.getOnlinePlayers().forEach {
it.getArmorStandData().destroyAll(it)
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: DailyRankingBoard
main: xyz.acrylicstyle.dailyranking.plugin.DailyRankingBoardPlugin
api-version: 1.13
version: 1.1.11
version: 1.1.12
load: POSTWORLD
softdepend:
- Multiverse-Core
Expand Down

0 comments on commit 5f39ee3

Please sign in to comment.