Skip to content

Plugin Configuration

fromgate edited this page Jun 26, 2017 · 8 revisions

Plugin configuration stored in file config.yml. After editing this file you must restart server. Don't use /reload/ command.

Example of file config.yml

general:
  language: english   # supported languages: english, russian. 
  check-updates: true # check for new versions on dev.bukkit.org site 
reactions:
  show-messages-for-actions: tp,grpadd,grprmv,townset,townkick,itemrmv,itemgive,moneypay,moneygive  # display built-in messages for this actions.
  center-player-teleport: true # modify player teleporting locations (to center of blocks). 
  region-recheck-delay: 2  # How often (in seconds) execute REGION activator
  item-hold-recheck-delay: 2 # How often (in seconds) execute ITEM_HOLD activator
  item-wear-recheck-delay: 2 # How often (in seconds) execute ITEM_WEAR activator
  horizontal-pushback-action: false
actions: # action configuration
  shoot: # configure blocks to break and invisible blocks for SHOOT action
    break-block: GLASS,THIN_GLASS,STAINED_GLASS,STAINED_GLASS_PANE,GLOWSTONE,REDSTONE_LAMP_OFF,REDSTONE_LAMP_ON
    penetrable: FENCE,FENCE_GATE,IRON_BARDING,IRON_FENCE,NETHER_FENCE
MySQL: # MySQL configuration
  server: localhost
  port: '3306'
  database: ReActions
  username: root
  password: password
  codepage: ''
Clone this wiki locally