-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yml
54 lines (54 loc) · 1.54 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Maximum size of a party
max-size: 4
#
# How long an invitation lasts in seconds
# before it is automatically cancelled
invite-timeout: 30
#
# Whether or not to remove players
# when they disconnect
remove-on-dc: false
#
# Whether or not to assign a new party leader
# when the current one disconnects
new-leader-on-dc: true
#
# Whether or not to use the scoreboard for
# displaying party information
use-scoreboard: false
#
# Whether or not to show levels in the scoreboard
# A value of "false" will show health instead
level-scoreboard: true
#
# Whether or not only the leader of a party
# can invite new members
only-leader-invites: true
#
# Whether or not to show debug messages
debug-messages: false
#
# The type of sharing to use for items retrieved by a party
# The options are:
# none | whoever picks up an item keeps it
# sequential | evenly distributes items received, breaking up stacks
# random | randomly distributes items, breaking up stacks
# sequential-stack | evenly distributes items received, not breaking up stacks
# random-stack | randomly distributes items, not breaking up stacks
item-sharing: none
#
# Modifications to experience gained
exp-modifications:
#
# Modifier for the number of members
# normally ranging from 0 to 1
# 0 -> Full experience for all members
# 1 -> Evenly split experience
members: 1.0
#
# Modifier for the difference in level
# between party members
# Generally should be small decimals
# (0 - 0.01 is a good range)
# 0 -> No change in experience
level: 0.0