Added some code to enable chat above heads
This commit is contained in:
parent
ed0756e80c
commit
8bcc24da7e
4 changed files with 36 additions and 1 deletions
|
|
@ -234,6 +234,9 @@ namespace TShockAPI
|
|||
[Description("Prevent players from interacting with the world if dead")] public bool PreventDeadModification =
|
||||
false;
|
||||
|
||||
[Description("Displays chat messages above players' heads, but will disable chat prefixes to compensate.")] public
|
||||
bool EnableChatAboveHeads = false;
|
||||
|
||||
/// <summary>
|
||||
/// Reads a configuration file from a given path
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue