minecraft server init
This commit is contained in:
21
config/realdrops.cfg
Normal file
21
config/realdrops.cfg
Normal file
@ -0,0 +1,21 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
# Allow players to automatically pickup items [default: false]
|
||||
B:"Auto Pickup"=true
|
||||
|
||||
# Toggles items floating on water [default: true]
|
||||
B:"Can Float"=true
|
||||
B:"Dupe Workaround"=false
|
||||
|
||||
# Render items the old way (Client Side Only) [default: false]
|
||||
B:"Old Items"=false
|
||||
|
||||
# Affects pickup accuracy tolerance [range: 0.01 ~ 1.0, default: 0.2]
|
||||
S:"Pickup Radius"=1.25
|
||||
|
||||
# Manual pickup distance in blocks [range: 1.0 ~ 5.0, default: 2.5]
|
||||
S:"Pickup Reach"=2.5
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user