- + New Features Added
- + Cooldown and Customizable Message
- + Cancel Teleport on Move and Customizable Message
- + Enable or Disable Drop Items and customizable Message
- + Enable or Disable Interact and customizable Message
- + Enable or Disable JoinMessage (%User% Join the Game)
- + Enable or Disable QuitMessage (%User% left the Game)
- + Enable or Disable MobsSpawn
- Protected worlds for events
- Void To Spawn.
- Block Breaking.
- Block Placing.
- Food Change.
- Player Damage.
- Weather Change.
- Enable or disable event
- Enable or disable event messages.
- OpBypass Proteccions in config
- Download the plugin.
- Put SetSpawn.jar into the plugins folder.
- Start your server.
- Set spawn.
- Modify config.yml if you need
- Reload config
- /spawn - Teleport to spawn
- /setspawn - Set spawn
- /spawn reload - Reload config
- cmd.spawn ( Allows you to go to the spawn)
- cmd.setspawn ( Allows you to set the spawn)
- cmd.reload (Allows you to reload the config )
- cooldown.bypass (Allows bypassing cooldown you to go to the spawn)
Spoiler: Config
#
# +----------------------------------------------------------------------------------------------+ #
# | Name: SetSpawn | #
# | Author: _SpartanMX_ | #
# +----------------------------------------------------------------------------------------------+ #
# +----------------------------------------------------------------------------------------------+ #
Prefix : '&7 [&5Spawn&7 ] '
No-Permission : '&cYou don''t have Permissions!'
Spawn-Set : '&aServer Spawn Successfully Set!'
#Set the wait time to teleport to spawn
Cooldown : 5
Cooldown-Message:
Enabled : true
Message : '&7 [&5Spawn&7 ] &r&aTeleporting to the spawn in 5 seconds '
#Cancel teleportation if user moves
Cancel-On-Move:
Enabled : true
Enable-Message : true
Message : '&7 [&5Spawn&7 ] &r&cTeleportation cancelled you moved!'
#Message you receive when entering spawn
Spawn-TP:
Enabled : true
Message : '&7 [&5Spawn&7 ] &r&aWelcome to the spawn!'
Relaod-Msg : '&6Config reloaded.'
No-Set-Spawn : '&cSpawn is not set!'
#Send spawn when joining server or respawning
Send-Spawn-On:
Respawn : false
Join : false
# +----------------------------------------------------------------------------------------------+ #
# | EVENTS | #
# | | #
# +----------------------------------------------------------------------------------------------+ #
# +----------------------------------------------------------------------------------------------+ #
#
#Setting true to users with op can bypass protection
OpsBypass : false
#Allows you to block events and you can enable or disable messages
Cancell-Events:
Breack : false
Enable-Breack-Messages : true
Breack-Messages :
- '&7&m -----------------------------------'
- '&cSorry, but you can not breack blocks here.'
- '&7&m -----------------------------------'
Place : false
Enable-Place-Messages : true
Place-Messages :
- '&7&m -----------------------------------'
- '&cSorry, but you can not place blocks here.'
- '&7&m -----------------------------------'
DropItems : false
Enable-Drop-Messages : true
Drop-Messages :
- '&7&m -----------------------------------'
- '&cSorry, but you can not do this.'
- '&7&m -----------------------------------'
Interact : false
Enable-Interact-Messages : true
Interact-Messages :
- '&7&m -----------------------------------'
- '&cSorry, but you can not do this.'
- '&7&m -----------------------------------'
#Disable the default message when entering the server ("User" joined the game)
Default-Join-Message:
Disable : false
#Disable the default message when leaving the server ("User" left the game)
Default-Quit-Message:
Disable : false
#
Weather-Change:
Disable : false
Food-Change:
Disable : false
Player-Damage:
Disable : false
Void-Spawn:
Enable : false
Mob-Spawn:
Disable : false
# +----------------------------------------------------------------------------------------------+ #
# | Worlds | #
# | | #
# +----------------------------------------------------------------------------------------------+ #
# +----------------------------------------------------------------------------------------------+ #
Worlds-Protected-For-Events :
- 'world'
- 'hub'
- 'lobby'
Code (YAML):
#
# +----------------------------------------------------------------------------------------------+ #
# | Name: SetSpawn | #
# | Author: _SpartanMX_ | #
# +----------------------------------------------------------------------------------------------+ #
# +----------------------------------------------------------------------------------------------+ #
Prefix : '&7 [&5Spawn&7 ] '
No-Permission : '&cYou don''t have Permissions!'
Spawn-Set : '&aServer Spawn Successfully Set!'
#Set the wait time to teleport to spawn
Cooldown : 5
Cooldown-Message:
Enabled : true
Message : '&7 [&5Spawn&7 ] &r&aTeleporting to the spawn in 5 seconds '
#Cancel teleportation if user moves
Cancel-On-Move:
Enabled : true
Enable-Message : true
Message : '&7 [&5Spawn&7 ] &r&cTeleportation cancelled you moved!'
#Message you receive when entering spawn
Spawn-TP:
Enabled : true
Message : '&7 [&5Spawn&7 ] &r&aWelcome to the spawn!'
Relaod-Msg : '&6Config reloaded.'
No-Set-Spawn : '&cSpawn is not set!'
#Send spawn when joining server or respawning
Send-Spawn-On:
Respawn : false
Join : false
# +----------------------------------------------------------------------------------------------+ #
# | EVENTS | #
# | | #
# +----------------------------------------------------------------------------------------------+ #
# +----------------------------------------------------------------------------------------------+ #
#
#Setting true to users with op can bypass protection
OpsBypass : false
#Allows you to block events and you can enable or disable messages
Cancell-Events:
Breack : false
Enable-Breack-Messages : true
Breack-Messages :
- '&7&m -----------------------------------'
- '&cSorry, but you can not breack blocks here.'
- '&7&m -----------------------------------'
Place : false
Enable-Place-Messages : true
Place-Messages :
- '&7&m -----------------------------------'
- '&cSorry, but you can not place blocks here.'
- '&7&m -----------------------------------'
DropItems : false
Enable-Drop-Messages : true
Drop-Messages :
- '&7&m -----------------------------------'
- '&cSorry, but you can not do this.'
- '&7&m -----------------------------------'
Interact : false
Enable-Interact-Messages : true
Interact-Messages :
- '&7&m -----------------------------------'
- '&cSorry, but you can not do this.'
- '&7&m -----------------------------------'
#Disable the default message when entering the server ("User" joined the game)
Default-Join-Message:
Disable : false
#Disable the default message when leaving the server ("User" left the game)
Default-Quit-Message:
Disable : false
#
Weather-Change:
Disable : false
Food-Change:
Disable : false
Player-Damage:
Disable : false
Void-Spawn:
Enable : false
Mob-Spawn:
Disable : false
# +----------------------------------------------------------------------------------------------+ #
# | Worlds | #
# | | #
# +----------------------------------------------------------------------------------------------+ #
# +----------------------------------------------------------------------------------------------+ #
Worlds-Protected-For-Events :
- 'world'
- 'hub'
- 'lobby'
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.15
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
SetSpawn - Spawn on Join | Spawn on Respawn | Custom Protect Events is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.15. Downloaded 892 times (via Spigot). Download it and open it directly in the game.