# options: buycraft: x discord: x serverip: x name: &3InBoxed &7| &bSeason 1 prefix: &8[&3InBoxed&8]&7 messageborders: &7&m &7&m &7&m &7&m &7&m &r autobcmsg1: &bDo &3/buy &bto get cool stuff and support the server! autobcmsg2: &bJoin our discord server with &3/discord! autobcmsg3: &bDo &3/ads &bto copy a advertise message! autobcmsg4: &bMake Sure to use &3/daily! # Spawn Command command /spawn: trigger: if {spawnloc} is not set: send "{@prefix} The spawnpoint isn't set, If you are an admin, set it by using &2/setspawn" to sender stop if {spawnloc} is set: teleport player to {spawnloc} send title "&2&lTravelling to..." with subtitle "&aSpawn" to sender apply blindness 1 to player for 4 seconds play sound "entity_experience_orb_pickup" with volume 0.5 to sender command /setspawn: permission: spawn.set permission message: You don't have permission to do this! trigger: set {spawnloc} to location of player send " You set the spawnpoint to your location!" to player # Setwarp Command command /setwarp []: permission: warp.set permission message: {@prefix} You don't have permission to do this! trigger: set {warps::%arg-1%} to location of player send "{@prefix} You set the location of &2%arg-1% &7to your location!" to player stop # Delwarp Command command /delwarp []: permission: warp.delete permission message: {@prefix} You don't have permission to do this! trigger: loop {warps::*}: loop-index = arg-1 delete {warps::%arg-1%} send "{@prefix} You deleted the warp &2%arg-1%" to player stop send "{@prefix} That isn't a warp." to player on craft: cancel event send "&fCrafting &cis not allowed" to player on join: while player is online: apply night vision to player for 9999 seconds on join: teleport player to location at {spawnloc}