Recent content by BrownMee

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

    How to check items in player inventory? Please Help

    if name of clicked item is "&cAky's Book": cancel event loop all items in player's inventory: if name of loop-item-1 is "&a☘ &eLullaby Box": loop all items in player's inventory: if name of loop-item-2 is "&a☘ &eSoul Flame"...
  2. BrownMee

    Custom player head textures

    I been messing around trying to make a code for a player head with tomato texture place on the floor but coudn't do it. Please help set {_pname} to...
  3. BrownMee

    Solved Inventory click 1.13+

    THANKS
  4. BrownMee

    Solved Inventory click 1.13+

    Im using skript mirror to disable clicking event on certain inventory name on InventoryClickEvent: if event.getView().getTitle() contains " Survival Book": cancel event But it disable my on inv click event as well... On inventory click: if name of clicked item contains...
  5. BrownMee

    Solved checking above player has a block

    I'm not sure how to check for player is in house or outside a house.. please help bump
  6. BrownMee

    How to detect above of the player is air?

    sorry, i wanna check the entire block above me is air or not? is that possible? i wanna make something to triggers it only when player is in house or shelter
  7. BrownMee

    Fake snow particles?

    Im trying to make fake snow particles falls from sky. How do I do that? show 40 SPELL_WITCH particles at location of player for player offset by 0, 0 and 0 at speed 0 doesn't work... Any idea? bump
  8. BrownMee

    How to detect above of the player is air?

    nope i tried and its actually like 100 blocks
  9. BrownMee

    How to detect above of the player is air?

    I don't want to check light level now. I want to check above is 3x3 above me is air or not
  10. BrownMee

    How to detect above of the player is air?

    if block 1 meters above event-block is air: is it possible to do 1 blocks above instead of meters?
  11. BrownMee

    How to set variable to blocks?

    on break of stone: chance of 100%: loop all blocks in radius 3 around player: add 1 to {_x} set {_x} to random integer between 1 and {_x} loop all blocks in radius 3 around player: add 1 to {_y} {_x} is {_y} set...
  12. BrownMee

    How to detect above of the player is air?

    How to detect if you are not expose to sunlight or moonlight?
  13. BrownMee

    How to detect above of the player is air?

    How do I test if above players is a block or is air?
  14. BrownMee

    Sprinting Stamina

    can u show me example of the code?
  15. BrownMee

    Sprinting Stamina

    Tried that but it only detects when u toggle sprint. So it can only deduct the hunger 1 time. any other idea? I tried my best working with sprint toggle. Doesnt works. I want it when player sprint it start draining the hunger bar. If stop it doesnt drain