Recent content by master_of_pooms

  • 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. master_of_pooms

    PVP Land Claiming Plugin

    now that i think about it you can just google it https://gist.github.com/Tulonsae/8db85fb032e1d02fbe6a7678507e87f4
  2. master_of_pooms

    Solved How to stop particles to bug

    I have no idea with particles so..
  3. master_of_pooms

    Strength Skript

    I didn’t read this carefully but it should be like loop amount of item in players hand
  4. master_of_pooms

    PVP Land Claiming Plugin

    I might be able to do it tonight
  5. master_of_pooms

    Please i need to use Skript variable in another plugin

    Yea. I don’t think skript had a functionality for this. If someone is looking, this is a suggestion for skript
  6. master_of_pooms

    SEND PACKET Open animation for chest

    Why are you doing this in Skript of all things. Just use Java. Wouldn’t you rather have 1 plugin instead of 4 + your skript.
  7. master_of_pooms

    load chunk

    Do this in Java or add a plugin for it. This is honestly beyond anyone here’s skript capability’s (maybe bae or Shane could do it)
  8. master_of_pooms

    Affecting fishing speed of a player

    I would not do this in skript…. Your gunna end up with 10 addons installed which I would rather have a plugin for it (or make my own plugin).
  9. master_of_pooms

    open inventory with 3 rows - Skript would not work

    I don’t use SkQuery and I find it a insult to human kind. The code you originally provided is skquery. And as I said, the code I gave was not tested and I’m sure it’s probably a indentation error that you can fix. If not send me the error so I can fix it
  10. master_of_pooms

    open inventory with 3 rows - Skript would not work

    Skquery guis suck………… Here’s a example about how to do a regular one: command /gui: trigger: open chest inventory with 3 rows named "&fExample GUI" to player wait 1 tick set slot 0 of player's current inventory to stone named "&7Stoney" with lore "&7Hi, My name is stoney!" on...
  11. master_of_pooms

    GUI Skript with buttons that execute commands

    Correct. For that example you need SkQuery. Aka the worst addon in the world that breaks everything. I would recommend this: on inventory click: if name of event-inventory is "my gui": cancel event This was not tested Then you could add this after canceling the event: if type of event-item...
  12. master_of_pooms

    Replacing not working

    For some reason replacing text is no longer working for me after updating my version of skript: on chat: replace all "bad" with "good" in message This does nothing.
  13. master_of_pooms

    Emoji skript not working

    on chat: replace all ":skull:" in message with ":emoji_skull:" It reloads with no errors but when I send :skull: it doesnt work
  14. master_of_pooms

    Solved Disable comments

    thanks
  15. master_of_pooms

    Solved Disable comments

    Whenever I reload my skripts. I get spammed with comments saying that in the future I need to use player's uuid instead of username. I dont care about these. How do I remove them?