Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. ## CraftIRC v1.70d Settings
  2. ## CraftIRC is now on Bukkit!
  3.  
  4. ## the character to prefix commands with: e.g. .players or !players or -players
  5. command-prefix=.
  6. ## Set the color to change username to in IRC->MC messages
  7. ## Color options are: black, navy, green, blue, red, purple, gold, lightgray, gray, darkpurple, lightgreen, lightblue, rose, lightpurple, yellow, white
  8. irc-relayed-user-color=green
  9. # Send Minecraft/IRC colors across the bot? -- Default: Do nothing; "strip": Remove color codes sent from IRC; "equiv": Colorful messages
  10. irc-colors=equiv
  11.  
  12. ## SERVER CONNECTION DETAILS
  13. ## Mandatory: irc-server, irc-server-port
  14. ## irc-server-ssl options are: true or false -- enables/disables SSL connectivity
  15. ## irc-server-login sets the IDENT username, for those servers that require it.
  16. irc-server=irc.geekshed.net
  17. irc-server-ssl=
  18. irc-server-port=6667
  19. irc-server-login=
  20. irc-server-password=
  21. ## set how long (seconds) to wait for the bot to join the channels and verify settings
  22. bot-timeout=5
  23. ## set the message delay - default is 1000 (ms) - to prevent bot flooding
  24. irc-message-delay=1000
  25.  
  26. ## BOT CREDENTIALS
  27. ## Mandatory: irc-handle
  28. ## auth-method can be: nickserv, gamesurge, or quakenet
  29. ## auth-username is only needed for gamesurge or quakenet, put your authserv account name here
  30. irc-handle=MrRoboto
  31. irc-auth-method=nickserv
  32. irc-auth-username=
  33. irc-auth-password=
  34.  
  35. ## CHANNELS to connect to (admin channel is optional)
  36. irc-channel=#Greysoul
  37. irc-channel-password=
  38.  
  39. irc-admin-channel=
  40. irc-admin-channel-password=
  41. ## Prefixes of users in admin channel that can use admin bot commands
  42. irc-admin-prefixes=%,@,&,~
  43. ## Set the console commands you want accessible from the admin IRC channel
  44. ## Options include but are not limited to: reload,modify,whitelist,reservelist,enableplugin,disableplugin,reloadplugin,say,kick,ban,ban-ip,pardon,pardon-ip,op,deop,tp,give,tell,stop,save-all,save-off,save-on
  45. irc-console-commands=say,kick,ban,ipban,reloadplugin,save-all
  46. ## Add comma-separated command prefixes for the bot to IGNORE, such as those used by other bots in the same IRC channels
  47. irc-ignored-command-prefixes=
  48. ## CHAT RELAY OPTIONS
  49. ## send-all-chat options are: main,admin -- choose which channels you wish to send game chat to, or none.
  50. ## send-all-IRC options are: main,admin -- choose which IRC channels' chat you want to send to the game.
  51. send-all-chat=main,admin
  52. send-all-IRC=main,admin
  53. relay-cancelled-chat=false
  54. ## -- Game/IRC events to relay --
  55. ## Game-to-IRC events are: joins, quits, kicks, bans
  56. ## IRC-to-Game events are: IRC-joins, IRC-quits
  57. send-events=joins,quits,kicks,bans,irc-joins,irc-quits
  58. admin-send-events=joins,quits,kicks,bans
  59. ## Set the command players can use to send notices to admins in your admin channel
  60. notify-admins-cmd=/admins!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement