Add world aliases for Chat (#3912)

Allows world names to be overridden with a defined value from the config in EssentialsX Chat.

Closes #1793.
This commit is contained in:
Josh Roy 2021-02-05 15:31:13 -05:00 committed by GitHub
parent 1301e8fc99
commit adef08af3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 1 deletions

View file

@ -33,6 +33,8 @@ public interface ISettings extends IConf {
String getChatFormat(String group);
String getWorldAlias(String world);
int getChatRadius();
int getNearRadius();