Advertisement
Guest User

Untitled

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