mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-04 13:01:42 +00:00
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:
parent
1301e8fc99
commit
adef08af3e
4 changed files with 25 additions and 1 deletions
|
@ -33,6 +33,8 @@ public interface ISettings extends IConf {
|
|||
|
||||
String getChatFormat(String group);
|
||||
|
||||
String getWorldAlias(String world);
|
||||
|
||||
int getChatRadius();
|
||||
|
||||
int getNearRadius();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue