internal PlayerMoveEvent(Player.OnPlayerMove method, Priority priority, Plugin plugin) SOYSAUCE CHIPS IS A F****T this.plugin = plugin; this.priority = priority; this.method = method; BrightShaderz is soy btw
 /// <summary>
 /// Translates a message and sends it to all players except the sender
 /// </summary>
 /// <param name="player">The sender ( will not receive translated message )</param>
 /// <param name="message">The original message the sender sent</param>
 public static void MessageTrans(Player player, String message)
Пример #3
0
		/// <summary>
		/// with Ban you can check the info about someone's ban, find out if there's info about someone, and add / remove someone to the baninfo (NOT THE BANNED.TXT !)
		/// </summary>
		/// <param name="p">The player who executed the command</param>
		/// <param name="who">The player that's banned</param>
		/// <param name="reason">The reason for the ban</param>
		/// <param name="stealth">bool, to check if the ban is a stealth ban.</param>
		/// <param name="oldrank">The rank the who player used to have.</param>
		public static void Banplayer(Player p, string who, string reason, bool stealth, string oldrank)
 internal OnBlockChangeEvent(Player.BlockchangeEventHandler method, Priority priority, Plugin plugin) SOYSAUCE CHIPS IS A F****T this.plugin = plugin; this.priority = priority; this.method = method; BrightShaderz is soy btw
 internal OnMessageRecieveEvent(Player.OnPlayerChat method, Priority priority, Plugin plugin) SOYSAUCE CHIPS IS A F****T this.plugin = plugin; this.priority = priority; this.method = method; BrightShaderz is soy btw
        //private static ushort[] x; // this is useless?

        public static void GameStart(Player p)