mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
Adding comments to config.yml and itemweights.yml
This commit is contained in:
parent
82bccd357b
commit
4b384abc51
@ -359,8 +359,11 @@ Commands:
|
|||||||
# Settings for particles
|
# Settings for particles
|
||||||
###
|
###
|
||||||
Particles:
|
Particles:
|
||||||
|
# These settings determine if fireworks should get launched when a player activates/deactivates an ability
|
||||||
Ability_Activation: true
|
Ability_Activation: true
|
||||||
Ability_Deactivation: true
|
Ability_Deactivation: true
|
||||||
|
|
||||||
|
# Use particle effect when these abilities trigger
|
||||||
Dodge: true
|
Dodge: true
|
||||||
Bleed: true
|
Bleed: true
|
||||||
Greater_Impact: true
|
Greater_Impact: true
|
||||||
|
@ -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:
|
Item_Weights:
|
||||||
Default: 5
|
Default: 5
|
||||||
Emerald: 150
|
Emerald: 150
|
||||||
|
Loading…
Reference in New Issue
Block a user