v1.0.x Configuration

This is what the config for 1.0.x builds should look like: |
# This is the settings file for EverythingPvP. # -------------------------------------------------------- # The following colors for blood are supported: # Red, DarkRed, Blue, DarkBlue, Green, DarkGreen, # Multi (All of the above) # -------------------------------------------------------- # Change the Economy value to true or false, depending # on if you have Vault or not. Turning it to false will # disable all economy features in the plugin. # -------------------------------------------------------- # When a player is killed by another player, this is the # percentage of his/her money that he/she will loose. # Only enter whole numbers ranging from 0 - 100, inclusive. # -------------------------------------------------------- BloodColor: Red Economy: true PercentageDroppedOnDeath: 5
To change the blood color, edit the value of BloodColor to be one of the following:
Red, DarkRed, Blue, DarkBlue, Green, DarkGreen, Multi
To enable or disable player's dropping a percentage of money on death, edit the value of Economy
to true or false.
To change how much percentage of money is dropped by a player on death, change the
PercentageDroppedOnDeath value to a whole number between 0 and 100, inclusive.
Comments