Search results

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  1. Mattllama987

    Solved Lore deleting all other lores

    I messed around with it but then i put it back to how it was in the code above. :/
  2. Mattllama987

    Solved Lore deleting all other lores

    Do you mind showing me how to do it? Every thing i try, it just doubles the lore lol. Its just sooo close on working, but i keep messing it up lol. :)
  3. Mattllama987

    Solved Lore deleting all other lores

    Hello, i have a small problem ive been stuck on for a long time now. Im making a custom enchantment plugin, and i have the enchantments working. But when i add a lore to my pickaxe, and then add earthquake, it deletes all the other lores. Im not 100% sure why its doing this and im not 100% sure...
  4. Mattllama987

    Prison mine break whole layer

    Oh that worked! Thank you! :)
  5. Mattllama987

    Prison mine break whole layer

    Hello, i have a question. I have a prison server, and i want to have a enchantment to break a whole layer of the mine. I have i think most of it done. But the problem im having is, setting the north east south and west. Im not 100% sure how to do that. So can anyone help me make this happen...
  6. Mattllama987

    Lore changing

    Hello, im making a custom enchantment script, and im having a small issue. Im setting the lore to the players tool, with the correct custom enchantment "Explosive". But the issue im having is, how can I add multiple levels to the lore of the players tool? So like: Explosive 1, Explosive 2 ect...
  7. Mattllama987

    tuske custom enchantments

    Hello, I have a small question. Can someone explain to me how to apply custom enchantments to the players tool? I already have some enchantments on my server, but im not sure how to add them to my tools and armor? Thanks!
  8. Mattllama987

    Custom Enchantment levels

    Hello, I have a question about custom enchantments. Im currently making about 5-10 enchantments. But the issue im having is, when I try to add a enantment LvL 1-5, it just adds another lore instead of adding a level. Ill post the code I currently have now. But if someone can show me how to add...
  9. Mattllama987

    Solved Progress bar rankup

    Sure thing. https://gyazo.com/f0e9a750564a23e61c8b69235afafc9e
  10. Mattllama987

    Solved Progress bar rankup

    Sorry, I lied xD Its just when I rankup the first time, it cost really cheap. You can see how much money I have, and im able to rankup to B. It should cost $1450000 https://gyazo.com/fe15d13e220b03aa4be2cb76038551a9
  11. Mattllama987

    Solved Progress bar rankup

    Ohhh yes!!! But it doesn't cost the right amount of money. But besides that, its working fine. Thanks!
  12. Mattllama987

    Solved Progress bar rankup

    Thanks for helping me out, I really appreciate it! But I have a small issue. When I copy and paste what you have, this is what it shows https://gyazo.com/63e8a4f1f53dd7c05afefadae4d5044a And the last and final thing. When I get the right amount of money, the progress bar doesn't move to the...
  13. Mattllama987

    Solved Progress bar rankup

    This is the edited code. every 1 second: loop all players: set {_i} to min(round(loop-player's money / 39189) and 37) set {_txt} to " &bRank&7: &eA &a" loop {_i} times: set {_txt} to "%{_txt}%|" set {_txt} to "%{_txt}%&c" loop...
  14. Mattllama987

    Solved Progress bar rankup

    https://gyazo.com/ea821d7205beb12deb2b658a40860a63
  15. Mattllama987

    Solved Progress bar rankup

    For what I saw, of that example. It would loop the action bar, 37 times. I don't want that xD I just need a small easy way to make the progress bar. I like what you showed, small and easy. But the only thing it would do is loop the action bar.
  16. Mattllama987

    Solved Progress bar rankup

    Hello, I have a rankup script, and a progress bar. I want to know if I can make the code way smaller for the progress bar? I have a prison server, and the ranks go A-Z. But like I said, I have a skript to show a rankup bar, but I want to know if the code can be smaller? every 1 second...
  17. Mattllama987

    Solved Prison Bombs

    Hello, I have a small issue. I have a prison server, and im making bombs. When you throw one at the ground, it will explode. I want it to give the player the blocks that the explosion created, but im not sure how? I don't want to loop the blocks around the explosion. The reason why, is because I...
  18. Mattllama987

    Explosive fire charge

    Ohh sorry about that. Well thank you! I appreciate it! Have a good day.
  19. Mattllama987

    Explosive fire charge

    Thank you for getting back with me! But I have a small question. How can I make it shoot a fire charge? I tried make the player shoot a fire charge at speed 5 But it didn't work?
  20. Mattllama987

    Explosive fire charge

    Hello, im making a prison sever, and I need to make a bomb. Im trying to make it a fire charge. But im not sure how to shoot a fire charge from the player's inventory? If anyone know how to do this, please let me know. Thanks!