command /setbg [<text>]:
permission: set.bg
trigger:
if arg 1 is set:
if arg 1 is "north":
set {bg.north} to location of player
send "&8[&3BG&8] &cSuccessfully added &e&lnorth&8!"
if arg 1 is "east":
set {bg.east} to location of player
send "&8[&3BG&8] &cSuccessfully added &e&least&8!"
if arg 1 is "center":
set {bg.center} to location of player
send "&8[&3BG&8] &cSuccessfully added &e&lcenter&8!"
if arg 1 is "south":
set {bg.south} to location of player
send "&8[&3BG&8] &cSuccessfully added &e&lsouth&8!"
if arg 1 is "west":
set {bg.west} to location of player
send "&8[&3BG&8] &cSuccessfully added &e&lwest&8!"
else:
send "&c/setbg <north:east:center:south:west>"
if arg 1 is not "north" or "east" or "center" or "south" or "west":
send "&c/setbg <north:east:center:south:west>"