Recent content by chimchambi

  • 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 comminuty!

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

  1. C

    baltop

    So... as the titel say can someone plz make me a /baltop skript that gives a top 10 text message with essentials balance plz i have tried and tried and gave up... and yes i have search so plz someone finally for god and my sake... help !!!! <33333 i just want a simple /baltop skript that...
  2. C

    data not sving

    Hi. so this is not so mutch skript but rather everything with minercraft server... my server doesn't save players data, inventory, essentials bal and etc etc etc skript doesn't get saved and overall nothing get saved when player change name its like they are a new profile when they change name...
  3. C

    what is this in timings?

    Can someone tell me what this is in timings Skript::Task: ch.njol.skript.effects.Delay$1 (Single) Where do i have to look for in my scripts to reduce lag, plz give me all info i need thx <3
  4. C

    buycraft skript error

    Can you explain a bit more, where do i find this "settings".. what do i change.. where how who? :D
  5. C

    buycraft skript error

    command /bctest: trigger: broadcast "123" ?
  6. C

    buycraft skript error

    very simple its command /bctest: trigger: broadcast "123"
  7. C

    buycraft skript error

    i get this error when i try to execute a skript command thru buycraft error message https://hastebin.com/wofuqonoxo.coffeescript plz is there a way to fix it. I get 0 error when i load the skript and it works when i execute the command ingame by a player or console when i type it thru console
  8. C

    Check on mobdespawn

    Hi.. so like "on item despawn" is there a mob despawn check? if so how thx in advance <3
  9. C

    Solved convert auto uuid variable into a player name

    As the titel says, is it possible to convert a variable that contains player uuid into a player name? i have the %player% to make it so it makes it a uuid of player variable. But the only problem is when you try to make something like a top list the uuid is displayed. How do i make it so the...
  10. C

    Best skriptversion for 1.8.x - servers

    just a quick question. What do you think the best version of skript is best to use on a server with around 200-500 players playing daily. and server specs - Minecraft server 1.8.8 (paperspigot for now) - Dedicated machine 64gb - AMD Ryzen 7 3800X - 64GB - 2x SSD NVMe 960GB currently using...
  11. C

    Solved Item on ground name PLZ HELP

    well i couldn't have done it without you guys :D thx <3
  12. C

    Solved Item on ground name PLZ HELP

    well... i found out how: command /test: trigger: loop all dropped items in radius 30 around location of player: if "%item of entity loop-entity%" is "cactus": broadcast "cactus is on the ground"
  13. C

    Solved Item on ground name PLZ HELP

    I am not trying to get if there is item on the ground. I am trying to check what kind of item there is on the ground doesn't work. "loop-entity" is a dropped item, and because of that i can't check if the item is a hopper or something else... man its frustrating...
  14. C

    Solved Item on ground name PLZ HELP

    Mhh gives me an error when i am trying to use it "Can't understand this expression: items within loop-entity (test.sk, line 46: if "%items within loop-entity%" is "spawn_egg":')"