main/Config

http://dev.bukkit.org/media/images/75/618/map_bn5.png

Config entries that start with a t_ are free for translation. Some string are able to replace the expressions between %-characters into various information, so you should try to use them for your translation. I won't show the t_ entries below as they should be obvious now.

command:
  ## This config section contains translations only, event if an entry does not start with t_
slap:
  cascade_allow_flight: false # This will allow fly-mode while the player is cascade-slapped to prevent a kick for flying
  cascade_interval: 5 # The delay in ticks between single slaps
  cascade_max: 100 # The maximum amount of slaps that can to cast on a player at once
ping:
  ## Display pings in the scoreboard
  use_scoreboard: true
  ## Time between refreshing pings in server-ticks (set to 0 to disable)
  ping_delay: 20
  ## The maximum allowed ping
  kick_maximum: 1000
  ## Maximum warnings before kicking a player
  kick_warnings: 3
  ## Time between warnings (set to 0 to disable kicking)
  kick_check_delay: 200
vote:
  ## See the Player Poll page for this config section
signedit:
  ## Translations only
exfilter:
  ## This string list contains value that are replaced before executing a command. The expression at the left of ' TO ' will be replaced with the expression at the right of ' TO '. replace this list with 'command: []' (without quotes) to disable this feature. Use the permission map.exfilter.bypass to bypass this filter
  command:
  - '&4 TO &c'
maps:
  ## Translation only