Recent content by HeliumBoi

  • 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

    Help Drown

    Teleport them to water.
  2. HeliumBoi

    Plotsquared + Skript, how can I detect if a player is in a plot they own/are trusted in?

    Use PloSk add-on. It would look something like this: set {_owner} to owners of plot with id plot at <your event> location if {_owner} does not contain player: send "&cNot your Plot!" to player
  3. HeliumBoi

    Mobs spawn near player every 10 seconds

    Your script doesn't spawn any mobs at all, as indicated by this chain logic.
  4. HeliumBoi

    Script Disenchanter first release

    Bring balance and style to your Minecraft server with this custom-built Disenchanter GUI. This script allows players to safely remove enchantments from their items and transfer them into enchanted books – keeping survival gameplay fair, fun, and immersive. SkBee is required! ⚔️ Key Features...
  5. HeliumBoi

    Script Disenchanter

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

    Need help with sidebar skript!

    Where's the code ?
  7. HeliumBoi

    Coinshop Skript Help

    For you to make it, there should be a placeholder to get the player's balance and check it, or a custom addon could fix it. If you don't have either of those, you probably should remake the whole coin plugin on Skript. I have done this before, and it's very possible to do so with YAML files...
  8. HeliumBoi

    what addon would help me?

    Based on the provided information, the basics would be: SkBee, Skript-reflect, and Skript-packet. I'm not entirely sure what you mean by "imbuements" so I can't give you specific ones.
  9. HeliumBoi

    How do I set Item Stack Size

    1 stacked in a sense only single one? Here referring to stackable items?
  10. HeliumBoi

    Custom Resource Pack Emojis In Skript

    Not that I know of; I haven't worked with resource packs in a while.
  11. HeliumBoi

    Custom Resource Pack Emojis In Skript

    Skript has a higher priority than your resource pack. That's one issue.
  12. HeliumBoi

    a weird way to teleport players but it wont work

    I don't think Skript is the issue here, it's working perfectly fine on my server without being operator. You might wanna check the permissions. The code works flawlessly.
  13. HeliumBoi

    I'm back to skript after 2 years and want to re-know how to make stuff function with ores

    You can do on mine of iron ore: or alternatively on mine: if event-block is iron ore:
  14. HeliumBoi

    teleport player 15 blocks ahead and also not be in the ground

    check if you have the same command somewhere else; if so, then try changing the command. And this code doesnt run without Skript-Reflect, it shouldn't break it