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. Hyao

    Check for redstone updates around a block

    Hello! I'm trying to create custom TNT by using orange wool, and I was wondering if there's a way to detect if the block is recieving power somehow. Yes, I could check every 10 ticks or so for redstone blocks around it, but how can I check for on-buttons or on-levers, or even on/offline signals...
  2. Hyao

    Solved Last dropped item

    Using drop an ender pearl named "&fLoot Ball" at {_dropLoc} how could I then target that item? To, say, add variables to it? Last dropped item doesn't work, and last spawned entity doesn't want to work either. Any suggestions would be appreciated.
  3. Hyao

    Solved Loop all entities/blocks in a cone

    Thanks for the reply, but you're a bit late. I know how to make a failsafe ;)
  4. Hyao

    Named items in recipes

    So, using named items in recipes register new shaped recipe for red dye named "&fAlchemical Coal" using popped chorus fruit named "&fPhilosopher's Stone", coal, air, coal, coal, air, coal, air, air doesn't work. It either works with any item specified - named or not - or doesn't work at all. Is...
  5. Hyao

    Solved Armor stand location

    function spawnEntity(t : text, l : location, v: text): if "%{_t}%" is "crook": if "%{_v}%" is "1": spawn a chicken at {_l} set {_e} to last spawned entity clear all pathfinder goals of {_e} add pathfinder goal wander, speed 1 to {_e}...
  6. Hyao

    How to Animate scoreboard

    Ok, well, you need to indent 'stop' What happens now is that it just stops after the stop. You don't want that.
  7. Hyao

    How to Animate scoreboard

    Does that happen when ONE player leaves? EDIT: put if player is not online: stop before and after every 'wait'
  8. Hyao

    How to work around adventure mode "on left click"?

    Yeah, yeah, bad title, I had no other ideas. Basically: In adventure mode, clicking on blocks doesn't trigger the on left click event. (rightclick works) Is there a fix, or a workaround? I need something that works like adventure mode: - (preferably) no block borders - no block break...
  9. Hyao

    Solved ArmorStands and names (where did the old forums go?)

    There used to be a script called "MiniMe" that showed everyone really, really well, how to utilize every single feature an armor stand could provide within Skript, but it's gone, together with the old forums. :( Anyway, I was trying to name an armor stand, but I just can't seem to get it to...
  10. Hyao

    Solved Loop all entities/blocks in a cone

    Holy moly! That's genius! I haven't tested it, but I'm 97.5% sure this'll be exactly what I'm looking for.
  11. Hyao

    Solved Loop all entities/blocks in a cone

    Yeah, the 'deflection' is what I asked for. I wouldn't ask if I knew what I was doing, at least to some extent.
  12. Hyao

    Solved Loop all entities/blocks in a cone

    I'm trying to revamp the attack system in Minecraft by giving it a float. I want it so that every time a player left clicks, it sends out a cone-loop in front of the player, checking for entities and/or blocks. By blocks, specifically, I mean flower pots:emoji_wink:. What I'm looking for is...
  13. Hyao

    Stop TNT from igniting

    On Explode On Explosion Prime are two good features, but nowhere near what I'm looking for. How would I go about stopping TNT from igniting all together? That means no redstone activation, no flint and steel, it just acts as any other block. Or maybe it's something modifiable in bukkit itself...
  14. Hyao

    Name of item in inventory slot

    I'm struggling with finding the name of an item in an inventory slot. Here's what I have. I'm trying to create a special type of crafting, where you put 3 items in 3 different slots in a 1-line chest. (specifically slots 0, 2 and 8). How I'm going about this right now: Player clicks green clay...
  15. Hyao

    Solved What's wrong with this line of code?

    This is my line: open virtual inventory with size 9 named "Scroll Enchantment Table" to player EDIT: Seems no format inventory spaces work. SkQuery doesn't work either. I'll keep trying. This is my documentation: https://forums.skunity.com/threads/gui-manager-tutorial.2349/ These are my...
  16. Hyao

    Solved On death returns <none>

    I'm currently running Skript version 2.2-dev25 (bensku fork) and Spigot 1.9.4. On death works fine, but if I try to broadcast "%event-entity%" it returns "<none>" in the chat, no matter what entity it is. Any other way I can do or fix this? EDIT: "on death of X" works, just not "on death >...
  17. Hyao

    Solved 1.9 Particles

    Any type of addon particle I try to use seems to either return an error or doesn't work at all (doesn't show up). What's the best 1.9 particle addon/line to use? EDIT: default skript particles don't work either.