Advertisement
Guest User

Untitled

a guest
Mar 28th, 2018
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. # =====================SETTINGS======================== #
  2. # Prefix Chat = Enable reputation prefix on chat #
  3. # Prefix = Prefix on Chat #
  4. # Silent-JoinQuit = Disable Join / Leave Messages #
  5. # RightClick-GUI = Enable / Disable Right Click Player #
  6. # Cooldown-Request = /rep request command cooldown #
  7. # AnimatedNames-Tag = Enable Placeholder for Animated Names #
  8. # Chat-Fiture = Enable / Disable [!rep, !like, !dislike] #
  9. # Rep-Cooldown = Set cooldown to rep a player #
  10. # Daily-Point = Daily Point player got every 1 day #
  11. # ===================================================== #
  12. Prefix-Chat: true
  13.  
  14. # Prefix on Chat
  15. Prefix: '&a[&b{REP}&a]&r'
  16.  
  17. # Prefix for plugin system
  18. Prefix Plugin: '&a[&bRep+&a]&r '
  19.  
  20. # Disable join leave message
  21. Silent-JoinQuit: true
  22.  
  23. # Right Click Player to open GUI
  24. RightClick-GUI: true
  25.  
  26. # Cooldown use via Seconds
  27. Cooldown-Request: 3
  28.  
  29. # AnimatedNames on / off
  30. AnimatedNames-Tag: false
  31.  
  32. # Chat Fiture
  33. Chat-Fiture: true
  34.  
  35. # Reputation Cooldown
  36. Rep-Cooldown: 86400
  37.  
  38. # Daily Point
  39. Daily-Point: 10
  40.  
  41. # Minimal Play Time
  42. Min-PlayTime: 3600
  43.  
  44. # Database [For bungee server set to MySQL]
  45. Database Type: MySQL
  46.  
  47. # MySQL Settings
  48. MySQL:
  49. Host: localhost
  50. Port: 3400
  51. Database: stadt
  52. User: root
  53. Password: Secret1
  54.  
  55. # When player get good/bad rep will launch command
  56. Rep:
  57. Good:
  58. Command:
  59. - ''
  60. Bad:
  61. Command:
  62. - ''
  63. Follow:
  64. Command:
  65. - ''
  66. Ignore:
  67. Command:
  68. - ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement