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 Skript crashes server

    Ok, i havent really messed with vanilla GUI's ever. I have this, but it gives a error. Is it not correct? set slot 18 of {_P}'s current inventory to green stained glass pane named "&bChance &a$&e100,000" to run: Ok, i think i got it working. Thank you for your help! :)
  2. Mattllama987

    Solved Skript crashes server

    https://gyazo.com/6e27a44a4f2085bcc80cdcf50f3f5df5 https://gyazo.com/370f447de025c47a6aac045fbdcaa600
  3. Mattllama987

    Solved Skript crashes server

    That’s just the thing. I delete them, and the skripts won’t work. I’m using the latest version for them all. I have no clue what to do if I delete them.
  4. Mattllama987

    Solved Skript crashes server

    Hello all! So, i have a survival server, and i have lots of skripts. My server was on 1.14.4, and i updated to 1.15.2. When i updated, skript started to crash my server. When it was on 1.14.4, it didnt crash, and everything loaded just fine. But once i updated, it started to break my server. It...
  5. Mattllama987

    Solved Particles in a world

    Hello, im trying to make a particle spawn in a specific world, and im running into a small issue. When i execute this command, i get a error. I have tried SO many ways, and no matter what i do, it wont work. Does anyone know how to fix this? summon lava drip -45 81 41 50 50 50 1 100000 in world...
  6. Mattllama987

    Tuske crashes my server

    Hello, im on a 1.15.2 server, and Tuske is crashing my server right when the server is done booting up. Im running TuSKe 1.8.3-PikachuPatch-v3 now. Is there another updated version? I was on 1.14.4, and it was doing just fine. It started to break the server on 1.15.2 Thanks! ~Matt
  7. Mattllama987

    skripts braking in 1.15.2

    I think i know what might be causing the crash. Its my rankup skript. variables: {rankup::baron} = 5000 {rankup::earl} = 15000 {rankup::regent} = 75000 {rankup::knight} = 200000 {rankup::prince} = 450000 {rankup::king} = 1250000 on first join: set...
  8. Mattllama987

    skripts braking in 1.15.2

    Still crashes with that ver... :/
  9. Mattllama987

    skripts braking in 1.15.2

    I dont see 2.4.2, i only see 2.4.1
  10. Mattllama987

    skripts braking in 1.15.2

    What version do you think i should use with 1.15.2? But not i cant really remember what version i downloaded. So, it might be the bad version lol. I also updated the addons, and they are working fine. :)
  11. Mattllama987

    skripts braking in 1.15.2

    Hello all! Im having a pretty big problem with my server. My server was on 1.14.4, and i updated it to 1.15.2, and all the skript are breaking my server. When i restart the server, everything looks all good in the console. But when it gets to loading the skripts, it will be done, and then stops...
  12. Mattllama987

    Grow all crops faster

    I dont want to change the tic speed. It will make everything faster. and i only want the crops to grow. The tic speed will effect the breeding and trees growing. I only want the crops. I have Wheat, carrots and potatos done now. Im having trouble with the beets. Im not sure of the correct name...
  13. Mattllama987

    Grow all crops faster

    Hello, is there a way to grow all crops faster with out changing the tic speed? Im only trying to make the crops grow faster, and not trees, animals and other stuff. Is there a easy way to do this for all crops? Just to speed up the growth speed. I have the code here. Its very very messy and...
  14. Mattllama987

    Autofarmer

    Hello, im working on a Autofarmer, and im running into a small issue. When i place the hopper, it should set the blocks in a 5x5 area to farmland. It will set the blocks to farmland just fine. But i want to set the blocks above the farm land to wheat. When i place the hopper, it will replace the...
  15. Mattllama987

    Top 3 wont work correctly

    Hello, im working on a fishing skript, and when the contest is over, it should send the top 3 fishers with the biggest fish. But when the contest is over, it will send the most recent fish the player caught. So, lets say i caught a fish thats 12.43cm and after i go that fish, i caught another...
  16. Mattllama987

    Vixio code wont work

    Hey, im trying to get information on a website that talks about Covid-19. Im trying to get the latest new on the cases. The code i have now doesnt give errors, but it says <none>. Does anyone know why it says that? Skript Version: 2.4 Vixio Version: 2.0.4 Code: discord command !test...
  17. Mattllama987

    Solved Vixio. Show player skin in embed

    Hello, i need help with a little something. How can i display a players skin into a a embed in discord? I have never done anything like this ever. If anyone knows how to do this, can you please let me know? Thanks! ~Matt
  18. Mattllama987

    [HELP] Adding +1 enchant to an item

    Its working just fine for me. Are you sure you have a economy plugin, and vault installed? Can you also send me a list of your plugins?
  19. Mattllama987

    [HELP] Adding +1 enchant to an item

    Try this: Some of your indenting was off command /efficiency [<text>]: permission: efficiency.enchant permission message: [&c&l&!&f] You don't have permission trigger: if arg 1 is not set: if {wait.%player%} does not exist: set {wait.%player%} to...
  20. Mattllama987

    Solved Long lores crash my server

    Omg that might have fixed it! Ima test a few more things with it. Thank you :emoji_slight_smile: