You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Essentials/src/main/resources/kits.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@
10
10
# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
11
11
# Set delay to -1 for a one time kit.
12
12
#
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.
16
16
# For more information, visit http://wiki.ess3.net/wiki/Kits
0 commit comments