corrade-lsl-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 10  →  ?path2? @ 11
/source/eggdrop/configuration.txt
@@ -12,8 +12,8 @@
# settings in Corrade.ini otherwise the script will not work at all.
 
# Set this to the UUID of the Corrade bot.
# Corrade Resident
corrade = "2783a9d0-7e5d-4598-b127-d88ebdf1091d"
# Ecto Resident
corrade = "2ac12631-b9e8-4ec2-822e-946591a41469"
 
# The name of the group - it can also be the UUID of the group.
group = "My Group"
@@ -21,9 +21,12 @@
# The password for the group.
password = "mypassword"
 
# The version that this template is compatible with.
version = 9.163
# The notification tag - any string you can come up with except the empty string.
notification tag = "5dfea3c3-1d70-4477-89a8-835072fbb6fa"
 
# The version that this template is compatible with (no need to change).
version = 9.164
 
# The character to use for commands.
command = @
 
@@ -30,10 +33,19 @@
# The range for the dice rolling command (inclusive).
roll range = 3,64
 
# The roles that are eligible for administrative group functions.
# The roles that are eligible for administrative group functions such as "eject".
admin roles = Owners,Officers,Ecto
 
# Restrict wiki operations to admin roles.
restricted wiki = True
 
# Wiki database table.
wiki table = "corrade-eggdrop-wiki"
 
# MOTD database table.
motd table = "corrade-eggdrop-motd"
 
# The name of the help notecard in this primitive's inventory.
help card = "[WaS] Corrade: Eggdrop - Help Card"
 
########################### END CONFIGURATION #############################