summaryrefslogtreecommitdiff
path: root/Data/BuiltIn/Libraries/lua-addons/addons/plugin_manager/data/settings.xml
blob: 66aeccec19e1fd7a07d887d62f6b3c5bc300946d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<settings>
	<global>
		<!-- This will be used for all the characters that you don't make a specific set of plugins/addons for -->
		<plugin>Timers</plugin>
	</global>
	<YourName> <!-- This is just an example. You need to replace "YourName" to the left and below with the character name that you want the set of plugins to work for. -->
		<plugin>Binder</plugin>
		<plugin>ConsoleBG</plugin>
		<plugin>FFOChat</plugin>
		<plugin>Itemizer</plugin>
		<plugin>SSOrganizer</plugin>
		<plugin>Timers</plugin>
		<plugin>Guildwork</plugin>
		
		<addon>send</addon>
		<addon>battlemod</addon>
		<addon>ffocolor</addon>
	</YourName>
</settings>