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

    Solved How I do this?

    Nothing happens when you break the block
  2. Aidanete

    Wheat, wheat everywhere

    Okay, I will try it soon! Okay, it won't work, but it doesn't give me any errors, I'm using Skellet and the last skript version of a week ago
  3. Aidanete

    Solved How I do this?

    if {_rev} is 72: set block at {lnbp::%player%} to diamond block set {bstate::%block at %{lnbp::%player%}%%} to true on break: if {bstate::%event-block%} is true: strike lightning at {lnbp::%player%} wait 3 ticks kill the player strike...
  4. Aidanete

    Show a title to a player

    send player title "&9HEY!" with subtitle "&7You rule!" for 10 seconds Try this, you need SkRayfall to make this effect up here to work!
  5. Aidanete

    Wheat, wheat everywhere

    And I'm wondering, how I can cancel an event whether the player jumps onto a planted farmland and it destroys the crop. I want this for my lobby, to make players unable to destroy crops jumping, breaking them or something like that, I know how to cancel break events but I don't know any event...
  6. Aidanete

    Solved Checking Name and Lore of item before using it

    Nope, it should work also with lore, because you're only detecting the name of the item, if it's the correct name, the lore is invariably on the final result.
  7. Aidanete

    Solved Checking Name and Lore of item before using it

    Hmm... This type of things should work in the version I use that is the last fork for Spigot, so I don't know how that things work in Bukkit 2.1.2 You probably should wait to another one with some more experience on this to check this out.
  8. Aidanete

    Solved Checking Name and Lore of item before using it

    I don't know, because as you say it is used to work, but anyway: What version of Skript are you using (Don't say latest)?
  9. Aidanete

    Solved Grow tree not work

    Thank you, it worked
  10. Aidanete

    Solved Grow tree not work

    Here is my code: if {_rev} is 34: set the block below {lnbp::%player%} to grass grow oak tree at {lnbp::%player%} But the error is that skript don't understand the condition/effect: "Grow oak tree at {lnbp::%player%}"
  11. Aidanete

    Entity name for Experience Bottles

    Okay... How do I file an issue? EDIT: New Error: "::%player%} at speed 2" is not a valid item data
  12. Aidanete

    Gui help

    I don't understand exactly what you're trying to ask, but I think this will work. command /permisiuni: trigger: open chest with 6 row named "&cPermisiuni" to player wait 1 tick if {bought.we.%player%} is true: format slot 0 of player with redstone block...
  13. Aidanete

    Entity name for Experience Bottles

    if {_rev} is 25: set {_ait} to random integer between 1 and 7 loop {_ait} times: wait 1 tick shoot 1 experience bottle from {lnbp.%player%} at speed 2 downwards This code up here should shoot a random number of xp bottles...
  14. Aidanete

    Solved Spawn a pig named "Timmy"

    Thank you, it doesn't show errors but it don't spawn any pig. EDIT: Was my error, I put wrong the name of the variable that stores where it have to spawn, sorry, your code was correct
  15. Aidanete

    How I give the player a custom head?

    Ok thank you, tomorrow I will test it, today is too late at night, but I don't want to drop this without some feedback, tomorrow I will edit this post to say if it worked or not. Thank you all
  16. Aidanete

    Solved Spawn a pig named "Timmy"

    I want to spawn a pig named Timmy. Here is my code, please help! if {_rev} is 6: spawn a pig named "<light aqua>Timmy" at the player Error: Can't understand this condition/effect: ... ... refers to the effect of spawn a pig named Timmy Help!
  17. Aidanete

    How I give the player a custom head?

    The error log detects an error "It's not a valid item data". Why this happens? *Bump*
  18. Aidanete

    Solved How I can set an scoreboard?

    My idea is to make a scoreboard, I tried Umbaska stuff like in the Docs says but didn't work. Please, help!! My code: command /lobby-sb: trigger: create new simple scoreboard named "ACLobby" set display title for simple scoreboard "ACLobby" to...
  19. Aidanete

    Solved I want to create minigames with arenas but I don't find tutorials?

    Thank you very much! :emoji_laughing::emoji_laughing::emoji_grinning:
  20. Aidanete

    Help with armor repairing

    My idea is to make a little code that when a player attacks or be attacked tools and armor get repaired, and will never destroy. But I have a problem with armor on damage: attacker is a player: wait 1 ticks repair tool of attacker victim is a player: wait 1 ticks...