-
Notifications
You must be signed in to change notification settings - Fork 33
/
config-instructions.yml
69 lines (69 loc) · 2.87 KB
/
config-instructions.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
general:
debug: false
#will check for a newer version and alert any OP when they login to the server
checkforupdate: true
#Set to true to only allow Vivecraft players to play.
vive-only: false
#The message to show kicked non-vive players.
vive-only-kickmessage: This server is configured for Vivecraft players only.
#Ticks to wait before kicking a player. The player's client must send a Vivecraft VERSION info in that time.
vive-only-kickwaittime: 100
SendPlayerData:
#Send player data to all clients with Vivecraft
enabled: true
CreeperRadius:
#Distance from a Vivecraft player before creeper starts to swell up (vanilla is 3)
enabled: true
radius: 1.75
setSpigotConfig:
enabled: true
#Increase these if you get rubber banding when teleporting.
movedWronglyThreshold: 15
movedTooQuickly: 64
pvp:
#Allows Standing VR players to Attack other Standing VR Players
VRvsVR: true
#Allows Standing VR Players to attack Non VR players
VRvsNONVR: true
#Allows Seated VR Players to attack normal players.
SEATEDVRvsNONVR: true
#Allows Standing VR Players to attack Seated VR Players
VRvsSEATEDVR: true
bow:
#Archery damage multiplier for Vivecraft (standing) users. Set to 1 to disable
standingmultiplier: 2
#Archery damage multiplier for Vivecraft (seated) users. Set to 1 to disable
seatedmultiplier: 1
#Headshot damage multiplier for Vivecraft (standing) users. Set to 1 to disable
standingheadshotmultiplier: 3
#Headshot damage multiplier for Vivecraft (seated) users. Set to 1 to disable
seatedheadshotmultiplier: 2
#Set if players can headshot mobs (only horizontal mobs)
headshotmobs: true
permissions:
#Permission group for Vive users
vivegroup: vive.vivegroup
#Permission group for non-Vive users
non-vivegroup: vive.non-vivegroup
#Permission group for vive users in free move mode.
freemovegroup: vive.freemovegroup
#Permission to override climb limitations.
climbperm: vive.climbanywhere
welcomemsg:
enabled: false
#Remove message to not send or set to nothing. ex: leaveMessage:
welcomeVR: '&player has joined with standing VR!'
welcomenonVR: '&player has joined with Non-VR companion!'
welcomeSeated: '&player has joined with seated VR!'
welcomeVanilla: '&player has joined as a Muggle!'
leaveMessage: '&player has disconnected from the server!'
climbey:
#Allows use of jump_boots and climb_claws. Provide with /give (player) climb_claws | jump_boots
enabled: false
#Sets which blocks are climb-able. Options are 'None': List ignored. All blocks are climbable. 'Include': Only blocks on the list are climbable. 'Exclude': All blocks are climbable except those on the list
blockmode: None
#The list of blocks for use with include/exclude block mode. use name or id. Specify data with :data. i.e. red wool is 'wool:14' or '35:14'. uses mojang block names, not spigot materials.
blocklist:
- wool:0
- dirt
- grass