Advertisement
Byrth

Itemizer Settings

Apr 10th, 2012
1,087
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.73 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <settings>
  3.     <!--
  4.     This file controls the settings for the Itemizer plugin.
  5.     Settings in the <global> section apply to all characters
  6.     The available settings are:
  7.     chatOutput - Whether or not to show output from Itemizer in the chat log
  8.     color - The color of said output
  9.     delay - Time to wait between moving an item and retrying the command
  10.     autoItem - Enable or disable automatic item moving
  11.     autoNinjutsu - Enable or disable automatic tool moving
  12.     -->
  13.     <global>
  14.         <chatOutput>false</chatOutput>
  15.         <color>50</color>
  16.         <delay>50</delay>
  17.         <autoItem>true</autoItem>
  18.         <autoNinjutsu>true</autoNinjutsu>
  19.     </global>
  20.  
  21.     <!--
  22.     You may also override specific settings on a per-character basis here.
  23.     -->
  24. </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement