Added support to fire off a discord alert to a webhook (set in server config as server.openrsc_integration_webhook) when Wormbrain's map piece is collected so that rsc plate pures are possible

This commit is contained in:
Ceikry
2023-03-02 12:53:12 +00:00
committed by Ryan
parent 35e1477c24
commit 97f4fa91ca
11 changed files with 531 additions and 354 deletions
+3
View File
@@ -260,6 +260,9 @@ class ServerConstants {
@JvmField
var DISCORD_MOD_WEBHOOK = ""
@JvmField
var DISCORD_OPENRSC_HOOK = ""
@JvmField
var PRELOAD_MAP = false