summaryrefslogtreecommitdiff
path: root/Data/BuiltIn/Libraries/lua-addons/addons/rolltracker/data
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-15 13:53:59 +0800
committerchai <chaifix@163.com>2021-11-15 13:53:59 +0800
commit942a030afd348ab2e02eac8054b43e3c3a72ea48 (patch)
treea13459f39a3d2f1b533fbd1b5ab523d7a621f673 /Data/BuiltIn/Libraries/lua-addons/addons/rolltracker/data
parente307051a56a54c27f10438fd2025edf61d0dfeed (diff)
*rename
Diffstat (limited to 'Data/BuiltIn/Libraries/lua-addons/addons/rolltracker/data')
-rw-r--r--Data/BuiltIn/Libraries/lua-addons/addons/rolltracker/data/settings.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/Data/BuiltIn/Libraries/lua-addons/addons/rolltracker/data/settings.xml b/Data/BuiltIn/Libraries/lua-addons/addons/rolltracker/data/settings.xml
new file mode 100644
index 0000000..df8d487
--- /dev/null
+++ b/Data/BuiltIn/Libraries/lua-addons/addons/rolltracker/data/settings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" ?>
+<settings>
+ <!--
+ This controls the settings for the Roll Tracker Plugin.
+ ::::Autostop::::
+ Autostop: 0: Automatically stops rolls on lucky numbers, and displays the message (Currently the default option)
+ Autostop: 1: Disables the stop functionality.
+ ::::[Chance to Bust]::::
+ bust: 0 Doesn't display chance to bust
+ bust: 1 Displays chance to bust (the default option)
+ ::::[Effected Members Number]::::
+ effected: 0 doesn't show up
+ effected:1 shows up
+ ::::Fold Stopper::::
+ fold 0: Doesn't stop fold
+ fold 1: Stops fold when no busts and 1 roll is active.
+ -->
+ <global>
+ <Autostop>0</Autostop>
+ <bust>1</bust>
+ <effected>1</effected>
+ <fold>1</fold>
+ </global>
+</settings>