summaryrefslogtreecommitdiff
path: root/Data/BuiltIn/Libraries/lua-addons/addons/scoreboard/data/settings.xml
blob: 2478be1120df0ac84f7b5845d0c1d34705536c43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" ?>
<settings>
  <!--
	This file controls the settings for the Scoreboard plugin.
	Settings in the <global> section apply to all characters

	The available settings are:
		posX - x coordinate for position
		posY - y coordinate for position
		numPlayers - The maximum number of players to display damage for
		bgTransparency - Transparency level for the background. 0-255 range
	-->
	<global>
		<posX>10</posX>
		<posY>250</posY>
		<bgTransparency>200</bgTransparency>
		<numPlayers>8</numPlayers>
        <UpdateFrequency>0.5</UpdateFrequency>
	</global>

	<!--
	You may also override specific settings on a per-character basis here.
	-->
</settings>