Skip to content

Commit da486cb

Browse files
committed
[🐛] Fixed bug about files that where constantly updated
1 parent 634019e commit da486cb

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

src/main/resources/inventories/homes/homes.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
############################################################
2020

2121
# Please do not change this value as it may cause the file to be reset.
22-
# Default: "1.1"
23-
config-version: "1.1"
22+
# Default: "1.2"
23+
config-version: "1.2"
2424

2525
# 'data' value are supported in this section.
2626
# Just add the 'data' key with the value you want to use.
@@ -29,7 +29,6 @@ bedHomeItem:
2929
overworld:
3030
worldDisplayName: "&aOverworld"
3131
material: "%%value_materialBedHomeItemOverworld%%"
32-
data: 14
3332
# You can skip the 'nether' section if your server's version is below 1.16.
3433
# Respawn anchors were introduced in Minecraft 1.16.
3534
nether:

src/main/resources/inventories/kits/kitsAdminView.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
############################################################
2020

2121
# Please do not change this value as it may cause the file to be reset.
22-
# Default: "1.0"
23-
config-version: "1.0"
22+
# Default: "1.1"
23+
config-version: "1.1"
2424

2525
############################################################
2626
# +------------------------------------------------------+ #

src/main/resources/inventories/kits/kitsPlayerView.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
############################################################
2020

2121
# Please do not change this value as it may cause the file to be reset.
22-
# Default: "1.0"
23-
config-version: "1.0"
22+
# Default: "1.1"
23+
config-version: "1.1"
2424

2525
############################################################
2626
# +------------------------------------------------------+ #

0 commit comments

Comments
 (0)