config

#Setup Mysql
MySQL:
  # If you want to use Mysql set true
  Use: false
  Host: localhost
  Username: root
  Password: password_here
  Port: '3306'
  Database: minecraft

Basic:
  #Send Broadcast message to near players
  AlertAboutPK: true
  #Time the Player will be a PK  ( seconds )
  TimeOnPK: 25
  # Radius of warning
  Radius: 10
  # Warning Frequency
  AlertPKFrequency: 30
  # How Much the player need to kill to turn into PK
  HowMuchForTurnPk: 3
  # Change Group if Player turn into PK
  ChangeGroupIfPK: false
  # What Group to change if you choose yes on last one
  WhatGroupChangePK: pk
  # All Message will be load from this yml file
  Language: eng
# Use TagAPI
UseTagAPI: false
# If you want to give Bonus for Player  on X amount of kill 
Bonus:
  UseBonusForPk: false
  ForPkOnTime:
   # NumberOfKill : Id_Item,Id_Item
    '2': 34,35,36
    '3': '45'
    '4': 56,57,58
# If you want to protect newbie players
Protect:
  UseNewBieProtect: true
  # Time on minutes
  NewBieProtectTime: 10m

Comments

Posts Quoted:
Reply
Clear All Quotes