Jump to content

AHelpingCandy

Member
  • Posts

    91
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by AHelpingCandy

  1. Hello, you could always watch some of the minehut skripting tutorials at minehut's youtube channel or by clicking Here
  2. Well, um personally I skripted with mu friends for a awesome upcoming server but you may not care about it So mostly I've been doing a couple of beats here and there you know, because It's really fun!
  3. NIce to meet you all, I'm doing pretty well due to everything happening in life as you may know life is a wonder and everything matters. To answer your question, I'm doing pretty well.
  4. Amazing, in the future if this turns out to be fancy and relaxing to play, I'll consider spending my time on it, also name suggestion, here you go: Machined, Fuelied, Fueled and Fuelable
  5. Howdy, YoVxyr, how are you doing?
  6. variables: {glow.mode.%player%} = "False" command /glow: aliases: gl permission: glow.enable trigger: if player does not have permission "glow.enable": message "&8&l[&bCheckup&8&l] &7Sorry you dont have permissions to use &cGlow" stop if {glow.mode.%player%} is "False": message "&8&l[&bGlow&8&l] &7Glowing now enabled!" set {glow.mode.%player%} to "True" apply glowing to the player for 100000 seconds else: if {glow.mode.%player%} is "True": message "&8&l[&bGlow&8&l] &7Glowing now disabled!" set {glow.mode.%player%} to "False" remove glowing from the player
  7. What should I make for skript, I'll publish it here also.
  8. Was bored so I made this command /sudo [<player>] [<text>] [<text>]: trigger: if arg 1 is not set: message "Arg 1 not set!" stop else: if arg 2 is not set: message "Arg 2 is not set!" stop if arg 2 is "c:": if arg 3 is not set: message "Arg 3 is not set!" stop else: # This needs to be your chat format broadcast "&7[&c%arg 1%&7] &f> %arg 3%" stop if arg 2 is set: make arg 1 execute command "/%arg 2%" stop
  9. Will be using that method second time.
  10. Ehrm, why are you making a function anyways?
  11. Eh, Idk really know why, I was just bored and wanted to spend my time more..
  12. Had a bit of free time :// #---------------------------------------# options: # Name of your server. (This is the header) **CHANGE THIS** ServerName: &a&lWarfare&f&lMC &a&lAnnouncement # Color of the text (Color Code Only) Color: &f # Color of lines (Color Code Only) Lines: &e # Permission message PermMSG: &cNo Permission # No argument message PermMSG: &cUsage: &f/broadcast (message) #------------------------------------------------------------------------------------------------------------# command /broadcast [<text>]: permission: broadcast.use permission message: {@PermMSG} trigger: if arg 1 is set: broadcast " &8▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀" broadcast "" broadcast " {@ServerName}" broadcast " {@Color}%argument%" broadcast "&e" broadcast "" broadcast " &8▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀" if arg 1 is not set: message "&c&l<!> &cUsage: &f/bc <msg>" command /bc [<text>]: permission: broadcast.use permission message: {@PermMSG} trigger: if arg 1 is set: broadcast " &8▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀" broadcast "" broadcast " {@ServerName}" broadcast " {@Color}%argument%" broadcast "&e" broadcast "" broadcast " &8▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀" if arg 1 is not set: message "&c&l<!> &cUsage: &f/bc <msg>" #------------------------------------------------------------------------------------------------------------#
×
×
  • Create New...