Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version='1.0' encoding='utf-8'?>
- <!DOCTYPE list SYSTEM "admin_commands.dtd">
- <list>
- <command name="item_logs" permission="" otherNames="logs_items;lost_items;items_lost">
- <argument name="Target" type="PlayerByName" allowByTarget="True"/>
- </command>
- <command name="clear_item_cache" permission="MODIFY_ITEMS" otherNames="clear_items_cache;remove_item_cache;remove_items_cache;delete_item_cache;delete_items_cache">
- <argument name="playerName" type="String"/>
- </command>
- <command name="hide_item_by_id" permission="MODIFY_ITEMS" otherNames="hide_items_by_id">
- <argument name="Target" type="PlayerByName" allowByTarget="True"/>
- <argument name="ItemId" type="Integer"/>
- </command>
- <command name="clear_dress_me_weapon" permission="MODIFY_ITEMS" otherNames="clear_dress_weapon">
- <argument name="Target" type="PlayerByName" allowByTarget="True"/>
- </command>
- </list>
Advertisement
Add Comment
Please, Sign In to add comment