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. HeliumBoi

    How to loop dropped items inside of player's plot? [PlotSquared v7]

    Yea i was thinking like this. on drop (here is the real deal) if the player is on his own plot and if player has placed a gen collector, set a variable to the amount of the drop, delete the drop and add the set variable value to the variable of the gen collector(its gonna be virtual). that was...
  2. HeliumBoi

    How to loop dropped items inside of player's plot? [PlotSquared v7]

    i dont have gens its not for gen server. its a natural minecraft server like you plant crop for example cactus, you wait for it to grow (RTS-50, aka random tick speed) and it drops cactus, i want that cactus to be inside of a gen colllector(virtually, like in numbers not inventory type). another...
  3. HeliumBoi

    How to loop dropped items inside of player's plot? [PlotSquared v7]

    So i wanna make something called "Gen Collector" but im facing some issues, i see that skript doesnt have direc support for PlotSquared 7 and i was thinking if there is any addons. So for this thing "GenCollector" to work i need to loop every single items inside of player's plot so it gets...
  4. HeliumBoi

    Solved How to send a variable in chat?

    its more like this command /alchemy_xp: trigger: send "%{player_alchemy_level}%" to the player send "%{player_alchemy_max}%" to the player send "%{player_alchemy_xp_current}%" to the player
  5. HeliumBoi

    Solved how to make calculator in skript?

    Im sure this will work, didnt test it in game since im on phone. command /calc <number> <text> <number>: trigger: if arg-2 is "+": set {_n1} to arg-1 set {_n2} to arg-3 set {_r} to ({_n1} + {_n2}) send "&8[&bMATH&8] &6%{_r}%" to...
  6. HeliumBoi

    Script [Deleted] Anti-Cheat system

    Keep crying on uppercase letters, I see you're mad. I also know you failed to make a simple minigame. Skill issue tbh. Like its not even real or uploaded its just there for its name. I bet it sucked, thats why you had to take it down, I see. Its not ment for everyone bro.
  7. HeliumBoi

    fireball script

    maybe this will help? but it has little cosmetics. https://forums.skunity.com/resources/throwable-fireball.1700/
  8. HeliumBoi

    How to execute console command with ""

    it absolutely doesnt work like that, what are you trying to send on console anyway ?
  9. HeliumBoi

    Script [Deleted] Anti-Cheat system

    HeliumBoi submitted a new resource: Anti-Cheat system - Promoting integrity, safeguarding fairness: Upholding the standards against cheating. Anti Cheat. Read more about this resource...
  10. HeliumBoi

    Script [Deleted] Throwable Fireball

    HeliumBoi submitted a new resource: Throwable Fireball - New cosmetic based throwable fireballs Read more about this resource...
  11. HeliumBoi

    Solved How to hide enchant flag of item

    Thanks bro <3
  12. HeliumBoi

    Solved How to hide enchant flag of item

    I have this code that is working fine but it has the enchantment lore and I don't know how to get rid of it! command /test2: trigger: set {_i} to prismarine shard enchant {_i} with protection 1 give player {_i}
  13. HeliumBoi

    skript between not working

    i dont think that's enough information about your code to understand whats really is the problem. Your code seems eprfectly fine.
  14. HeliumBoi

    How to drop enchanted item ?

    So i have this code and it has error, it doesnt drop the item with given enchant protection 1. and I want the enchant to be hidden too but lmk if you guys know how to do that. on death of zombie: set {_randomvalue} to random number between 1 and 10 set {_deathvalue} to victim's...
  15. HeliumBoi

    Crypto isn't working :|

    I just wanna ask, is there other types of variables other than {test}, {_test}, {test::1::*}
  16. HeliumBoi

    Script [Deleted] ⭐ Cash Crops ⭐ Experience the next level of gen-farming with Cash Crops!

    HeliumBoi submitted a new resource: Cash Crops Experience the next level of gen-farming with Cash Crops! - Enhance your Minecraft farming experience and boost your virtual economy Read more about this resource...
  17. HeliumBoi

    Does skript support GeyserMC(Bedrock support)

    I have posted a huge skript project on spigotMc and people asking me if it works with geysermc ? any ides ?
  18. HeliumBoi

    Crypto isn't working :|

    I don't know, I'm new on this coding language. So I'm trying my best
  19. HeliumBoi

    Crypto isn't working :|

    They don't have ro right click, it works on all 3 clicks. It just not displaying how much crypto it's been mined.