Jump to content

Ramina__

Member
  • Posts

    222
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Ramina__

  1. 1. Here is the code with /shiny; command /ie <text> [<text>]: aliases: /itemeditor permission: itemeditor.sk permission message: &cInsufficient Perms trigger: if arg 1 isn't set: send "&aUsage: &b/rename &f<text>" to player else: if player's tool is air: send "&bYou Need To Hold An Item To Rename!" to player if arg-1 is "name": set name of player's held item to colored arg 2 if arg-1 is "lore": set lore of player's held item to colored arg 2 if arg-1 is "clearenchants": disenchant player's tool if arg-1 is "shine" or "shiny": make player's held item shiny 2. Please don't necropost.
  2. 1. There is no permission. 2. Here is it with a permission added. command /rules: permission: Changeme! trigger: send "--------[RULES]------" to player send "&c&l1. idk" to player send "&c&l2. idk" to player send "&c&l3. idk" to player send "---------------------" to player 3. Please don't necropost.
  3. 1. Here is the file. 2. Please don't necropost Shop.txt
  4. Set the line to whatever you want and the variable to show it would be %{karma::%loop-player%}% or {karma::%player%} depends if you are using a loop or an 'on join' thing
  5. You don't need all the options, I just put them there to show you how to configure it!
  6. #Set the cooldown variable e.g '{test.cool.%player's uuid%}' to now when they run the command correctly. I hope this helped! options: prefix: &8[&7Test&8]&7 permission: test.run pm: Unknown command. Type ""/help"" for help! #Permission message ^^ ct: 15 seconds #Cooldown time ^^ command /test [<text>]: permission: {@permission} permission message: {@p} trigger: set {_test.cool} to difference between {test.cool.%player's uuid%} and now if {_test.cool} is less than {@ct}: send "{@prefix} You need to wait &8'&b%difference between {test.cool} and {@ct}%&8' &7before using this command again!" stop if arg-1 = "...": send "{@prefix} Hey, it worked!" set {test.cool.%player's uuid%} to now
  7. Oh I didn't know I could do that, thanks!
  8. command /dailyreward: trigger: set {_dr} to difference between {dr.use.%player's uuid%} and now if {_dr} is less than 86400 seconds: send "&7&l[&e&lDELAY&7&l] &cYou have already claimed this reward! please wait &7'&3%difference between {_dr} and 86400 seconds%&7'&c before using this command again." stop else: set {dr.use.%player's uuid%} to now give diamond to player send "Enjoy!" to player send "you already claimed your daily reward" command /resetdailyreward: permission: op permission message: &6No permission for that! trigger: clear {dr.use.%player's uuid%} send "daily rewards can be used again!" to player #Here!
  9. I don't need you to make me anything, but if you could help me make my skript work or let me know what addons I need for it to work! Pastebin: https://pastebin.com/RZ88U2F8
  10. I'm not sure if you need any addons but I don't know how to make the skript any differently sorry
  11. on damage: if attacker is a player: if victim is a player: if attacker is player: stop else: set {combattag} to 1 send "&cYou have combat tagged &4%victim%!" to attacker send "&cYou have been combat tagged by &4%attacker%!" to victim wait 15 seconds set {combattag} to 0 send "&aYou are not in combat anymore!" to attacker send "&aYou are not in combat anymore!" to victim on quit: if {combattag} is 1: kill player broadcast "&4%player% &cTried combat logging!" I'm sure this will work! But if not Lmk
  12. Well, TuSke is broken in the new update and I'm pretty sure that is the reason. I'm not 100% sure and I apologise if it is not the issue!
  13. TuSke is broken so I'm trying out Skript-Gui but I'm not sure how to format a gui slot with it (I.E I don't know how to use it at all ) So if someone could tell me how I would be grateful!
  14. Please don't necropost on a topic over 1 month inactive!
  15. Nooo, you don't need to credit me!
  16. I'm having a really bad time mentally and my life isn't going very well anymore I don't think I can get this done, sorry..
  17. well I cant test this because skript on my server is completely fucked sooooooooooo here is this: on death: if victim is a player: if attacker is a player: drop sunflower of protection 1 named "&eCoin" at victim
  18. Sorry, i'm just a bit caught up in the issues with my personal life and id rather not get into the details. It will be done soon I promise just not in 1-2 days. Sorry
  19. Here is a crate skript for crate servers or maybe a server with crates in it. Use it for whatever with no need to credit me I hope you like it! Pastebin: https://pastebin.com/3GJja6uj (The password is 1234)
×
×
  • Create New...