1b55d26eea
* Player can allow all players to visit them * Player can ban/unban visitors, without changing their guest status (and thus bypassing the levvy) * Exiled players get punted back to their spawn on approaching exile location
17 lines
834 B
Plaintext
17 lines
834 B
Plaintext
rspawn.debug (Debug mode) bool false
|
|
rspawn.spawn_anywhere (Spawn anywhere) bool true
|
|
rspawn.kick_on_fail (Kick on fail) bool false
|
|
rspawn.max_pregen (Maximum blocks to pregenerate) string 10
|
|
rspawn.search_radius (Search radius) string 32
|
|
rspawn.gen_frequency (Spawnpoint generation frequency [seconds]) string 60
|
|
rspawn.spawn_block (Node to place under new spawn point) string
|
|
rspawn.levvy_name (Levvy itemstring) string "default:cobble"
|
|
rspawn.levvy_qtty (Levvy quantity) string 10
|
|
rspawn.kick_period (Exile kick check period) string 1
|
|
rspawn.exile_distance (Exile distance) string 64
|
|
rspawn.cooldown_time (Cooldown between /newspawn uses) string 300
|
|
rspawn.min_x (Westmost bounds) string -31000
|
|
rspawn.max_x (Eastmost bounds) string 31000
|
|
rspawn.min_z (Southmost bounds) string -31000
|
|
rspawn.max_z (Northmost bounds) string 31000
|