Advertisement
Guest User

Untitled

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