Advertisement
paralusion

Untitled

Aug 31st, 2018
1,084
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. login:
  2. # Whether or not to authenticate with mojang or use a cracked account
  3. # Default: false
  4. doAuthentication: true
  5.  
  6. # Your username goes here.
  7. # If you're using authentication, use your email like you would in the launcher.
  8. # If not, enter the username you want to use.
  9. # Default: Steve
  10. username: email
  11.  
  12. # Your password goes here.
  13. # If you're using authentication, use your email like you would in the launcher.
  14. # If not, enter anything you feel like
  15. # Default: password
  16. password: password
  17.  
  18. client:
  19. # The IP of the server to connect to.
  20. # This is required! Without it nothing can happen.
  21. # Default: mc.example.com
  22. hostIP: 2b2t.org
  23.  
  24. # The IP of the server to connect to.
  25. # This is required! Without it nothing can happen.
  26. # You can probably leave this alone unless you know what you're doing.
  27. # Default: 25565
  28. hostPort: 25565
  29.  
  30. chat:
  31. # Whether or not we will process chat messages.
  32. # Leave this off unless you know what you're doing.
  33. # Default: false
  34. doProcess: false
  35.  
  36. spam:
  37. # Whether or not to spam chat.
  38. # Default: false
  39. doSpam: false
  40.  
  41. # The delay (in milliseconds) between spam messages.
  42. # Default: 10000
  43. delay: 10000
  44.  
  45. # A list of all spam messages that can be sent
  46. # Every [delay] milliseconds a random message is picked from this list and sent in chat
  47. # More features are planned for this, but not implemented yet
  48. # Default: not putting it here, just remeber it or sth idk kek
  49. messages:
  50. - 'I sexually Identify as an Attack Helicopter.'
  51. - 'Ever since I was a boy I dreamed of soaring over the oilfields dropping hot sticky loads on disgusting foreigners.'
  52. - 'People say to me that a person being a helicopter is Impossible and I’m fucking retarded but I don’t care, I’m beautiful.'
  53. - 'I’m having a plastic surgeon install rotary blades, 30 mm cannons and AMG-114 Hellfire missiles on my body.'
  54. - 'From now on I want you guys to call me “Apache” and respect my right to kill from above and kill needlessly.'
  55. - 'If you can’t accept me you’re a heliphobe and need to check your vehicle privilege.'
  56. - 'Thank you for being so understanding.'
  57.  
  58. misc:
  59. # Whether or not to automagically respawn after dying
  60. # Default: true
  61. autorespawn: true
  62.  
  63. # Whether or not to antiAFK.
  64. # Rotates you around and swings to prevent you from being kicked.
  65. # Default: true
  66. antiafk: true
  67.  
  68. # Automatically relogs after getting kicked.
  69. # Waits 10 second
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement