Advertisement
Guest User

Untitled

a guest
Jul 19th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. # MarriageMaster BungeeCord Config File.
  2.  
  3. # Language Settings
  4. Language: en
  5. LanguageUpdateMode: Overwrite
  6.  
  7. # Send join info to pardner on player join/leave
  8. InformOnPartnerJoin: true
  9. # Delay in seconds
  10. DelayMessageForJoiningPlayer: 1
  11.  
  12. Chat:
  13. # If turned off the marry chat function will be handeld by the bukkit server (Private chat will only work if both players are on the same server)
  14. Global: true
  15. # Alternativ command to set the default chat to the marry chat
  16. ToggleCommand: 'ctoggle'
  17. PrivateFormat: '<heart> %1$s&r => %2$s: %3$s'
  18.  
  19. Home:
  20. # If turned off the marry home function will be handeld by the bukkit server (homes will only work if the player is on the same server as his home)
  21. Global: true
  22. # Disable delay on the bukkit server!
  23. Delayed: false
  24. # List of Servers where it's not posible to teleport from
  25. FromServersBlocked: []
  26.  
  27. TP:
  28. # If turned off the marry tp function will be handeld by the bukkit server (tp will only work if both players are on the same server)
  29. Global: true
  30. # Disable delay on the bukkit server!
  31. Delayed: false
  32. # List of Servers where it's not posible to teleport from
  33. FromServersBlocked: []
  34.  
  35. Database:
  36. # Disable UpdatePlayer in the plugin config of your bukkit server!!!
  37. UpdatePlayer: true
  38. # MySQL Settings must match the settings in your bukkit plugin config.
  39. MySQL:
  40. Host: REMOVEDFORSECURITY:3306
  41. Database: REMOVEDFORSECURITY
  42. User: REMOVEDFORSECURITY
  43. Password: REMOVEDFORSECURITY
  44. Tables:
  45. User: marry_players
  46. Home: marry_home
  47. Partner: marry_partners
  48.  
  49. Misc:
  50. Metrics: true
  51. # Only Downloads the update to the "updates" folder. You will have to move it manualy or let you system move it in the startup script.
  52. # If turned off you still can use /marry update to download the update
  53. AutoUpdate: true
  54. DisableV2Info: false
  55.  
  56. # Config File Version. Don't touch it!
  57. Version: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement