#------------------------# # HardSpawn by Vegas # #------------------------# #------------------# # Konfiguracja # #------------------# options: # Coordy spawna z dokładnośćią x y z coordy: -1 75 1 # Co ma się pokazać graczowi który nie ma uprawnien do spawna msg: "Koordy spawna do x: -1 z: 1" # Alias do komendy /hardspawn bez "/" alias1: spawn #-----------------------------------# # Komendy (tu nic nie zmieniać) # #-----------------------------------# command /hardspawn: aliases: {@alias1} description: Komenda na spawna trigger: player has permissions "hardspawn.vip" execute console command "/tp %player% {@coordy}" stop else: send {@msg} to player stop #Enable: on Skript Start: send "" to the console send "&8--------------------------------------------------------------" to the console send "&8| |" to the console send "&8| &3HardSpawn by Vegas&8 |" to the console send "&8| |" to the console send "&8--------------------------------------------------------------" to the console send "&8Author: &2&lVegas" to the console send "&8Version: &71.0 Release" to the console send "" to the console stop