diff options
author | Heiko Hund <heiko.hund@sophos.com> | 2017-05-27 03:15:56 +0200 |
---|---|---|
committer | worktycho <work.tycho@gmail.com> | 2017-05-27 03:15:56 +0200 |
commit | a0341d561a177bcd1ed45229129065556c261049 (patch) | |
tree | c67f40459dfe67a331511ac6255d9fb2cae9f87c /Server | |
parent | Exported boat (diff) | |
download | cuberite-a0341d561a177bcd1ed45229129065556c261049.tar cuberite-a0341d561a177bcd1ed45229129065556c261049.tar.gz cuberite-a0341d561a177bcd1ed45229129065556c261049.tar.bz2 cuberite-a0341d561a177bcd1ed45229129065556c261049.tar.lz cuberite-a0341d561a177bcd1ed45229129065556c261049.tar.xz cuberite-a0341d561a177bcd1ed45229129065556c261049.tar.zst cuberite-a0341d561a177bcd1ed45229129065556c261049.zip |
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index e0d5cbd71..724f52398 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -11433,6 +11433,26 @@ a_Player:OpenWindow(Window); }, Notes = "Returns the full color code to be used for this player's messages (based on their rank). Prefix player messages with this code.", }, + GetPrefix = + { + Returns = + { + { + Type = "string", + }, + }, + Notes = "Returns the prefix to player names for messages (based on their rank), may contain @ format codes.", + }, + GetSuffix = + { + Returns = + { + { + Type = "string", + }, + }, + Notes = "Returns the suffix to player names for messages (based on their rank), may contain @ format codes.", + }, GetCurrentXp = { Returns = |