Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. ANTIAFK.TXT > SCRIPT
  2. ====================
  3. send /server iceplanet
  4. send /bal
  5. send /xp
  6. wait 5
  7. send /ping
  8.  
  9. AUTORELOG.TXT > SCRIPT
  10. ======================
  11. wait 8
  12. send /f global
  13. send /kit starter
  14. wait 10
  15.  
  16.  
  17. KICKMESSAGES.TXT
  18. ================
  19. You have been kicked for idling more than 15 minutes.
  20. Not connected to any server. Use '/help' for help.
  21. Connection has been lost.
  22. Disconnected by Server:
  23. [LilyProxy]
  24. The shuttle to this planet is currently available only to high ranking cosmonauts (donors) due to planet capacity! Rank up at buy.cosmicpvp.com to join the fun!
  25. Kicked for flying (or related)
  26. The planet's public and VIP slots are both full.
  27.  
  28. MINECRAFTCLIENT.INI
  29. ===================
  30. #Minecraft Console Client v1.9.0
  31. #Startup Config File
  32.  
  33. [Main]
  34.  
  35. #General settings
  36. #leave blank to prompt user on startup
  37. #Use "-" as password for offline mode
  38.  
  39. login=
  40. password=
  41. serverip=cosmicpvp.com
  42.  
  43. #Advanced settings
  44.  
  45. language=en_GB
  46. botowners=Player1,Player2,Player3
  47. consoletitle=BP %username%
  48. internalcmdchar=slash #use 'none', 'slash' or 'backslash'
  49. splitmessagedelay=2 #seconds between each part of a long message
  50. botmessagedelay=2 #seconds to delay between message a bot makes to avoid accidental spam
  51. mcversion=auto #use 'auto' or '1.X.X' values
  52. brandinfo=mcc #use 'mcc','vanilla', or 'none'
  53. chatbotlogfile= #leave empty for no logfile
  54. privatemsgscmdname=tell #used by RemoteControl bot
  55. showsystemmessages=false #system messages for server ops
  56. showxpbarmessages=false #messages displayed above xp bar
  57. terrainandmovements=false #uses more ram, cpu, bandwidth
  58. sessioncache=memory #use 'none', 'memory' or 'disk'
  59. accountlist=accounts.txt
  60. serverlist=servers.txt
  61. playerheadicon=true
  62. exitonfailure=false
  63. debugmessages=false
  64. scriptcache=true
  65. timestamps=true
  66.  
  67. [AppVars]
  68. #yourvar=yourvalue
  69. #can be used in some other fields as %yourvar%
  70. #%username% and %serverip% are reserved variables.
  71.  
  72. [Proxy]
  73. enabled=false #use 'false', 'true', or 'login' for login only
  74. type=HTTP #Supported types: HTTP, SOCKS4, SOCKS4a, SOCKS5
  75. server=0.0.0.0:0000
  76. username=
  77. password=
  78.  
  79. [ChatFormat]
  80. builtins=true #support for handling vanilla and common message formats
  81. #public=^<([a-zA-Z0-9_]+)> (.+)$ #uncomment and adapt if necessary
  82. #private=^([a-zA-Z0-9_]+) whispers to you: (.+)$ #vanilla example
  83. #tprequest=^([a-zA-Z0-9_]+) has requested (?:to|that you) teleport to (?:you|them)\.$
  84.  
  85. #Bot Settings
  86.  
  87. [Alerts]
  88. enabled=false
  89. alertsfile=alerts.txt
  90. excludesfile=alerts-exclude.txt
  91. beeponalert=true
  92.  
  93. [AntiAFK]
  94. enabled=false
  95. delay=3000 #10 = 1s
  96. command=/server iceplanet
  97.  
  98. [AutoRelog]
  99. enabled=true
  100. delay=1
  101. retries=-1 #-1 = unlimited
  102. kickmessagesfile=kickmessages.txt
  103.  
  104. [ChatLog]
  105. enabled=false
  106. timestamps=true
  107. filter=messages
  108. logfile=chatlog.txt
  109.  
  110. [Hangman]
  111. enabled=false
  112. english=true
  113. wordsfile=hangman-en.txt
  114. fichiermots=hangman-fr.txt
  115.  
  116. [ScriptScheduler]
  117. enabled=true
  118. tasksfile=tasks.ini
  119.  
  120. [RemoteControl]
  121. enabled=false
  122. autotpaccept=false
  123. tpaccepteveryone=false
  124.  
  125. [AutoRespond]
  126. enabled=false
  127. matchesfile=matches.ini
  128.  
  129.  
  130. TASK.INI
  131. ========
  132. [Task]
  133. triggerOnLogin=true
  134. triggerOnInterval=true
  135. timeInterval=90
  136. script=antiafk.txt
  137.  
  138. [Task]
  139. triggerOnLogin=true
  140. script=autorelog.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement