Guest User

Untitled

a guest
Oct 15th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <BeCommands>
  3.  
  4. <!-- Generel Server Commands. -->
  5. <command id="0">
  6. <name>!sht</name>
  7. <group>1</group>
  8. <cmd>#shutdown</cmd>
  9. <time></time>
  10. <text></text>
  11. <desc>INFO :: Shutdowns the dedicated arma server. use: !sht N, to set a timeout before shutdown, !sht abort, to abort current shutdown, !sht info, to see how long left.</desc>
  12. </command>
  13.  
  14. <command id="6">
  15. <name>!mp</name>
  16. <group>3</group>
  17. <cmd>maxping</cmd>
  18. <time></time>
  19. <text>150</text>
  20. <desc>INFO :: Set a maxping limit on the server. !mp 150</desc>
  21. </command>
  22.  
  23. <!--
  24. Ban Commands.
  25. the text field in ban has a spesial "macro" _time_ when used it will show timenow+bantime.
  26. -->
  27.  
  28. <!-- Permban -->
  29. <command id="8">
  30. <name>!bpl</name>
  31. <group>0</group>
  32. <cmd>ban</cmd>
  33. <time>0</time>
  34. <text>Admins Decision!</text>
  35. <desc>INFO :: Perm Ban a player. use !r NEW_REASON to set a cusom reason. !bpl name | !bpl name !r custom reason</desc>
  36. </command>
  37.  
  38. <!-- 1 Hour Ban -->
  39. <command id="9">
  40. <name>!btk</name>
  41. <group>1</group>
  42. <cmd>ban</cmd>
  43. <time>60</time>
  44. <text>Teamkilling not tolerated! Your banned until _time_</text>
  45. <desc>INFO :: Ban a player for 1 hour. use !r NEW_REASON to set a cusom reason. !btk name | !btk name !r custom reason</desc>
  46. </command>
  47.  
  48. <!-- 10 Min Ban -->
  49. <command id="10">
  50. <name>!bst</name>
  51. <group>2</group>
  52. <cmd>ban</cmd>
  53. <time>10</time>
  54. <text>Idiot behavior belongs elsewhere! Your banned until _time_</text>
  55. <desc>INFO :: Ban a player for 10 min. use !r NEW_REASON to set a cusom reason. !bst name | !bst name !r custom reason</desc>
  56. </command>
  57.  
  58. <!-- Kick Command(s).-->
  59. <command id="11">
  60. <name>!kpl</name>
  61. <group>3</group>
  62. <cmd>kick</cmd>
  63. <time></time>
  64. <text>Admins Decision!</text>
  65. <desc>INFO :: Kick a player. use !r NEW_REASON to set a cutoms reason. !kpl name | !kpl name !r custom reason</desc>
  66. </command>
  67.  
  68. <!--
  69. Spesial Custom Commands is used with #beclient players to get players id
  70. this can be usefull if you need to kick example a russian named player. "if you dont know how to type in cyrillic"
  71. -->
  72.  
  73. <!-- Ban based on Id -->
  74. <command id="12">
  75. <name>!bid</name>
  76. <group>0</group>
  77. <cmd>bid</cmd>
  78. <time>0</time>
  79. <text>Admins Decision!</text>
  80. <desc>INFO :: Kick a player based on the BEID. use #Beclient players to get he id number. !bid BEID</desc>
  81. </command>
  82.  
  83. <!-- Kickes based on Id -->
  84. <command id="13">
  85. <name>!kid</name>
  86. <group>3</group>
  87. <cmd>kid</cmd>
  88. <time></time>
  89. <text>Admins Decision!</text>
  90. <desc>INFO :: Kick a player based on the PID. use #userlist to find the pid. !kid ID</desc>
  91. </command>
  92.  
  93. <!-- Give a warning to a player
  94. The warning parameter in the config file must be higher than 0 for this to have any effect.
  95. -->
  96. <command id="14">
  97. <name>!wrn</name>
  98. <group>3</group>
  99. <cmd>warn</cmd>
  100. <time></time>
  101. <text>This is a Warning given by the admin</text>
  102. <desc>INFO :: Send a warming to a player, it will increase the warncount defined in the config file. !wrn name</desc>
  103. </command>
  104.  
  105. <!--
  106. Grant a tmp player restricted admin premission
  107. you set the group level of the tmp admin in the text tag.
  108. -->
  109. <command id="15">
  110. <name>!ata</name>
  111. <group>2</group>
  112. <cmd>grant</cmd>
  113. <time></time>
  114. <text>4</text>
  115. <desc>INFO :: Add a temporary admin into group 4. !ata name</desc>
  116. </command>
  117.  
  118. <!-- Remove tmp admin permission -->
  119. <command id="16">
  120. <name>!rta</name>
  121. <group>2</group>
  122. <cmd>degrant</cmd>
  123. <time></time>
  124. <text></text>
  125. <desc>INFO :: Remove temporary admin. !rta name</desc>
  126. </command>
  127.  
  128. <command id="18">
  129. <name>!help</name>
  130. <group>10</group>
  131. <cmd>help</cmd>
  132. <time></time>
  133. <text></text>
  134. <desc>INFO :: Show this message</desc>
  135. </command>
  136.  
  137. <!-- player info -->
  138. <command id="19">
  139. <name>!pinf</name>
  140. <group>10</group>
  141. <cmd>pinfo</cmd>
  142. <time></time>
  143. <text></text>
  144. <desc>INFO :: Show player info. Beid and join time. !pinf name</desc>
  145. </command>
  146.  
  147. <!-- admin info -->
  148. <command id="20">
  149. <name>!ainf</name>
  150. <group>10</group>
  151. <cmd>ainfo</cmd>
  152. <time></time>
  153. <text></text>
  154. <desc>INFO :: Show Admins online</desc>
  155. </command>
  156.  
  157. <!-- Show server uptime -->
  158. <command id="21">
  159. <name>!upt</name>
  160. <group>10</group>
  161. <cmd>uptime</cmd>
  162. <time></time>
  163. <text></text>
  164. <desc>INFO :: Show Server Uptime</desc>
  165. </command>
  166.  
  167. <!-- say something in global or to a player -->
  168. <command id="22">
  169. <name>!say</name>
  170. <group>10</group>
  171. <cmd>say</cmd>
  172. <time></time>
  173. <text></text>
  174. <desc>INFO :: Send a Battleye message to all players. !say text or send a private massage !say name !text</desc>
  175. </command>
  176.  
  177. </BeCommands>
Add Comment
Please, Sign In to add comment