Jump to content

pnguin

Member
  • Posts

    960
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by pnguin

  1. Well ig i can wait another billion years to install a market package ;/
  2. pnguin

    Add-on Panel!

    Hi Trent. Whats with the thing that you cant install some Plugins/Market packages to your server anymore ;/
  3. Only annoying thing is i cant seem to be able to install any Market packages onto my server anymore
  4. If you have placeholderapi + Skript-Placeholders you can do set {_rank} to placeholder "%%your placeholder here%%" to player
  5. Do you have TuSKe installed?
  6. Wondering how you would clear the chat for lunar client then lol
  7. Well you can basically do %formatNumber({coins::%loop-player's uuid%})% for example
  8. Use this to format numbers/currency function formatNumber(n: number) :: text: set {_data} to "QT,18|Q,15|T,12|B,9|M,6|k,3" loop split {_data} at "|": set {_s::*} to split loop-value at "," {_n} >= 10 ^ {_s::2} parsed as number return "%{_n} / 10 ^ {_s::2} parsed as number%%{_s::1}%" return "%{_n}%" Check this post aswell for more info c;
  9. Custom Versions + Addon Panel since Trent announced that in the ATB
  10. Hey there! You could install the plugins and upload them into your plugins folder!
  11. pnguin

    Question

    You could use MultiverseCore to switch worlds
  12. Thanks for helping! Dw i can skript a tab my own c;
  13. I just need to know how to do it. I tried doing it and it just displays like %{test::%player's uuid%}%
  14. Use this command /kit [<text>]: cooldown: 30 seconds 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
×
×
  • Create New...