Tourbot/conf.examples/bot.conf

65 lines
2.2 KiB
Plaintext
Raw Normal View History

2023-10-03 14:02:07 -04:00
# This is the configuration file for PengoBot.
2023-10-04 03:31:22 -04:00
# Handles every message group.
messages=conf/messages.list
# Handles single messages to single phrases.
replyfile=conf/replies.conf
2024-01-28 23:35:51 -05:00
# Handles worlds and their names. (deprecated)
#worldfile=conf/worldlist.conf
# Look-Up Table which maps aliases to the JSON worlds list
lutfile=conf/lut.conf
2023-10-04 03:31:22 -04:00
2023-10-03 14:02:07 -04:00
# The username you log in as. Account must be registered on worlds servers.
2024-01-28 23:35:51 -05:00
username=JohnDoe
2023-10-03 14:02:07 -04:00
# The password to the username above.
2024-01-28 23:35:51 -05:00
password=123456
2023-10-03 14:02:07 -04:00
# The username who owns the bot. This is for administrative actions.
2024-01-28 23:35:51 -05:00
owner=SirGrandpa
2023-10-03 14:02:07 -04:00
# The URL to whisper users when asking for bot help.
help_url=
# Bot avatar. Must be VIP for articulated to show up.
2024-01-28 23:35:51 -05:00
avatar=http://files.worlio.com/users/bonkmaykr/avatarsforme/gabu1s*4h*4v*.mov
2023-10-03 14:02:07 -04:00
2023-10-04 03:31:22 -04:00
# Room to appear in.
room=GroundZero#Reception<dimension-1>
2024-01-28 23:35:51 -05:00
# Default world file to "load into"
# As Tourbot is a headless client we aren't actually loading anything,
# this is solely used to allow users to teleport to the bot.
world=http://jett.dacii.net/jett/Recreated%20Worlds/SummersGZ/groundzero%20summers.world
# The position in the world that the bot will sit when idle.
# This should be placed in an easy to reach and clearly visible location.
# Locations will be handled on a per-world basis when teleporting to bookmarks.
xpos=1293
ypos=1710
2023-10-03 14:02:07 -04:00
zpos=0
2024-01-28 23:35:51 -05:00
direction=336
2023-10-03 14:02:07 -04:00
# Every 'keep alive', will turn x degrees.
2024-01-28 23:35:51 -05:00
spin=10
2023-10-03 14:02:07 -04:00
# Keep alive interval. Setting this too long will make worlds disconnect you.
katime=5
# The time between random messages. The wait period is between minRandomMsgTime and maxRandomMsgTime. Setting these to 0 will disable.
minRandomMsgTime=300
2024-01-28 23:35:51 -05:00
maxRandomMsgTime=600
2023-10-03 14:02:07 -04:00
2023-10-04 03:31:22 -04:00
# Here are all single-definition messages. For anything that isn't picked in a list, it's here.
help_msg=You can find more information here: %s
coinflip_msg=%s flipped %s.
help_whisper_message=%s, you have been whispered with more information.
time_msg=It is %s.
roll_msg=%s rolled a %i.
world_not_found_msg=Sorry, I don't know that one.
world_found_msg=Taking you there now, teleport to me!
2023-10-04 03:31:22 -04:00
roomusers_msg=There are %i users in this room.
conf_reload_msg=My configuration has been reloaded.
ping_msg=Response recieved in %ims.
pong_msg=Pong!