浏览代码

Adding comments to config.yml and itemweights.yml

TfT_02 12 年之前
父节点
当前提交
4b384abc51
共有 2 个文件被更改,包括 13 次插入0 次删除
  1. 3 0
      src/main/resources/config.yml
  2. 10 0
      src/main/resources/itemweights.yml

+ 3 - 0
src/main/resources/config.yml

@@ -359,8 +359,11 @@ Commands:
 #  Settings for particles
 ###
 Particles:
+    # These settings determine if fireworks should get launched when a player activates/deactivates an ability
     Ability_Activation: true
     Ability_Deactivation: true
+    
+    # Use particle effect when these abilities trigger
     Dodge: true
     Bleed: true
     Greater_Impact: true

+ 10 - 0
src/main/resources/itemweights.yml

@@ -1,3 +1,13 @@
+#
+#  Item Weights configuration
+#  
+#  This file is used to determine the value of an item. This will only 
+#  happen when users are sharing items in a party using the EQUAL item share mode.
+#
+#  Rare items should have a higher value than common items. If an item is not listed
+#  here, the value from "Default" will be used instead.
+#
+#####
 Item_Weights:
     Default: 5
     Emerald: 150