Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for SkyX

Random Spawn when player first plays on server

Report AdvanceRandomSpawn?

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

command

help

Information

CategoryAdmin Tools
Published onSeptember 13, 2024
LicenseApache 2.0
Downloads57
Stars1
Watchers1

Pinned Versions

Members

Avatar for SkyX

SkyX

Owner