Recent content by NonicPvP

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

    Solved if loop-block is fire error?

    do you know it? loop all blocks in radius 3 of {_mol}: if "%loop-block%" contains "fire": set block at loop-block to air found a way around after so long and even more annoying how simple it actually was
  2. N

    Solved if loop-block is fire error?

    Hello I have this issue where "if loop-block is fire" does not function because of the "fire". I have tried: Using another block ("stone" for example) to test if the issue actually is the "fire" part. (it is) searching the docs joining the discord (I can't for some reason) using the ID for...
  3. N

    ! Make player damage targeted entity?

    Yes, that actually seems to function but requires Minecraft 1.15.2 or higher. I probably should have mentioned this is 1.8
  4. N

    Loop range??

    hello command numbers: trigger: loop integers between 10 and 20: send "%loop-integer%"
  5. N

    Solved i want to make it so when i right click an item it disappears

    elaborate.... but on right click: delete player's tool
  6. N

    ! Make player damage targeted entity?

    Hey:) I have this code and I would like to make the player damage the targeted player. Problem is that this code does not make the player the attacker, it just damages the targeted player as if nothing hit them I have tried: force player to damage entity of player by 4 make player damage...
  7. N

    Shoot arrow from loc at nearest player

    Hello. I can't get this to work, and you are allowed to change what I currently have or you can make a completely new skript for this to work. command /turrettest: trigger: shoot an arrow from {blueturret.1} at speed 1 nearest player command /settheturretblue: trigger...
  8. N

    My gui won't work

    Command /vs: trigger: open chest with 5 rows named "&2&lVagt Shop" to player wait 1 tick format slot 4 of player with gold helmet named "&7&lC-Vagt Hjelm" with lore "&a&lKlik her &a| Hjelmen koster | &a100$" to close then run [make player execute command "test"]...
  9. N

    Dropped Items Glow (With particle)

    Hello! I've tried some stuff to make this work, but I haven't figured it out. I've decided to ask you people. So, what I want is to all items that are dropped to glow. But, if the dropped item is named "commonar", then the glow should be white. (Cloud particle) If the dropped item is named...