Config File

Welcome to the core of the plugins, please be sure before any edit of this file. To apply any edit, you need to reload your server.

Version: 0.6a

Please, don't touch at this !!


logger: true

Able or not the consol logging


Create_Account_Cost: 0.0

The amount of the cost to creating a bank account


Initial_Holding: 0

The initial holdings amount when creating a bank account


DataBase:
  Use_MySql: false

Use or not mysql


DataBase:
  MySql_URL: jdbc:mysql://localhost:3306/

The MySql URL


DataBase:
  MySql_DB: EasyBank

The name of the Data base, the plugin don't create it, so do it yourself


DataBase:
  MySql_UserName: root

The MySql UserName


DataBase:
  MySql_Password: ''

The Mysql Password


Interest:
  Use_Interest: false

Use or not interest


Interest:
  Interest_Time: 60

How many, in seconds, the plugin do a interest depo


Interest:
  Interest_Type: percentage

Interest Type: That ONLY can be "percentage" or "fixed" without ""
Percentage add to the player the percentage of interest amount (see below) on his bank account
Fixed add interest amount (see below) on his bank account


Interest: 
  Interest_Amount: 10

The amount of interest (in the case of percentage type, this is the percentage of the interest)


Comments

Posts Quoted:
Reply
Clear All Quotes