Configuration

Configuration

Below you will find the default configuration file.
This file is auto-generated on first run of the plugin, or if you are savy enough you can create a SunSteel folder in your plugins directory and pull the config.yml file out and drop it in the directory before you start the server up.
Do not attempt to edit this file while the server is running. If changes are needed simply stop your server make your changes, then start your server.
This is a .yml file this means if you do not follow appropriate syntax rules you will mess up your config file.
To ensure your config file follows appropriate syntax rules please visit:
== The Online YAML Parser ==

  • Copy and paste your config.yml into the appropriate box.


#congif.yml
####################################################################
#list of item id's for respective items and their resulting effects#
#  - helm|chest|legs|boots can only only contain armor item id's   #
#  - sword|shovel|pick|axe can contain any item id as they are     #
#    considered when they are in your hand                         #
####################################################################
item_ids:
    sword: 283
    shovel: 284
    pick: 285
    axe: 286
    helm: 314
    chest: 315
    legs: 316
    boots: 317
    water_walk_block: 20
    lava_walk_block: 20
############################################################
# Enter a value in seconds that you would like the burning #
# effect to last.                                          #
############################################################
tick_durations:
    fireDuration: 2
    riposteDuration: 2
#############################################
# These control the likelihood of a "proc"  #
# occurring on a successful hit/break event #
#############################################
success_chances:
    hit: 100
    fall: 100
    smelt: 100
    riposte: 100
    fire_resist: 100
#############################################
# Togglable options as true or false        #
#############################################
toggle_options:
    axe_as_weapon: true