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. 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...
  2. 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}
  3. 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
  4. 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
  5. HonestlyPanda

    How do I check if a block..

    Hey, I'm trying to make a block-throwing skript... Only problem is, you can place it in the air... How would I constantly check if the block under {_loc} is not air??? Heres my code: on right click: {block.%player%} is true player's tool is a block set {_return} to player's tool...
  6. HonestlyPanda

    How to check if tool is a block..? [SOLVED]

    I'm making a throwable blocks skript but I only want people to throw blocks... how can i check if the player's tool is any block? ("if player's tool is any block" didnt work)
  7. HonestlyPanda

    Solved giving armor stand items...?

    hey im tryina make a throwable sword and to make a flying sword i have an armor stand holding a sword.. i tried this: give {_sword} diamond sword doesnt work... how can i fix this?
  8. HonestlyPanda

    giving custom potions?

    how would i give the player a custom potion. for example: potion of levetation for 3 seconds
  9. HonestlyPanda

    spawning items...?

    how do I spawn a specific item?
  10. HonestlyPanda

    help with death cause

    how do i check what caused the player to die?
  11. HonestlyPanda

    Help With Closing GUI

    how do i close a gui? im making a kitpvp server and the gui to select works fine. but if people spam it they can glitch the gui into giving them 2 kits how do i close it?
  12. HonestlyPanda

    Help With Player Vars

    Im making a partical command for all players but my code doesnt work.. what is wrong with it?? command /raincloud: trigger: if {raincloud::%player's uuid%} is false: set {rancloud::%player's uuid%} to true send "&aRaincloud Enabled!" else if...
  13. HonestlyPanda

    Help With Partical Trails

    So I wanted to make a bazooka and I thought it would be boring without particles.. sooo, I wanted smoke and flames to trail an arrow. It just doesn't work. instead of trailing it, it doesn't do anything until i touch the arrow. THEN it makes particles. Here's my code: on right click: player...
  14. HonestlyPanda

    Help with loops

    hi i need to make a web shooter and it just doesnt work.. heres my code: on right click: player is holding cobweb named "&7Trap Shooter" loop blocks in radius 2 infront of player: set loop-blocks to cobweb what am i doing wrong?? i want to make only 10 blocks infront of the...
  15. HonestlyPanda

    chair skript problem help me please

    Hello. So I made a skript so that you can right click a stair and "sit" on it. My problem is that the armor stand is facing one way, so when I ride the armor stand im facing the way the armor stand is facing. this looks really bad and ! don't know how to fix it. I just need the armor stand to...