Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Random Persistent Spawns
PluginMIT

Random Persistent Spawns

Random first time spawns, which then stay the same.

20
Downloads
0
Followers
7 months ago
Updated
📦
1
Versions
game-mechanicsmanagementsocialpaper
Download Latestv1.0.0View on Modrinth

📖About Random Persistent Spawns

book description

Random Persistent Spawns!

Do you want to make the game more fair and random?
Well now you can!
People will spawn randomly around the world, depending on your settings, but that spawn point is permanent unless it becomes dangerous or they reroll it or they join someone elses.

Players are able to share their spawns by doing:
/spawn share

also if they dont like it they can do:
/spawn reset

The plugin requires a permissions plugin

Luckperms is supported out of the box.

Commands and perms

Player Commands (/spawn)
Usage: /spawn

Description: Teleports the player to their currently set persistent spawn point.

Usage: /spawn reset

Description: Generates and sets a brand new random persistent spawn for the player (subject to cooldown).

Usage: /spawn share

Description: Sends a request to allowing them to adopt your current spawn location.

Usage: /spawn accept

Description: Accepts a pending spawn share request from , changing your spawn point to theirs (subject to cooldown).

Admin Commands (/rps)
Usage: /rps reload

Description: Reloads the plugin's configuration files (cooldown times, messages, etc.).

Usage: /rps spawn

Description: Teleports the administrator directly to the specified player's persistent spawn point.

Usage: /rps remove spawn

Description: Deletes the persistent spawn point for the specified player.

Usage: /rps set spawn

Description: Sets the specified player's persistent spawn point to the administrator's current location.

Random Peristent Spawns Config

config-ver: 0
debug: true
permissions:
  add_perm_command: "lp user {PLAYER} permission set {PERMISSION} true"
  remove_perm_command: "lp user {PLAYER} permission unset {PERMISSION}"

spawn_area:
  type: radius          # options: world (worldborder), radius
  amount: 5000           # radius size (ignored if type=world)
  min_y: 64              # minimum Y level allowed
  max_y: 80            # maximum Y level allowed

biomes:
  whitelist: []          # list of allowed biomes (empty = all allowed)
  blacklist:
    # --- Standard Ocean Biomes ---
    - "minecraft:ocean"
    - "minecraft:deep_ocean"

    # --- Cold and Frozen Ocean Biomes ---
    - "minecraft:cold_ocean"
    - "minecraft:deep_cold_ocean"
    - "minecraft:frozen_ocean"
    - "minecraft:deep_frozen_ocean"

    # --- Warm Ocean Biomes ---
    - "minecraft:lukewarm_ocean"
    - "minecraft:deep_lukewarm_ocean"
    - "minecraft:warm_ocean"
    - "minecraft:deep_warm_ocean"

share:
  enabled: true          # allow spawn sharing
  distance_radius: 100   # radius around shared spawn for friends
  max_share_amount: 3    # maximum number of times a player can share
  allowed_time_between: 1h   # minimum time between /spawn accept

spawn_reset:
  allowed_time_between: 1h   # minimum time between /spawn resets

kill_on_spawn_change: true

teleport:
  enabled: false         # /spawn teleport command
  delay: 5        # seconds before teleport executes

messages:
  share_invited: "You have invited <yellow><sharee></yellow> to share your spawn."
  share_invite: "<yellow><sharer></yellow> has invited you to share their spawn. <accept_button>"
  accept_button: "<click:run_command:/spawn accept <sharer>><hover:show_text:'<green>Click to accept</green>'><green>[Accept]</green></click>"
  share_accepted: "<yellow><sharee></yellow> has accepted your spawn share."
  share_accept: "You are now sharing spawn with <yellow><sharer></yellow>"
  reset_command: "<yellow>Your spawn has been reset.</yellow>"
  teleport_start: "Teleporting to your spawn in <yellow><delay></yellow> seconds..."
  teleport_complete: "You have arrived at <yellow>your spawn</yellow>!"
  admin_spawn: "Teleported to <player>'s spawn."
  admin_remove: "Removed <player>'s spawn."
  admin_set: "Set <player>'s spawn to your location."
  error_no_spawn: "<red>No spawn is set for <player>.</red>"
  error_no_bed: "<red>No bed found, using your persistent spawn.</red>"
  error_share_disabled: "<red>Sharing is disabled.</red>"
  error_share_limit: "<red>You have reached your share limit.</red>"
  error_invalid_player: "<red>Player not found.</red>"
  error_not_safe: "<red>Spawn was unsafe; it has been rerolled.</red>"
  spawn_look: "Looking for a <green>safe spawn</green> location..."
  error_reset_cooldown: "<red>You must wait <yellow><remaining></yellow> before resetting your spawn."
  error_accept_cooldown: "<red>You must wait <yellow><remaining></yellow> before accepting another spawn share."
  config_reloaded: "<yellow>RPS has been reloaded</yellow>"

👥 Team & Contributors

voogle
voogleOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paper
Minecraft Versions
1.21.10

🔗 Links

Modrinth Page