Adds playerlist header and footer broadcasting (1.8-1.13)
This commit is contained in:
@@ -1584,6 +1584,21 @@ end
|
||||
},
|
||||
Notes = "Sends the specified animation of the specified entity to the client. The AnimationNumber is protocol-specific.",
|
||||
},
|
||||
SendPlayerListHeaderFooter =
|
||||
{
|
||||
Params =
|
||||
{
|
||||
{
|
||||
Type = "cCompositeChat",
|
||||
Name = "Header",
|
||||
},
|
||||
{
|
||||
Type = "cCompositeChat",
|
||||
Name = "Footer",
|
||||
},
|
||||
},
|
||||
Desc = "Sends the header and footer of the player list to the client.",
|
||||
},
|
||||
SendHideTitle =
|
||||
{
|
||||
Notes = "Hides the title. This makes the title and subtitle disappear, but if you call SendTitleTimes() the same title and subtitle will appear again."
|
||||
@@ -11388,6 +11403,21 @@ a_Player:OpenWindow(Window);
|
||||
},
|
||||
Notes = "Broadcasts the specified message to all players, with its message type set to mtWarning. Use for concerning events, such as plugin reload etc.",
|
||||
},
|
||||
BroadcastPlayerListsHeaderFooter =
|
||||
{
|
||||
Params =
|
||||
{
|
||||
{
|
||||
Type = "cCompositeChat",
|
||||
Name = "Header",
|
||||
},
|
||||
{
|
||||
Type = "cCompositeChat",
|
||||
Name = "Footer",
|
||||
},
|
||||
},
|
||||
Desc = "Broadcasts the header and footer of the player list to all players.",
|
||||
},
|
||||
DoWithPlayerByUUID =
|
||||
{
|
||||
Params =
|
||||
|
||||
Reference in New Issue
Block a user