main/Configuration

general:
  # Check plugins updates
  version-check: true
  # Language. You can translate this plugin to any language.
  # If you need a language-file, ask me.
  language: english 
  # Time zone. You need to edit this parameter only
  # if your server is not configured to your time zone. 
  # For example, you can set time-zone: 'Europe/Moscow' 
  # or time-zone: 'GMT+4' for Moscow's time zone
  time-zone: ''
  pvp-on-cool-down: 10
protect:
  # Protect new players when they joins server. 
  # If set to false, you can protect players only using /noob protect command
  after-join: true
  realtime:
    # Switch the "realtime". If enabled protected player will obtain 
    # a protection limited by real time. For example if you set this
    # protection for a day, but player plays today only five minutes, 
    # he will lose protection tomorrow
    enable: true
    # real-time limit (minutes)
    time: 2880
  playtime:
    # Switch the "playtime". If enabled player obtains a protection 
    # limited by his "online" time. For example if time limit is set 
    # to 5 hours, player must spent 5 hours on your server to 
    # lose protection. You can combine realtime and playtimes limits: 
    # protection will granted to player, but when one of limits will 
    # be overdued protection will be removed.
    enable: true
    # Play-time limit (minutes)
    time: 300
schedule:
  # Define how often plugin will check the players protection status (seconds)
  pvp-update-time: 5
  player-warn:
    # Switch sending warning message every XX minutes for every 
    # protected player
    enable: true
    # Message sending interval (minutes)
    time: 30
# Here you can define worlds and regions where 
# PVP-protection is disabled
unprotected:
  worlds: 
  - unprotectedworld
  - nether
  regions:
  - unprotectedregion
  - pvparena

Comments

Posts Quoted:
Reply
Clear All Quotes