Skip to content

Commit 7a18649

Browse files
committed
adding missing config values
1 parent 32f1e78 commit 7a18649

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/main/resources/config.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ enabled:
6767
bow: true
6868
armor: true
6969
mace: true
70+
fishing-rod: true
7071
# Will show time the item is created
7172
created-date:
7273
pickaxe: true
@@ -78,6 +79,7 @@ enabled:
7879
bow: true
7980
armor: true
8081
mace: true
82+
fishing-rod: true
8183
# Will show "Fished by <player>"
8284
fished-tag:
8385
pickaxe: true
@@ -88,6 +90,7 @@ enabled:
8890
shears: true
8991
bow: true
9092
armor: true
93+
fishing-rod: true
9194
# Will show "Found by <player>"
9295
looted-tag:
9396
pickaxe: true
@@ -98,6 +101,7 @@ enabled:
98101
shears: true
99102
bow: true
100103
armor: true
104+
fishing-rod: true
101105
# Will show "Trade by <player>"
102106
traded-tag:
103107
pickaxe: true
@@ -108,6 +112,7 @@ enabled:
108112
shears: true
109113
bow: true
110114
armor: true
115+
fishing-rod: true
111116
player-kills:
112117
sword: true
113118
axe: true
@@ -137,13 +142,15 @@ enabled:
137142
bow: true
138143
armor: true
139144
mace: true
145+
fishing-rod: true
140146
fish-caught: true
141147
sheep-sheared: true
142148
armor-damage: true
143149
dropped-by: true
144150
elytra-tag: true
145151
arrows-shot: true
146152
flight-time: true
153+
crops-harvested: true
147154

148155
messages:
149156
created:
@@ -194,6 +201,6 @@ number-formats:
194201
# When any tool is created, it will generate a hash for the item.
195202
# This hash is not on the item lore, only stored in the NBT data.
196203
# This has no use currently, but can be used for future features for dupe detection.
197-
generate-hash-for-items: true
204+
generate-hash-for-items: false
198205

199206
config-version: 9

0 commit comments

Comments
 (0)