Guest User

Untitled

a guest
Nov 7th, 2016
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.88 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <!DOCTYPE list SYSTEM "admin_commands.dtd">
  3. <list>
  4.     <command name="item_logs" permission="" otherNames="logs_items;lost_items;items_lost">
  5.         <argument name="Target" type="PlayerByName" allowByTarget="True"/>
  6.     </command>
  7.     <command name="clear_item_cache" permission="MODIFY_ITEMS" otherNames="clear_items_cache;remove_item_cache;remove_items_cache;delete_item_cache;delete_items_cache">
  8.         <argument name="playerName" type="String"/>
  9.     </command>
  10.     <command name="hide_item_by_id" permission="MODIFY_ITEMS" otherNames="hide_items_by_id">
  11.         <argument name="Target" type="PlayerByName" allowByTarget="True"/>
  12.         <argument name="ItemId" type="Integer"/>
  13.     </command>
  14.     <command name="clear_dress_me_weapon" permission="MODIFY_ITEMS" otherNames="clear_dress_weapon">
  15.         <argument name="Target" type="PlayerByName" allowByTarget="True"/>
  16.     </command>
  17. </list>
Advertisement
Add Comment
Please, Sign In to add comment