mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-28 08:19:15 +00:00
Create PSForever config framework (#283)
We can now parse arbitrary INI configuration entries. This will allow server customization and testing without recompiling the server.
This commit is contained in:
parent
4b71d76cb2
commit
c3d19b5377
8 changed files with 647 additions and 5 deletions
|
|
@ -19,7 +19,8 @@ lazy val commonSettings = Seq(
|
|||
"org.fusesource.jansi" % "jansi" % "1.12",
|
||||
"org.scoverage" %% "scalac-scoverage-plugin" % "1.1.1",
|
||||
"com.github.nscala-time" %% "nscala-time" % "2.12.0",
|
||||
"com.github.mauricio" %% "mysql-async" % "0.2.21"
|
||||
"com.github.mauricio" %% "mysql-async" % "0.2.21",
|
||||
"org.ini4j" % "ini4j" % "0.5.4"
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue