Skip to content

Commit f53108e

Browse files
JRoymdcfe
andauthored
Update Essentials/src/main/resources/kits.yml
Co-authored-by: MD <[email protected]>
1 parent 921db4e commit f53108e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Essentials/src/main/resources/kits.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
1111
# Set delay to -1 for a one time kit.
1212
#
13-
# In addition, you can also define kits in multiple different files for sake of organization.
14-
# Essentials will treat all .yml files in the `kits` subdirectory as kits files and will add them in addition to kits in this file as well.
15-
# Any file in the `kits` subdirectory will need to be formatted in the same way as this file and thus support multiple kits per file.
13+
# In addition, you can also organize your kits into separate files under the `kits` subdirectory.
14+
# Essentials will treat all .yml files in the `kits` subdirectory as kits files, and will add any kits from those files along with the kits in `kits.yml`.
15+
# Any file in the `kits` subdirectory must be formatted in the same way as this file. This allows you to define multiple kits in each file.
1616
# For more information, visit http://wiki.ess3.net/wiki/Kits
1717
kits:
1818
tools:

0 commit comments

Comments
 (0)