Disable Towny tp warmup
This commit is contained in:
parent
57b500bbd0
commit
9894078938
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ global_town_settings:
|
|||
# When set to true both nation and ally spawn travel will also require the target town to have their status set to public.
|
||||
is_nation_ally_spawning_requiring_public_status: 'true'
|
||||
# If non zero it delays any spawn request by x seconds.
|
||||
teleport_warmup_time: '60'
|
||||
teleport_warmup_time: '0'
|
||||
# When set to true, if players are currently in a spawn warmup, moving will cancel their spawn.
|
||||
movement_cancels_spawn_warmup: 'false'
|
||||
# When set to true, if players are damaged in any way while in a spawn warmup, their spawning will be cancelled.
|
||||
|
|
Loading…
Reference in a new issue