Note: if you have the version 1.0.0 of the plugin please update now, (that version have a several permission error)
 
 Tired of searching a Spawn plugin but always have an extra features but you want just the spawn command? Try a 
Simple 
Spawn plugin!
 
 
Safe Minecraft Versions: 
1.8/1.20
 
 
Looking for more compatibility with 1.21? check the 1.21 version here! 
 
 
Features:
 - TP Cooldown (Customizable)
 - Command Cooldown (Customizable)
 - Customizable messages and prefix
 
 
Commands
 /spawn [sends you to the spawn coords]
 /spawn reload [reloads the config]
 /spawn set [saves the spawn coords]
 /spawn get <author/version> [get the author/version of the plugin]
 
 
Permissions
 simplespawn.admin
 simplespawn.commands.*
 simplespawn.commands.get
 simplespawn.commands.set
 simplespawn.commands.reload
 simplespawn.bypass.*
 simplespawn.bypass.cooldown
 simplespawn.bypass.tpcooldown
 simplespawn.notifyupdate
 
 If you like the plugin please rate with 5 stars ⭐️!
 
 Config:
 
 
 
  Code (YAML):
 
 
 
  
 Config
  :
   
  # Note: you can set this using /spawn set in the server
  
   
  # X: x position of your world
  
   
  # Y: y position of your world
  
   
  # Z: z position of your world
  
   
  # WORLD: name of the world of your server
  
   
  # YAW/PITCH: the rotation of the camera of the players (yaw 0 and pitch 0 is centered)
  
   
  # Cooldown is in seconds!
  
   prefix
  : 
  "&1&l[&3&lSimple&b&lSpawn&1&l]"
  
   teleport-message
  : 
  "%prefix% &fTeleported to the spawn!"
  
   teleport-error
  : 
  "%prefix% &cThe spawn doesnt exit!"
  
   no-permission
  : 
  "%prefix% &cYou dont have permission to do that!"
  
   on-cooldown-message
  : 
  "%prefix% &cYou should wait &e%cooldown% &cbefore use this command again!"
  
   cooldown
  : 120 
  #Seconds
  
   tp-cooldown-message
  : 
  "%prefix% &fTeleporting on 3 Seconds..."
  
   tp-cooldown
  : 60 
  #Ticks, example: 60 ticks = 3 seconds
  
   spawn:
  
     x:
  
     y:
  
     z:
  
     world:
  
     yaw:
  
     pitch
  :