Advertisement
Guest User

Untitled

a guest
Mar 5th, 2019
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. # Minecraft Console Client v1.13.2
  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=2409, MemesterOfficial, Memes, Christmas2409 # 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.12.1 # 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.  
  52. [ChatFormat]
  53. # Do not forget to uncomment (remove '#') these settings if modifying them
  54. builtins=true # MCC built-in support for common message formats
  55. # public=^<([a-zA-Z0-9_]+)> (.+)$
  56. # private=^([a-zA-Z0-9_]+) whispers to you: (.+)$
  57. # tprequest=^([a-zA-Z0-9_]+) has requested (?:to|that you) teleport to (?:you|them)\.$
  58.  
  59. [MCSettings]
  60. enabled=true # If disabled, settings below are not sent to the server
  61. locale=en_US # Use any language implemented in Minecraft
  62. renderdistance=medium # Use tiny, short, medium, far, or chunk amount [0 - 255]
  63. difficulty=normal # MC 1.7- difficulty. peaceful, easy, normal, difficult
  64. chatmode=enabled # Use 'enabled', 'commands', or 'disabled'. Allows to mute yourself...
  65. chatcolors=true # Allows disabling chat colors server-side
  66. main_hand=left # MC 1.9+ main hand. left or right
  67. skin_cape=true
  68. skin_hat=true
  69. skin_jacket=false
  70. skin_sleeve_left=false
  71. skin_sleeve_right=false
  72. skin_pants_left=false
  73. skin_pants_right=false
  74. # Bot Settings
  75.  
  76. [Alerts]
  77. enabled=false
  78. alertsfile=alerts.txt
  79. excludesfile=alerts-exclude.txt
  80. beeponalert=true
  81.  
  82. [AntiAFK]
  83. enabled=false
  84. delay=600 #10 = 1s
  85. command=/script event.txt
  86.  
  87.  
  88. [AutoRelog]
  89. enabled=true
  90. delay=10
  91. retries=5 #-1 = unlimited
  92. kickmessagesfile=kickmessages.txt
  93.  
  94. [ChatLog]
  95. enabled=false
  96. timestamps=true
  97. filter=messages
  98. logfile=chatlog-%username%-%serverip%.txt
  99.  
  100. [Hangman]
  101. enabled=false
  102. english=true
  103. wordsfile=hangman-en.txt
  104. fichiermots=hangman-fr.txt
  105.  
  106. [ScriptScheduler]
  107. enabled=false
  108. tasksfile=tasks.ini
  109.  
  110. [RemoteControl]
  111. enabled=false
  112. autotpaccept=true
  113. tpaccepteveryone=false
  114.  
  115. [AutoRespond]
  116. enabled=false
  117. matchesfile=matches.ini
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement