Préparation des données de configuration
This commit is contained in:
28
resources/config.yml
Normal file
28
resources/config.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
database:
|
||||
host: localhost
|
||||
port: 3306
|
||||
base: pandacraft
|
||||
user: pandacraft
|
||||
pass: HYtKq92pfx9ucwzq
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
afk:
|
||||
# in seconds
|
||||
timeoutAutoMessage: 300
|
||||
timeoutAutoKick: 600
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
chatAnalysis:
|
||||
# in miliseconds
|
||||
timeBeforeResendSameMessage: 120000
|
||||
timeBeforeResendSameCommand: 60000
|
||||
timePerCaracterForNewMessage: 100
|
||||
maxViolationLevel: 20
|
||||
nbSecondForOneVLDown: 10
|
||||
|
@@ -1,6 +1,6 @@
|
||||
name: PandacraftUtils
|
||||
main: net.mc_pandacraft.java.plugin.pandacraftutils.PandacraftUtils
|
||||
version: 2.7
|
||||
version: 2.8
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user