Jump to content

Ramina__

Member
  • Posts

    222
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Ramina__

  1. Well ive tried for the last 30 mins and ive got nowhere
  2. Ok im confused i cant get the cooldown to work command /kit [<text>]: cooldown: 30 seconds set {_remainingtime} to cooldown cooldown message "&4&lVelvetSurv>> &c&lWait {_remainingtime} Before using this kit again" trigger: if player's world is "ul_void_world_1": if arg 1 is "starter": message "&7&lStarter &7kit selected!" give 1 stone sword of unbreaking 3, sharpness 1 named "&7&lStarter Sword" to player give 16 steak to player give 3 golden apple to player give 1 enchanted golden apple to player equip player with chainmail Helmet of unbreaking 3, protection 1 named "&7&lStarter Helmet" equip player with chainmail ChestPlate of unbreaking 3, protection 1 named "&7&lStarter ChestPlate" equip player with chainmail Leggings of unbreaking 3, protection 1 named "&7&lStarter Leggings" equip player with chainmail Boots of unbreaking 3, protection 1 named "&7&lStarter boots" if arg 1 is "pro": message "&b&lPro &7kit selected!" give 1 iron sword of unbreaking 3, sharpness 2 named "&b&lPro Sword" to player give 36 steak to player give 6 golden apple to player give 2 enchanted golden apple to player equip player with leather Helmet of unbreaking 3, protection 1 named "&b&lPro Helmet" equip player with diamond ChestPlate of unbreaking 3 named "&b&lPro ChestPlate" equip player with iron Leggings of unbreaking 3, protection 1 named "&b&lPro Leggings" equip player with leather Boots of unbreaking 3, protection 1 named "&b&lPro boots" else: send "&4&lVelvetSurv>> &c&lYou are not in KitPvP" stop
  3. xD im so sorry tysm! Have a good day
  4. I just as soon as i added the world accessibility its broke and i cant fix it... command /kit [<text>]: trigger: if player's world is "ul_void_world_1": if arg 1 is "starter": message "&7&lStarter &7kit selected!" give 1 stone sword of unbreaking 3, sharpness 1 named "&7&lStarter Sword" to player give 16 steak to player give 3 golden apple to player give 1 enchanted golden apple to player equip player with chainmail Helmet of unbreaking 3, protection 1 named "&7&lStarter Helmet" equip player with chainmail ChestPlate of unbreaking 3, protection 1 named "&7&lStarter ChestPlate" equip player with chainmail Leggings of unbreaking 3, protection 1 named "&7&lStarter Leggings" equip player with chainmail Boots of unbreaking 3, protection 1 named "&7&lStarter boots" else: send "&4&lVelvetSurv>> &c&lYou are not in KitPvP" stop if player's world is "ul_void_world_1": if arg 1 is "pro": message "&b&lPro &7kit selected!" give 1 iron sword of unbreaking 3, sharpness 2 named "&b&lPro Sword" to player give 36 steak to player give 6 golden apple to player give 2 enchanted golden apple to player equip player with leather Helmet of unbreaking 3, protection 1 named "&b&lPro Helmet" equip player with diamond ChestPlate of unbreaking 3 named "&b&lPro ChestPlate" equip player with iron Leggings of unbreaking 3, protection 1 named "&b&lPro Leggings" equip player with leather Boots of unbreaking 3, protection 1 named "&b&lPro boots"
  5. Ive used it before for skript help and everyone has been supportive of it... Sorry to upset you i will swap to skript discussion!
  6. I just as soon as i added the world accessibility its broke and i cant fix it... command /kit [<text>]: trigger: if player's world is "ul_void_world_1": if arg 1 is "starter": message "&7&lStarter &7kit selected!" give 1 stone sword of unbreaking 3, sharpness 1 named "&7&lStarter Sword" to player give 16 steak to player give 3 golden apple to player give 1 enchanted golden apple to player equip player with chainmail Helmet of unbreaking 3, protection 1 named "&7&lStarter Helmet" equip player with chainmail ChestPlate of unbreaking 3, protection 1 named "&7&lStarter ChestPlate" equip player with chainmail Leggings of unbreaking 3, protection 1 named "&7&lStarter Leggings" equip player with chainmail Boots of unbreaking 3, protection 1 named "&7&lStarter boots" else: send "&4&lVelvetSurv>> &c&lYou are not in KitPvP" stop if player's world is "ul_void_world_1": if arg 1 is "pro": message "&b&lPro &7kit selected!" give 1 iron sword of unbreaking 3, sharpness 2 named "&b&lPro Sword" to player give 36 steak to player give 6 golden apple to player give 2 enchanted golden apple to player equip player with leather Helmet of unbreaking 3, protection 1 named "&b&lPro Helmet" equip player with diamond ChestPlate of unbreaking 3 named "&b&lPro ChestPlate" equip player with iron Leggings of unbreaking 3, protection 1 named "&b&lPro Leggings" equip player with leather Boots of unbreaking 3, protection 1 named "&b&lPro boots"
  7. I need a skripter for my boxmine server realy badly
  8. Ok it woks thanks SO MUCH!!!!!
  9. Ok i tried but now when i use hex codes
  10. IM sorry it works but now anything not a hex code wont worrrk xD just tell me if you don't want to idm, I don't wanna waste ur time!
  11. Im so sorry im very dumb but do i leave (player's prefix) in?
  12. Like this xD?? function convHex(t: text) :: text: set {_t2::*} to {_t} split at "&##" set {_t} to "" delete {_t2::1} loop {_t2::*}: set {_word} to loop-value set {_char} to first 6 characters of {_word} replace {_char} in {_word} with "" set {_t} to "%{_t}%<##%{_char}%>%{_word}%" return {_t} set {_pref} to formatted convHex(player's prefix) on join: clear player's scoreboard erase player's sidebar on script load: loop all players: clear loop-player's scoreboard erase loop-player's sidebar every tick: loop all players: toggle loop-player's scoreboard to true set title of loop-player's scoreboard to "&4&lVelvetSurv" set line 11 of loop-player's scoreboard to "&b" set line 10 of loop-player's scoreboard to "&4&lRank&c:" set line 9 of loop-player's scoreboard to " &4&lRank&c: %{_pref}%" set line 8 of loop-player's scoreboard to " &4&lPing&c: &c%loop-player's ping%ms" set line 6 of loop-player's scoreboard to "&b" set line 5 of loop-player's scoreboard to "&b&lInformations" set line 4 of loop-player's scoreboard to " &4&lTPS&c: &c%rounded 1st element of tps%" set line 3 of loop-player's scoreboard to " &4&lOnline&c: &c%number of all players%&8/&c%max players%" set line 2 of loop-player's scoreboard to "&b" set line 1 of loop-player's scoreboard to "&4&lVelvetsurv.minehut.gg"
  13. And here is what i did on join: clear player's scoreboard erase player's sidebar on script load: loop all players: clear loop-player's scoreboard erase loop-player's sidebar every tick: loop all players: toggle loop-player's scoreboard to true set title of loop-player's scoreboard to "&4&lVelvetSurv" set line 11 of loop-player's scoreboard to "&b" set line 10 of loop-player's scoreboard to "&4&lRank&c:" function convHex(t: text) :: text: set {_t2::*} to {_t} split at "&##" set {_t} to "" delete {_t2::1} loop {_t2::*}: set {_word} to loop-value set {_char} to first 6 characters of {_word} replace {_char} in {_word} with "" set {_t} to "%{_t}%<##%{_char}%>%{_word}%" return {_t} set {_pref} to formatted convHex(player's prefix) set line 9 of loop-player's scoreboard to " &4&lRank&c: %{_pref}%" set line 8 of loop-player's scoreboard to " &4&lPing&c: &c%loop-player's ping%ms" set line 6 of loop-player's scoreboard to "&b" set line 5 of loop-player's scoreboard to "&b&lInformations" set line 4 of loop-player's scoreboard to " &4&lTPS&c: &c%rounded 1st element of tps%" set line 3 of loop-player's scoreboard to " &4&lOnline&c: &c%number of all players%&8/&c%max players%" set line 2 of loop-player's scoreboard to "&b" set line 1 of loop-player's scoreboard to "&4&lVelvetsurv.minehut.gg"
  14. Ok i tried it got rid off all indetion errors BUT there are 6 errors idk how to fix
  15. Ok i tried it got me to here BUT the hex codes arent surrounded by <>
  16. But if i use <##123456> it doesnt work in luckperms
×
×
  • Create New...