Advertisement
Guest User

Untitled

a guest
Oct 11th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. #Advanced settings
  2.  
  3. language=en_GB
  4. botowners=Player1,Player2,Player3
  5. consoletitle=%username%@%serverip% - Minecraft Console Client
  6. internalcmdchar=slash #use 'none', 'slash' or 'backslash'
  7. splitmessagedelay=2 #seconds between each part of a long message
  8. botmessagedelay=2 #seconds to delay between message a bot makes to avoid accidental spam
  9. mcversion=1.9.0 #use 'auto' or '1.X.X' values
  10. brandinfo=mcc #use 'mcc','vanilla', or 'none'
  11. chatbotlogfile= #leave empty for no logfile
  12. privatemsgscmdname=tell #used by RemoteControl bot
  13. showsystemmessages=true #system messages for server ops
  14. showxpbarmessages=true #messages displayed above xp bar
  15. terrainandmovements=false #uses more ram, cpu, bandwidth
  16. sessioncache=memory #use 'none', 'memory' or 'disk'
  17. accountlist=accounts.txt
  18. serverlist=servers.txt
  19. playerheadicon=true
  20. exitonfailure=false
  21. debugmessages=false
  22. scriptcache=true
  23. timestamps=false
  24.  
  25. [AppVars]
  26. #yourvar=yourvalue
  27. #can be used in some other fields as %yourvar%
  28. #%username% and %serverip% are reserved variables.
  29.  
  30. [Proxy]
  31. enabled=false #use 'false', 'true', or 'login' for login only
  32. type=HTTP #Supported types: HTTP, SOCKS4, SOCKS4a, SOCKS5
  33. server=0.0.0.0000
  34. username=
  35. password=
  36.  
  37. [ChatFormat]
  38. builtins=true #support for handling vanilla and common message formats
  39. #public=^<([a-zA-Z0-9_]+)> (.+)$ #uncomment and adapt if necessary
  40. #private=^([a-zA-Z0-9_]+) whispers to you: (.+)$ #vanilla example
  41. #tprequest=^([a-zA-Z0-9_]+) has requested (?:to|that you) teleport to (?:you|them)\.$
  42.  
  43. #Bot Settings
  44.  
  45. [Alerts]
  46. enabled=false
  47. alertsfile=alerts.txt
  48. excludesfile=alerts-exclude.txt
  49. beeponalert=true
  50.  
  51. [AntiAFK]
  52. enabled=true
  53. delay=500 #10 = 1s
  54. command=/server witch
  55.  
  56. [AutoRelog]
  57. enabled=true
  58. delay=10
  59. retries=3 #-1 = unlimited
  60. kickmessagesfile=kickmessages.txt
  61.  
  62. [ChatLog]
  63. enabled=false
  64. timestamps=true
  65. filter=messages
  66. logfile=chatlog-%username%-%serverip%.txt
  67.  
  68. [Hangman]
  69. enabled=false
  70. english=true
  71. wordsfile=hangman-en.txt
  72. fichiermots=hangman-fr.txt
  73.  
  74. [ScriptScheduler]
  75. enabled=false
  76. tasksfile=tasks.ini
  77.  
  78. [RemoteControl]
  79. enabled=false
  80. autotpaccept=true
  81. tpaccepteveryone=false
  82.  
  83. [AutoRespond]
  84. enabled=false
  85. matchesfile=matches.ini
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement