corrade-lsl-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 23  →  ?path2? @ 42
/source/eggdrop/configuration.txt
@@ -1,19 +1,11 @@
########################## START CONFIGURATION ############################
 
# This is a configuration notecard based on the key-value data Wizardry and
# Steamworks reader. Everything following the "#" character is ignored
# along with blank lines. Values can be set for various parameters in a
# simple and understandable format with the following syntax:
# KEY = "VALUE"
# Every time you change this configuration notecard, the script will reset
# itself and the new configuration will be read from this notecard.
 
# The "corrade", "group" and "password" settings must correspond to your
# settings in Corrade.ini otherwise the script will not work at all.
# Corrade settings otherwise the script will not work at all.
 
# Set this to the UUID of the Corrade bot.
# Ecto Resident
corrade = "d726edfb-a1c4-4499-8c01-2746227b55e5"
corrade = "ced1d317-a32c-443d-a47f-cab329e77948"
 
# The name of the group - it can also be the UUID of the group.
group = "My Group"
@@ -25,22 +17,10 @@
nickname = "ecto"
 
# The notification tag - any string you can come up with except the empty string.
notification tag = "147d8bf1-4fbc-4c31-b0ea-1d2a72a41041"
notification tag = "119cb10d-3416-4d44-8f42-27c223bba0f3"
 
## Corrade AI module parameters.
# Subscription ID
ai subscription = "ee12b9b4-87e7-41e2-84a6-e505e32aaa0b"
# Host
ai host = "127.0.0.1"
# Port
ai port = "1443"
# Username
ai username = "corrade"
# Secret
ai secret = "corrade"
 
# The version that this template is compatible with (no need to change).
version = 10.0
version = 11.0
 
# The character to use for commands.
command = @
@@ -49,7 +29,7 @@
roll range = 3,64
 
# The roles that are eligible for administrative group functions such as "eject".
admin roles = Owners,Officers,Ecto
admin roles = Owners,Officers,Moderators
 
# Wiki database table.
wiki table = "corrade-eggdrop-wiki"
@@ -67,7 +47,32 @@
# Database table for jokes.
joke table = "corrade-eggdrop-joke"
 
# Activity database table.
activity table = "corrade-eggdrop-activity"
 
# Reminders table
reminders table = "corrade-eggdrop-reminders"
 
# If the group has a subscription fee, should it be paid back after the new member joined?
pay back = true
 
# The name of the help notecard in this primitive's inventory.
help card = "Help"
 
# The name of the home region.
home region = "Puguet Sound"
 
# This template also processes Discord messages, please see:
# http://grimore.org/secondlife/scripted_agents/corrade/projects/external_services/synchronize_group_chat_and_discord
# on how to set up the Corrade Group to Discord synchronization.
# The following is a list of Discord user IDs that will be allowed to execute administrative commands.
discord admin = "was#5255"
 
## Jenkins CI integration
# Jenkins HTTP user and password
jenkins user = jenkins
jenkins password = mainpassword
jenkins host = jenkins.dev.net
 
 
########################### END CONFIGURATION #############################