Advertisement
Dori_mon

Untitled

Aug 11th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. #############################################################
  2. # MCSpoofer #
  3. #############################################################
  4. # #
  5. # Thank you for purchasing MCSpoofer! #
  6. # #
  7. # Please read through each section of the configuration #
  8. # to understand how each section operates fully #
  9. # #
  10. #############################################################
  11.  
  12. license-key: unknown
  13. command: spoofer
  14.  
  15.  
  16. #############################################################
  17. # Bungeecord Settings #
  18. #############################################################
  19. bungeecord:
  20. enabled: false
  21. # Each server MUST have a Unique Identifier to work correctly!
  22. server: "server_id"
  23.  
  24. #############################################################
  25. # Main Configuration #
  26. #############################################################
  27. spoofer:
  28. # Enable or Disable Plugin Hooks
  29. hook:
  30. holographicdisplay: true
  31. placeholderapi: true
  32. ping:
  33. minimum: 600 # 600 = 2 Bars
  34. maximum: 0 # 0 = Full Bars
  35. count:
  36. minimum: 5 # Genuine players to start
  37. maximum: 30 # Genuine players to stop spoofing
  38. multiplier: 2.0 # Real Player Count x <multiplier> = New Spoofed Count
  39. join:
  40. chance: 50 # Chance that Spoofed Player joins (unless above multiplier)
  41. delay: # Delay in Ticks (20 = 1 Second) until Player Joins (Requires Reboot)
  42. minimum: 100
  43. maximum: 300
  44. leave:
  45. chance: 50 # Chance that Spoofed Player leaves (unless below multiplier)
  46. delay: # Delay in Ticks (20 = 1 Second) until Player Leaves (Requires Reboot)
  47. minimum: 100
  48. maximum: 450
  49.  
  50.  
  51. #############################################################
  52. # TAB PREFIXES #
  53. #############################################################
  54. prefixes:
  55. 'default':
  56. prefix: "&f%username%"
  57. chance: 90
  58. 'donator':
  59. prefix: "&dDonor &f%username%"
  60. chance: 10
  61.  
  62.  
  63. #############################################################
  64. # PRIVATE MESSAGING #
  65. #############################################################
  66. messaging:
  67. enabled: true
  68. format:
  69. to: "&6[&cme &6-> %target%&6] &f%message%" # Use %player% for the messenger
  70. from: "&6[%target% &6-> &cme&6] &f%message%" # Use %player% for the messenger
  71. invalid: "&cThat player is not online."
  72. required: "&cYou must enter a valid message."
  73. self: "&cYou cannot message yourself."
  74. recently: "&cYou have not messaged anybody recently."
  75.  
  76.  
  77. #############################################################
  78. # Plugin Messages #
  79. #############################################################
  80. message:
  81. reload: '&7Configuration Reloaded.'
  82. permission: 'Unknown command. Type "/help" for help.'
  83. join: "&e%player% joined the game" # Set to "none" to disable!
  84. leave: "&e%player% left the game" # Set to "none" to disable!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement