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

    Script Disenchanter

    HeliumBoi submitted a new resource: Disenchanter - ✨ Disenchant your items safely & easily! ⚔️ Read more about this resource...
  2. HeliumBoi

    [Skript-Particle] I need help

    The syntax on (Here) for set scale of {_shape} to 2 * (scale of {_shape}) doesn't seem to work in the 'v1.3.4' version. Is there new syntax? Syntax error here:
  3. HeliumBoi

    Solved Where can i find the names of sounds for skript?

    A link would be appreciated:emoji_blush: Note! I need every single one, not just few.
  4. HeliumBoi

    Solved How to detect item's name (number value)

    I'm having issues with detecting the value of the bonus card i made to add to player's balance. I'm sure you already know what I'm trying to make so try your best please. Here's the code if you need to copy command /bonus <text> <player> <integer>: trigger: if arg-1 is "give"...
  5. 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...
  6. 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...
  7. HeliumBoi

    Script [Deleted] Throwable Fireball

    HeliumBoi submitted a new resource: Throwable Fireball - New cosmetic based throwable fireballs Read more about this resource...
  8. 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}
  9. 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...
  10. 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...
  11. 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 ?
  12. HeliumBoi

    Crypto isn't working :|

    Here the balance that was suppose to add 0.1 every 5 seconds isnt displaying on GUI command /cryptominer: trigger: give player a sponge with name "&b&lMiner" set {_player} to player's name set {_mined} to 5 on right click: if player's tool is a sponge with name...
  13. HeliumBoi

    Solved Per World Chat

    Have you guys tried to make or find per world chat for your server?:emoji_thinking: I tired many plugins and skripts from Forums and Spigot/bukkit plugins, they never seem to work.:emoji_pensive: My server is singular meaning I have 1 server with diffirent worlds. I actually need that kind...
  14. HeliumBoi

    Solved Simple chest collector not working!

    So I have this code right here that has one error, but I can't find it. Can someone explain ? on chest interact: if name of event-block is "&6&lCollector": set {_chest} to event-block set {_inv} to inventory of {_chest} set {_balance} to balance of player...
  15. HeliumBoi

    Solved I need help making a gen collector and need to make it so it works with essentials :)

    So the plugin is already ready here: CLICK I need to make a gen collector that can collect certain 1 block I set it to on my plot. Yes, I'm using plotsquared v7. So it has it's own currency named "fragments", I hate it because I can't see the baltop. Need to make it work with essentials. Btw...