Advertisement
0123Atsuse

Untitled

Mar 19th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. # Maximum size of a party
  2. max-size: '4'
  3. # How long an invitation lasts in seconds
  4. # before it is automatically cancelled
  5. invite-timeout: '30'
  6. # Whether or not to remove players
  7. # when they disconnect
  8. remove-on-dc: 'false'
  9. # Whether or not to assign a new party leader
  10. # when the current one disconnects
  11. new-leader-on-dc: 'true'
  12. # Whether or not to use the scoreboard for
  13. # displaying party information
  14. use-scoreboard: 'false'
  15. # Whether or not only the leader of a party
  16. # can invite new members
  17. only-leader-invites: 'true'
  18. # Modifications to experience gained
  19. exp-modifications:
  20. # Modifier for the number of members
  21. # normally ranging from 0 to 1
  22. # 0 -> Full experience for all members
  23. # 1 -> Evenly split experience
  24. members: '0'
  25. # Modifier for the difference in level
  26. # between party members
  27. # Generally should be small decimals
  28. # (0 - 0.01 is a good range)
  29. # 0 -> No change in experience
  30. level: '0.01'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement