minecraft server init

This commit is contained in:
2025-07-23 08:37:00 +03:00
commit ccf1f5f4d0
2460 changed files with 291551 additions and 0 deletions

21
config/realdrops.cfg Normal file
View 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
}