Add 1.21 code, with new update checker: 1.22
This commit is contained in:
parent
0c06df5f9c
commit
5d6d24497f
2 changed files with 428 additions and 0 deletions
66
Configuration.txt
Normal file
66
Configuration.txt
Normal file
|
@ -0,0 +1,66 @@
|
|||
# Each admin must be on their own line
|
||||
# To add comments, use the hash sign
|
||||
ADMIN = tashia redrose
|
||||
ADMIN = allerbmu
|
||||
#
|
||||
#
|
||||
# You specify the default mode with this parameter
|
||||
DEFAULTMODE = IC
|
||||
#
|
||||
#
|
||||
# You define modes using the MODE command
|
||||
MODE = IC
|
||||
MODE = OOC
|
||||
MODE = KAJURALIA
|
||||
MODE = RAID
|
||||
MODE = TEST
|
||||
#
|
||||
#
|
||||
# The modes all must have 3 options, the notification type, the actual message, and which mode this is being sent for. Examples are listed below
|
||||
#
|
||||
# none = no notifications
|
||||
# im = InstantMessage notifications
|
||||
# dialog = Dialog notifications
|
||||
# both = IM & Dialog
|
||||
#
|
||||
#
|
||||
# Format: <Mode> = <notification type> = <Message>
|
||||
#
|
||||
IC = none = IC, not being raided
|
||||
OOC = both = Sim is currently OOC
|
||||
KAJURALIA = dialog = Event : Kajuralia is in progress!
|
||||
RAID = im = A raid is in progress
|
||||
TEST = both = This is a test notification
|
||||
#
|
||||
#
|
||||
#
|
||||
# DEVELOPER MODE TOGGLE - THIS WILL SEND NOTIFICATIONS ONLY TO THOSE ON THE ADMIN LIST
|
||||
DEVELOPER
|
||||
#
|
||||
#
|
||||
# What should happen for those already on sim?
|
||||
# zcs = Send a notification over the zCS Message Channel
|
||||
# normal = Send the message the same way they would get it per the mode rules
|
||||
# none = Don't send a change notification to those already on sim
|
||||
CHANGE = zcs
|
||||
#
|
||||
#
|
||||
#
|
||||
# EXEMPT AVATARS
|
||||
EXEMPT = allerbmu resident
|
||||
#
|
||||
#
|
||||
#
|
||||
# Want to only scan the parcel? (For non-sim owners)
|
||||
# Put PARCEL on its own line, or uncomment the line below.
|
||||
# Do NOT use region wide on a sim you do not own all parcels on as you could then be subject to abuse reports and ZNI Creations will not be held responsible, you have been warned.
|
||||
#
|
||||
#PARCEL
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
# Want to be able to hook another object up to the status?
|
||||
# Then use the below method to set an API Channel. (Please do not use the default...)
|
||||
#API = 1
|
Loading…
Add table
Add a link
Reference in a new issue