Implemented 7 random events for Halloween, 17th October to 7th November

Includes server config options holiday_random_event and force_halloween_randoms
Admin command ::hrevent -p username -e eventName
Admin command ::forcehrevents holidayName
Admin command ::stophrevents
This commit is contained in:
Zerken
2023-09-28 08:31:21 +00:00
committed by Ryan
parent f6e83eb28f
commit dfdc9dc6a5
15 changed files with 826 additions and 0 deletions
+6
View File
@@ -311,5 +311,11 @@ class ServerConstants {
@JvmField
var NEW_PLAYER_ANNOUNCEMENT = true
@JvmField
var HOLIDAY_EVENT_RANDOMS = true
@JvmField
var FORCE_HALLOWEEN_RANDOMS = false
}
}