Implemented Global Chat

Added global chat feature, so players can still maintain global communication while being in their own clan chat
An individual player can opt out of global chat by using the ::muteglobal command
Implemented automatic message splitting for clan and global chat
Implemented colour selection for global chat (prefix your message with hex colour code, e.g. //%690420 before the message)
This commit is contained in:
Ceikry
2023-03-01 00:02:12 +00:00
committed by Ryan
parent 124eeab893
commit 3445b792c8
5 changed files with 100 additions and 16 deletions
+3
View File
@@ -264,5 +264,8 @@ class ServerConstants {
@JvmField
var DRAGON_AXE_USE_OSRS_SPEC = false
@JvmField
var ENABLE_GLOBALCHAT = false
}
}