Jump to content

Free /Title Skript *TUSKE/SkRayFall Required*


HeyItsmeblury

Recommended Posts

command /title [<text>]:
 trigger:
  if arg-1 is not set:
   open virtual chest with size 3 named "&eTitles" to player
   format gui slot 10 of player with name tag named "&eFree Suffix's" to run:
    player command "/title free"
   format gui slot 12 of player with name tag named "&e/Buy Suffix's" to run:
    player command "/title buy"
   format gui slot 14 of player with name tag named "&eFestive Suffix's" to run:
    player command "/title festive"
   format gui slot 22 of player with barrier named "&cRemove Suffix %player's suffix%" to close:
    console command "pex user %player% suffix """" " 
  if arg-1 is "free":
   open virtual chest with size 6 named "&eFree Suffix's" to player
   format gui slot 0 of player with name tag named "&8[&eS1&8] &cSuffix" to close:
    console command "pex user %player% suffix &8[&eS1&8]"
   format gui slot 1 of player with name tag named "&8[&dxD&8] &cSuffix" to close:
    console command "pex user %player% suffix &8[&dxD&8]"
   format gui slot 2 of player with name tag named "&8[&e&nNo&6&nSkill&8] &cSuffix" to close:
    console command "pex user %player% suffix &8[&e&nNo&6&nSkill&8]"
   format gui slot 50 of player with book named "&cRemove Suffix %player's suffix%" to close:
    console command "pex user %player% suffix """" " 
   format gui slot 48 of player with barrier named "&cBack" to close:
    player command "title" 
  if arg-1 is "buy":
   open virtual chest with size 6 named "&e/Buy Suffix's" to player
   format gui slot 0 of player with name tag named "&8[&a$$$&8] &cSuffix" to close:
    player command "suffix$$$"
   format gui slot 1 of player with name tag named "&8[&7&nFatal&8] &cSuffix" to close:
    player command "suffixfatal"
   format gui slot 50 of player with book named "&cRemove Suffix %player's suffix%" to close:
    console command "pex user %player% suffix """" " 
   format gui slot 48 of player with barrier named "&cBack" to close:
    player command "title" 
  if arg-1 is "festive":
   open virtual chest with size 6 named "&eFestive" to player
   format gui slot 0 of player with name tag named "&8[&aX&cM&aA&cS&8]" to close:
    player command "suffixxmas"
   format gui slot 50 of player with book named "&cRemove Suffix %player's suffix%" to close:
    console command "pex user %player% suffix """" " 
   format gui slot 48 of player with barrier named "&cBack" to close:
    player command "title" 

command /suffix$$$:
 permission: suffix.$$$
 permission message: &cYou Haven't Purchased This Suffix From /Buy
 trigger:
  console command "pex user %player% suffix &8[&a$$$&8]"

command /suffixfatal:
 permission: suffix.fatal
 permission message: &cYou Haven't Purchased This Suffix From /Buy
 trigger:
  console command "pex user %player% suffix &8[&7&nFatal&8]"

command /suffixxmas:
 permission: suffix.xmas
 permission message: &cYou Haven't Purchased This Suffix From /Buy
 trigger:
  console command "pex user %player% suffix &8[&aX&cM&aA&cS&8]"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...