Lecture de config.yml dans une classe à part (DefaultConfigManager)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
database:
|
||||
host: localhost
|
||||
port: 3306
|
||||
base: pandacraft
|
||||
user: pandacraft
|
||||
base: pandacraft
|
||||
pass: HYtKq92pfx9ucwzq
|
||||
|
||||
|
||||
@@ -37,4 +37,36 @@ cubos:
|
||||
|
||||
|
||||
cleaner:
|
||||
users_cleaner_group: default
|
||||
usersCleanerGroup: default
|
||||
|
||||
|
||||
|
||||
autoMessages:
|
||||
playerInterval: 600
|
||||
defaultInterval: 150
|
||||
|
||||
|
||||
serverMessages:
|
||||
defaultColor: '&e'
|
||||
prefix: '&e[&fPandacraft&e]'
|
||||
|
||||
|
||||
|
||||
|
||||
pingMOTD: '&7Serveur &fPandacraft&7, &eVenez nous rejoindre :D\n&bCreatif&7, &6Survie&7 et &4Faction/PVP&7 !'
|
||||
|
||||
|
||||
|
||||
entitySpam:
|
||||
# séparé par des point-virgules
|
||||
worlds: creative
|
||||
limitPerChunk: 50
|
||||
|
||||
|
||||
networkAPI:
|
||||
pass: rgrgaethejtrvvzh47
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
name: PandacraftUtils
|
||||
main: net.mc_pandacraft.java.plugin.pandacraftutils.PandacraftUtils
|
||||
version: 3.11
|
||||
version: 3.12
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user