whitelist message #3985
Replies: 2 comments 5 replies
-
The best way to handle this would probably be creating your own whitelist functionality. I looked around a bit and it seems like Spigot doesn't provide any API to change the whitelist message besides editing that file. |
Beta Was this translation helpful? Give feedback.
-
I thought this was already doable with the kick event and the kick message, but apparently the kick message is not the same thing as the kick reason, see PlayerKickEvent: it has Skript/src/main/java/ch/njol/skript/expressions/ExprMessage.java Lines 106 to 123 in 91a4e00 |
Beta Was this translation helpful? Give feedback.
-
Skript should add something like { [the] whitelist( |-)message }
and it would edit spigot.yml or it would make a custom message
Beta Was this translation helpful? Give feedback.
All reactions