corrade-lsl-templates – Diff between revs 10 and 11

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 10 Rev 11
Line 10... Line 10...
10   10  
11 # The "corrade", "group" and "password" settings must correspond to your 11 # The "corrade", "group" and "password" settings must correspond to your
Line 12... Line 12...
12 # settings in Corrade.ini otherwise the script will not work at all. 12 # settings in Corrade.ini otherwise the script will not work at all.
13   13  
14 # Set this to the UUID of the Corrade bot. 14 # Set this to the UUID of the Corrade bot.
Line 15... Line 15...
15 # Corrade Resident 15 # Ecto Resident
16 corrade = "2783a9d0-7e5d-4598-b127-d88ebdf1091d" 16 corrade = "2ac12631-b9e8-4ec2-822e-946591a41469"
Line 17... Line 17...
17   17  
18 # The name of the group - it can also be the UUID of the group. 18 # The name of the group - it can also be the UUID of the group.
Line -... Line 19...
-   19 group = "My Group"
-   20  
-   21 # The password for the group.
19 group = "My Group" 22 password = "mypassword"
20   23  
Line 21... Line 24...
21 # The password for the group. 24 # The notification tag - any string you can come up with except the empty string.
22 password = "mypassword" 25 notification tag = "5dfea3c3-1d70-4477-89a8-835072fbb6fa"
Line 23... Line 26...
23   26  
24 # The version that this template is compatible with. 27 # The version that this template is compatible with (no need to change).
Line 25... Line 28...
25 version = 9.163 28 version = 9.164
26   29  
Line 27... Line 30...
27 # The character to use for commands. 30 # The character to use for commands.
28 command = @ 31 command = @
Line -... Line 32...
-   32  
-   33 # The range for the dice rolling command (inclusive).
-   34 roll range = 3,64
-   35  
-   36 # The roles that are eligible for administrative group functions such as "eject".
-   37 admin roles = Owners,Officers,Ecto
-   38  
-   39 # Restrict wiki operations to admin roles.
-   40 restricted wiki = True
29   41