From 4b384abc5139e7586cb57b356f254aeab0b316e3 Mon Sep 17 00:00:00 2001 From: TfT_02 Date: Sat, 9 Mar 2013 10:26:57 +0100 Subject: [PATCH] Adding comments to config.yml and itemweights.yml --- src/main/resources/config.yml | 3 +++ src/main/resources/itemweights.yml | 10 ++++++++++ 2 files changed, 13 insertions(+) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 9c8914981..2b54c48dd 100644 --- a/src/main/resources/config.yml +++ b/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 diff --git a/src/main/resources/itemweights.yml b/src/main/resources/itemweights.yml index 7e4a36fa0..657e75e80 100644 --- a/src/main/resources/itemweights.yml +++ b/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