Grafana Integration + Unified SQLite Boilerplate + Fixed bot movement performance regression

This commit is contained in:
Ceikry
2023-07-31 14:59:53 +00:00
parent ac0da92a58
commit ee79b0750c
13 changed files with 984 additions and 223 deletions
+9
View File
@@ -91,6 +91,9 @@ class ServerConstants {
@JvmField
var ASDT_DATA_PATH: String? = null
@JvmField
var GRAFANA_PATH: String? = null
//the max number of players.
@JvmField
var MAX_PLAYERS = 2000
@@ -168,6 +171,12 @@ class ServerConstants {
@JvmField
var JAVA_VERSION = 8
@JvmField
var GRAFANA_LOGGING = true
@JvmField
var GRAFANA_TTL_DAYS = 7
//location names for the ::to command.
val TELEPORT_DESTINATIONS = arrayOf(
arrayOf(Location.create(2974, 4383, 2), "corp", "corporal", "corporeal"),