Advertisement
Guest User

Untitled

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