Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.x
1.19.x
1.18.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed Apache-2.0
Published 8 months ago
Updated 8 months ago
AdvanceRandomSpawn
Plugin to teleport players who first play on the server. I made this plugin so that players on the server don't gather near the world spawn point where this makes players meet each other. I try to spread them out so that the world can be explored further
config.yml
# AdvanceRandomSpawn
# enable: true
# Radius random spawn
# spawnRadius: 1000
# Support multi world
# activeWorlds:
# - world
# - 2b2t
# How many players can spawn beds?. default 1. value must be > 1
# max_spawn_beds: 3
# If true then player can spawn in the same bed
# default false
# share_bed: false
# I don't recommend to enable log when plugin is ok. because log will disturb console.
# But if there is any problem with plugin try to enable it and share screenshot to me.
# Default false
# log: false
# =================================================================================== #
enable: true
spawnRadius: 1000
activeWorlds:
- world
# - 2b2t
max_spawn_beds: 3
share_bed: false
log: false