2020-11-24 12:49:01 +01:00
|
|
|
-- The physics override to apply when a player leaves a match (whether by quitting,
|
|
|
|
-- winning etc). This comes in handy for hybrid servers (i.e. survival/creative
|
|
|
|
-- ones featuring some minigames). If you're aiming for a full minigame server,
|
|
|
|
-- ignore this parameter and let the mod hub_manager supersede it =>
|
|
|
|
-- https://gitlab.com/zughy-friends-minetest/hub-manager
|
2020-12-12 20:30:03 +01:00
|
|
|
arena_lib.SERVER_PHYSICS = {
|
2020-11-24 12:49:01 +01:00
|
|
|
speed = 1,
|
|
|
|
jump = 1,
|
|
|
|
gravity = 1,
|
|
|
|
sneak = true,
|
|
|
|
sneak_glitch = false,
|
|
|
|
new_move = true
|
|
|
|
}
|