示例#1
0
 public void ShowTitle(Entities players, RawText title, bool ifPrevious = false)
 {
     EntityCommand(new Command("title " + players.GetSelectorString() + " title " + title.ToString(), CurrentType(ifPrevious)), players);
 }
示例#2
0
 public void SendRawChatMessage(Entities targets, RawText text, bool ifPrevious = false)
 {
     EntityCommand(new Command("tellraw " + targets.GetSelectorString() + " " + text.ToString(), CurrentType(ifPrevious)), targets);
 }