Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 18dcd15

Browse files
authored
Update config.yml
1 parent 661de7a commit 18dcd15

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/main/resources/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ inventoryName: "TrailGUI"
1010
#The prefix in game. Make sure to edit the messages too
1111
prefix: "&8[&cTrailGUI&8] "
1212

13+
#Use metrics or not - I'd appreciate if this was left at true so I can get some info on the usage of the plugin.
14+
metrics: true
15+
1316
#Whether or not the inventory will close if the player doesn't have permission.
1417
closeInventoryOnDenyPermission: false
1518

@@ -1004,11 +1007,11 @@ trails:
10041007
#The distance before unrendering the particle effect.
10051008
range: 20
10061009
#The inventory slot the item is put in.
1007-
order: 37
1010+
order: 38
10081011
#The items type.
1009-
itemType: GOLD_SWORD
1012+
itemType: GHAST_TEAR
10101013
#The items name.
1011-
itemName: "&6SweepAttack"
1014+
itemName: "&6FallingDust"
10121015
#Whether or not the lore is enabled.
10131016
loreEnabled: false
10141017
#The text written on lore line one.

0 commit comments

Comments
 (0)