Advertisement
Guest User

Untitled

a guest
Dec 28th, 2018
1,439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. # Minecraft Console Client v1.12.2 DEV
  2. # Startup Config File
  3.  
  4. [Main]
  5.  
  6. # General settings
  7. # Leave blank to prompt user on startup
  8. # Use "-" as password for offline mode
  9.  
  10. login=
  11. password=
  12. serverip=
  13.  
  14. # Advanced settings
  15.  
  16. language=en_GB
  17. consoletitle=%username%@%serverip% - Minecraft Console Client
  18. internalcmdchar=slash # Use 'none', 'slash' or 'backslash'
  19. splitmessagedelay=2 # Seconds between each part of a long message
  20. botowners=Player1,Player2,Player3 # Use name list or myfile.txt with one name per line
  21. botmessagedelay=2 # Seconds to delay between message a bot makes to avoid accidental spam
  22. mcversion=1.8.9 # Use 'auto' or '1.X.X' values
  23. brandinfo=mcc # Use 'mcc','vanilla', or 'none'
  24. chatbotlogfile= # Leave empty for no logfile
  25. privatemsgscmdname=tell # Used by RemoteControl bot
  26. showsystemmessages=true # System messages for server ops
  27. showxpbarmessages=true # Messages displayed above xp bar
  28. showchatlinks=true # Show links embedded in chat messages
  29. terrainandmovements=false # Uses more ram, cpu, bandwidth
  30. sessioncache=disk # How to retain session tokens. Use 'none', 'memory' or 'disk'
  31. resolvesrvrecords=fast # Use 'false', 'fast' (5s timeout), or 'true'. Required for joining some servers.
  32. accountlist=accounts.txt # See README > 'Servers and Accounts file' for more info about this file
  33. serverlist=servers.txt # See README > 'Servers and Accounts file' for more info about this file
  34. playerheadicon=true # Only works on Windows XP-8 or Windows 10 with old console
  35. exitonfailure=false # Disable pauses on error, for using MCC in non-interactive scripts
  36. debugmessages=false # Please enable this before submitting bug reports. Thanks!
  37. scriptcache=true # Cache compiled scripts for faster load on low-end devices
  38. timestamps=false # Prepend timestamps to chat messages
  39.  
  40. [AppVars]
  41. # yourvar=yourvalue
  42. # can be used in some other fields as %yourvar%
  43. # %username% and %serverip% are reserved variables.
  44.  
  45. [Proxy]
  46. enabled=false # Use 'false', 'true', or 'login' for login only
  47. type=HTTP # Supported types: HTTP, SOCKS4, SOCKS4a, SOCKS5
  48. server=0.0.0.0:0000 # Proxy server must allow HTTPS for login, and non-443 ports for playing
  49. username= # Only required for password-protected proxies
  50. password= # Only required for password-protected proxies
  51. [ChatFormat]
  52. # Do not forget to uncomment (remove '#') these settings if modifying them
  53. builtins=true # MCC built-in support for common message formats
  54. # public=^<([a-zA-Z0-9]+)> (.+)$
  55. # private=^([a-zA-Z0-9]+) whispers to you: (.+)$
  56. # tprequest=^([a-zA-Z0-9_]+) has requested (?:to|that you) teleport to (?:you|them).$
  57.  
  58. [MCSettings]
  59. enabled=true # If disabled, settings below are not sent to the server
  60. locale=en_US # Use any language implemented in Minecraft
  61. renderdistance=medium # Use tiny, short, medium, far, or chunk amount [0 - 255]
  62. difficulty=normal # MC 1.7- difficulty. peaceful, easy, normal, difficult
  63. chatmode=enabled # Use 'enabled', 'commands', or 'disabled'. Allows to mute yourself...
  64. chatcolors=true # Allows disabling chat colors server-side
  65. main_hand=left # MC 1.9+ main hand. left or right
  66. skin_cape=true
  67. skin_hat=true
  68. skin_jacket=false
  69. skin_sleeve_left=false
  70. skin_sleeve_right=false
  71. skin_pants_left=false
  72. skin_pants_right=false
  73. # Bot Settings
  74.  
  75. [Alerts]
  76. enabled=false
  77. alertsfile=alerts.txt
  78. excludesfile=alerts-exclude.txt
  79. beeponalert=true
  80.  
  81. [AntiAFK]
  82. enabled=true
  83. delay=600 #10 = 1s
  84. command=/server survival
  85.  
  86. [AutoRelog]
  87. enabled=true
  88. delay=10
  89. retries=-1 #-1 = unlimited
  90. kickmessagesfile=kickmessages.txt
  91.  
  92. [ChatLog]
  93. enabled=false
  94. timestamps=true
  95. filter=messages
  96. logfile=chatlog-%username%-%serverip%.txt
  97.  
  98. [Hangman]
  99. enabled=false
  100. english=true
  101. wordsfile=hangman-en.txt
  102. fichiermots=hangman-fr.txt
  103.  
  104. [ScriptScheduler]
  105. enabled=false
  106. tasksfile=tasks.ini
  107.  
  108. [RemoteControl]
  109. enabled=false
  110. autotpaccept=true
  111. tpaccepteveryone=false
  112.  
  113. [AutoRespond]
  114. enabled=false
  115. matchesfile=matches.ini
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement