corrade-lsl-templates – Diff between revs 23 and 42

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 23 Rev 42
1 ########################## START CONFIGURATION ############################ 1 ########################## START CONFIGURATION ############################
2   -  
3 # This is a configuration notecard based on the key-value data Wizardry and -  
4 # Steamworks reader. Everything following the "#" character is ignored -  
5 # along with blank lines. Values can be set for various parameters in a -  
6 # simple and understandable format with the following syntax: -  
7 # KEY = "VALUE" -  
8 # Every time you change this configuration notecard, the script will reset -  
9 # itself and the new configuration will be read from this notecard. -  
10   2  
11 # The "corrade", "group" and "password" settings must correspond to your 3 # The "corrade", "group" and "password" settings must correspond to your
12 # settings in Corrade.ini otherwise the script will not work at all. 4 # Corrade settings otherwise the script will not work at all.
13   5  
14 # Set this to the UUID of the Corrade bot. 6 # Set this to the UUID of the Corrade bot.
15 # Ecto Resident 7 # Ecto Resident
16 corrade = "d726edfb-a1c4-4499-8c01-2746227b55e5" 8 corrade = "ced1d317-a32c-443d-a47f-cab329e77948"
17   9  
18 # The name of the group - it can also be the UUID of the group. 10 # The name of the group - it can also be the UUID of the group.
19 group = "My Group" 11 group = "My Group"
20   12  
21 # The password for the group. 13 # The password for the group.
22 password = "mypassword" 14 password = "mypassword"
23   15  
24 # A short nickname for the bot - something you would call it for short. 16 # A short nickname for the bot - something you would call it for short.
25 nickname = "ecto" 17 nickname = "ecto"
26   18  
27 # The notification tag - any string you can come up with except the empty string. 19 # The notification tag - any string you can come up with except the empty string.
28 notification tag = "147d8bf1-4fbc-4c31-b0ea-1d2a72a41041" 20 notification tag = "119cb10d-3416-4d44-8f42-27c223bba0f3"
29   -  
30 ## Corrade AI module parameters. -  
31 # Subscription ID -  
32 ai subscription = "ee12b9b4-87e7-41e2-84a6-e505e32aaa0b" -  
33 # Host -  
34 ai host = "127.0.0.1" -  
35 # Port -  
36 ai port = "1443" -  
37 # Username -  
38 ai username = "corrade" -  
39 # Secret -  
40 ai secret = "corrade" -  
41   21  
42 # The version that this template is compatible with (no need to change). 22 # The version that this template is compatible with (no need to change).
43 version = 10.0 23 version = 11.0
44   24  
45 # The character to use for commands. 25 # The character to use for commands.
46 command = @ 26 command = @
47   27  
48 # The range for the dice rolling command (inclusive). 28 # The range for the dice rolling command (inclusive).
49 roll range = 3,64 29 roll range = 3,64
50   30  
51 # The roles that are eligible for administrative group functions such as "eject". 31 # The roles that are eligible for administrative group functions such as "eject".
52 admin roles = Owners,Officers,Ecto 32 admin roles = Owners,Officers,Moderators
53   33  
54 # Wiki database table. 34 # Wiki database table.
55 wiki table = "corrade-eggdrop-wiki" 35 wiki table = "corrade-eggdrop-wiki"
56   36  
57 # The number of records to be retrieved from a namespace. 37 # The number of records to be retrieved from a namespace.
58 # This limit works around LSL HTTP limitations not being able to receive more than 2KiB. 38 # This limit works around LSL HTTP limitations not being able to receive more than 2KiB.
59 wiki results limit = 15 39 wiki results limit = 15
60   40  
61 # How many paths in total should be returned when looking up data. 41 # How many paths in total should be returned when looking up data.
62 wiki search limit = 5 42 wiki search limit = 5
63   43  
64 # MOTD database table. 44 # MOTD database table.
65 motd table = "corrade-eggdrop-motd" 45 motd table = "corrade-eggdrop-motd"
66   46  
67 # Database table for jokes. 47 # Database table for jokes.
68 joke table = "corrade-eggdrop-joke" 48 joke table = "corrade-eggdrop-joke"
-   49  
-   50 # Activity database table.
-   51 activity table = "corrade-eggdrop-activity"
-   52  
-   53 # Reminders table
-   54 reminders table = "corrade-eggdrop-reminders"
-   55  
-   56 # If the group has a subscription fee, should it be paid back after the new member joined?
-   57 pay back = true
69   58  
70 # The name of the help notecard in this primitive's inventory. 59 # The name of the help notecard in this primitive's inventory.
71 help card = "Help" 60 help card = "Help"
-   61  
-   62 # The name of the home region.
-   63 home region = "Puguet Sound"
-   64  
-   65 # This template also processes Discord messages, please see:
-   66 # http://grimore.org/secondlife/scripted_agents/corrade/projects/external_services/synchronize_group_chat_and_discord
-   67 # on how to set up the Corrade Group to Discord synchronization.
-   68 # The following is a list of Discord user IDs that will be allowed to execute administrative commands.
-   69 discord admin = "was#5255"
-   70  
-   71 ## Jenkins CI integration
-   72 # Jenkins HTTP user and password
-   73 jenkins user = jenkins
-   74 jenkins password = mainpassword
-   75 jenkins host = jenkins.dev.net
-   76  
72   77  
73 ########################### END CONFIGURATION ############################# 78 ########################### END CONFIGURATION #############################
74   79