Config

Config :

The config file :

The config.yml file is created automatically. In this file, you can decide if you want to use the permissions plugin. If you do not use, it will allow everyone to use the / fc own command, otherwise, only persons permitted or OP can use the command. Then you can use a MYSQL database. You just need to tell him all the information necessary for its connection.

____________________

Example of the default config:

#Configure the plugin FableCraft!

#Change the language of the plugin(English or French)

Language: English

#Enable permissions (true - enabled, false - disabled)

Permissions: false

# You want to have a limit (Exemple, 1-100 mobs killed gives one point of goodness - 100-200 = 2 points, etc..).

Seuil: false

# Number of mob killed at the limit

NbMobAvecSeuil: 10

# If the limit is not enabled, please indicate how many monster, the player will get a point of goodness.

NbMobSansSeuil: 10

# If Particles is true, the particles effect is show.(Default to false)

Particles: false


# Mysql

# Enable Mysql (true - enabled, false - disabled (SQL enabled))

Mysql: false

# The address of the MySQL server host.

Host: 127.0.0.1

# The host port of MySQL server.

Port: 3306

# The username of the MySQL server.

UserName: root

# The password for the UserName.

Password: password

# The name of the database.

BaseName: FableCraft

_____________________

WARNING

The database must exist in your MySQL server. For example, here FableCraft database must exist in the MySQL server.


Comments

Posts Quoted:
Reply
Clear All Quotes