adding missing config values

This commit is contained in:
hyperdefined
2025-01-28 21:28:51 -05:00
parent 32f1e78630
commit 7a18649474

View File

@@ -67,6 +67,7 @@ enabled:
bow: true bow: true
armor: true armor: true
mace: true mace: true
fishing-rod: true
# Will show time the item is created # Will show time the item is created
created-date: created-date:
pickaxe: true pickaxe: true
@@ -78,6 +79,7 @@ enabled:
bow: true bow: true
armor: true armor: true
mace: true mace: true
fishing-rod: true
# Will show "Fished by <player>" # Will show "Fished by <player>"
fished-tag: fished-tag:
pickaxe: true pickaxe: true
@@ -88,6 +90,7 @@ enabled:
shears: true shears: true
bow: true bow: true
armor: true armor: true
fishing-rod: true
# Will show "Found by <player>" # Will show "Found by <player>"
looted-tag: looted-tag:
pickaxe: true pickaxe: true
@@ -98,6 +101,7 @@ enabled:
shears: true shears: true
bow: true bow: true
armor: true armor: true
fishing-rod: true
# Will show "Trade by <player>" # Will show "Trade by <player>"
traded-tag: traded-tag:
pickaxe: true pickaxe: true
@@ -108,6 +112,7 @@ enabled:
shears: true shears: true
bow: true bow: true
armor: true armor: true
fishing-rod: true
player-kills: player-kills:
sword: true sword: true
axe: true axe: true
@@ -137,6 +142,7 @@ enabled:
bow: true bow: true
armor: true armor: true
mace: true mace: true
fishing-rod: true
fish-caught: true fish-caught: true
sheep-sheared: true sheep-sheared: true
armor-damage: true armor-damage: true
@@ -144,6 +150,7 @@ enabled:
elytra-tag: true elytra-tag: true
arrows-shot: true arrows-shot: true
flight-time: true flight-time: true
crops-harvested: true
messages: messages:
created: created:
@@ -194,6 +201,6 @@ number-formats:
# When any tool is created, it will generate a hash for the item. # When any tool is created, it will generate a hash for the item.
# This hash is not on the item lore, only stored in the NBT data. # This hash is not on the item lore, only stored in the NBT data.
# This has no use currently, but can be used for future features for dupe detection. # This has no use currently, but can be used for future features for dupe detection.
generate-hash-for-items: true generate-hash-for-items: false
config-version: 9 config-version: 9