Advertisement
kristi71111

ban,kick,mute global commands

Jul 24th, 2019
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 7.60 KB | None | 0 0
  1. Ban commands :
  2. banip :
  3. Usage : banip <ip> [server] [reason] or banip <player> [server] [reason
  4.  
  5. Description : Ban player on an IP basis on the specified server permanently or until unbanned.
  6.  
  7. Note: If you enter " banip <player> [reason]" it will grab that players IP and then ban that IP.​
  8.  
  9. gban :
  10. Usage : gban <name> [reason]
  11.  
  12. Description : Ban the player on username basis on all servers (the whole network) permanently or until unbanned.​
  13.  
  14. gbanip :
  15. Usage : gbanip <ip> [reason] or gbanip <player> [reason]
  16.  
  17. Description : Ban player on an IP basis on all servers (the whole network) permanently or until unbanned.
  18.  
  19. Note: If you enter " gbanip <player> [reason]" it will grab that players IP and then ban that IP.​
  20.  
  21. --------------------------------------------------------------------------------------
  22.  
  23. tempbanip :
  24. Usage : tempbanip <ip> <duration> [server] [reason] or tempbanip <player> <duration> [server] [reason]
  25.  
  26. Description : Temporarily ban the player on IP basis on the specified server for duration. Please look at the section for setting durations.
  27.  
  28. Note: If you enter " tempbanip <player> [reason]" it will grab that players IP and then ban that IP.​
  29.  
  30. gtempban :
  31. Usage : gtempban <player> <duration> [reason]
  32.  
  33. Description : Temporarily ban the player on username basis on all servers (the whole network) for duration. Please look at the section for setting durations.​
  34.  
  35.  
  36. gtempbanip :
  37. Usage : gtempbanip <ip> <duration> [reason] or gtempbanip <player> <duration> [reason]
  38.  
  39. Description : Temporarily ban the player on IP basis on all servers (the whole network) for duration. Please look at the section for setting durations.
  40.  
  41. Note: If you enter " gtempbanip <player> [reason]" it will grab that players IP and then ban that IP.​
  42.  
  43. --------------------------------------------------------------------------------------
  44.  
  45. gunban :
  46. Usage : gunban <player> [reason]
  47.  
  48. Description : unban the player on a username basis from all servers (the whole network).
  49.  
  50. Note: This will not unban the player on the specified server if they are band on the specified server via "ban" or "banip". It will remove their ban on the network so if they are band on both network and server it will make them only band on the server or servers they were band on before.​
  51.  
  52. unbanip :
  53. Usage : unbanip <ip> [reason] or gunbanip <player> [reason]
  54.  
  55. Description : unban the player on an IP basis from the specified server.
  56.  
  57. Note: This will not unban the player on the specified server if they are band on the network via "gban" or "gbanip". It will remove their ban on that server so if they are band on both server and network it will make them only band on network.
  58.  
  59. Note: If you enter " unbanip <player> [reason]" it will grab that players IP and then unban that IP.​
  60.  
  61. gunbanip :
  62. Usage : gunbanip <ip> [reason] or gunbanip <player> [reason]
  63.  
  64. Description : unban the player on an IP basis from all servers (the whole network).
  65.  
  66. Note: This will not unban the player on the specified server if they are band on the specified server via "ban" or "banip". It will remove their ban on the network so if they are band on both network and server it will make them only band on the server or servers they were band on before.
  67.  
  68. Note: If you enter " gunbanip <player> [reason]" it will grab that players IP and then unban that IP.​
  69.  
  70. --------------------------------------------------------------------------------------
  71.  
  72. Mute commands :
  73.  
  74. muteip :
  75. Usage : muteip <ip> [server] [reason] or nuteip <player> [server] [reason]
  76.  
  77. Description : Mute player on an IP basis on the specified server permanently or until unbanned. No player logged in with that IP will be able to speak.
  78.  
  79. Note: If you enter " muteip <player> [reason]" it will grab that players IP and then mute that IP.​
  80.  
  81. gmute :
  82. Usage : gmute <name> [reason]
  83.  
  84. Description : Mute the player on username basis on all servers (the whole network) permanently or until unbanned.​
  85.  
  86. gmuteip :
  87. Usage : gmuteip <ip> [reason] or gmuteip <player> [reason]
  88.  
  89. Description : Mute player on an IP basis on all servers (the whole network) permanently or until unbanned. No player logged in with that IP will be able to speak.
  90.  
  91. Note: If you enter " gmuteip <player> [reason]" it will grab that players IP and then mute that IP.​
  92.  
  93. --------------------------------------------------------------------------------------
  94.  
  95. tempmuteip :
  96. Usage : tempmuteip <ip> <duration> [server] [reason] or tempmuteip <player> <duration> [server] [reason]
  97.  
  98. Description : Temporarily mute the player on IP basis on the specified server for duration. Please look at the section for setting durations. No player logged in with that IP will be able to speak.
  99.  
  100. Note: If you enter " tempmuteip <player> [reason]" it will grab that players IP and then mute that IP.​
  101.  
  102. gtempmute :
  103. Usage : gtempmute <player> <duration> [reason]
  104.  
  105. Description : Temporarily mute the player on username basis on all servers (the whole network) for duration. Please look at the section for setting durations.​
  106.  
  107. gtempmuteip :
  108. Usage : gtempmuteip <ip> <duration> [reason] or gtempmuteip <player> <duration> [reason]
  109.  
  110. Description : Temporarily mute the player on IP basis on all servers (the whole network) for duration. Please look at the section for setting durations. No player logged in with that IP will be able to speak.
  111.  
  112. Note: If you enter " gtempmuteip <player> [reason]" it will grab that players IP and then mute that IP.​
  113.  
  114. --------------------------------------------------------------------------------------
  115.  
  116. gunmute :
  117. Usage : gunmute <player> [reason]
  118.  
  119. Description : Unmute the player on a username basis from all servers (the whole network).
  120.  
  121. Note: This will not unmute the player on the specified server if they are muted on the specified server via "mute" or "muteip". It will remove their mute on the network so if they are muted on both network and server it will make them only muted on the server or servers they were muted on before.​
  122.  
  123. unmuteip :
  124. Usage : unmuteip <ip> [reason] or gunmuteip <player> [reason]
  125.  
  126. Description : Unmute the player on an IP basis from the specified server.
  127.  
  128. Note: This will not unmute the player on the specified server if they are muted on the network via "gmute" or "gmuteip". It will remove their mute on that server so if they are muted on both server and network it will make them only muted on network.
  129.  
  130. Note: If you enter " unmuteip <player> [reason]" it will grab that players IP and then unmute that IP.​
  131.  
  132. gunmuteip :
  133. Usage : gunmuteip <ip> [reason] or gunmuteip <player> [reason]
  134.  
  135. Description : Unmute the player on an IP basis from all servers (the whole network).
  136.  
  137. Note: This will not unmute the player on the specified server if they are muted on the specified server via "mute" or "muteip". It will remove their mute on the network so if they are muted on both network and server it will make them only muted on the server or servers they were muted on before.
  138.  
  139. Note: If you enter " gunmuteip <player> [reason]" it will grab that players IP and then unmute that IP.​
  140.  
  141. --------------------------------------------------------------------------------------
  142.  
  143. Kicks :
  144.  
  145. gkick :
  146. Usage : gkick <player> [reason]
  147.  
  148. Description : Kick the player from the network.​
  149.  
  150. lookup:
  151. Usage : bat lookup <player> [module] [page] or bat lookup <ip> [module] [page]
  152.  
  153. Description : Displays a player or an ip related information (universal or per module)
  154.  
  155. stafflookup:
  156. Usage : bat stafflookup <staff> [module] [page]
  157.  
  158. Description : Displays a staff member history (universal or per module)
  159.  
  160. help:
  161. Usage : bat help
  162.  
  163. Description : Displays help for core BAT commands.​
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement