Recent content by HonestlyPanda

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

    custom permissions...?

    ok...
  2. HonestlyPanda

    custom permissions...?

    does this require a plugin? is there a way to make it with just skript?
  3. HonestlyPanda

    custom permissions...?

    I made a mute chat skript but i want my admins to be able to chat without giving them op.... how would i do this??? heres my code: on chat: {mutechat} is true: if player is not op: #here is where the custom permission would be cancel event send action bar...
  4. HonestlyPanda

    Solved Help With on right click:

    Works! Thanks!!!
  5. HonestlyPanda

    Solved Help With on right click:

    doesn't work at all now. Not with 1, 2, or any amount
  6. HonestlyPanda

    Skript not working?

    command /test: trigger: say "ololololololol"
  7. HonestlyPanda

    Solved Help With on right click:

    I'm making a Mega Tnt but it doesn't work... how do I make it work with more than 2 tnt??? Heres code: on place: player is holding tnt named "&7[&4&lDeadly Tnt&7]": set {_loc} to location of event-block cancel event wait 1 seconds spawn 9 tnt at {_loc}
  8. HonestlyPanda

    How do I check if a block..

    doesnt work... theres no error message it simply doesnt place the block
  9. HonestlyPanda

    How do I check if a block..

    code doesnt work... on right click: {block.%player%} is true player's tool is a block set {_return} to player's tool remove 1 of {_return} from player make player swing their main hand summon armor stand at player set {_block} to last spawned armor stand add...
  10. HonestlyPanda

    How do I check if a block..

    ohhhhh so like i would do while condition: block under {_block} is not air wait a tick #do block placing stuff or something else im new(ish) to skript sry
  11. HonestlyPanda

    Whats wrong with this SkQuery skript??

    Thanks well... it works, but my server kinda broken. i tested out some things and now you can craft a diamond using 3 dirt... how do i remove??? i deleted the skirpt btw hello..>?
  12. HonestlyPanda

    How to shoot potions...?

    Didn't work... also, this is probs a dumb question, but how would i loop entities in a radius?loop all entities in radius 3 around player didnt work
  13. HonestlyPanda

    How to shoot potions...?

    I'm making magic wands... how do I shoot a potion??? shoot potion of instant damage at speed one didn't work
  14. HonestlyPanda

    How do I check if a block..

    i'm dum... do you mean something like "every 0.1 seconds:" or something else...?
  15. HonestlyPanda

    Whats wrong with this SkQuery skript??

    im trying to make custom crafting recipes.. whats wrong with this??? on load: register new shapeless recipe for dirt using air, air, air, air, diamond, air, air, air, air