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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. Radicc

    Rename broken blocks

    If i don't cancel it, name of tool or blocks will return none
  2. Radicc

    Rename broken blocks

    Nope, your skript doen't work and i fixed the variable. the closest i got was on place: id of event-block = 144 cancel event set {_name} to name of player's held item set {skull::%location of event-block%} to location of event-block set {skull::%location of...
  3. Radicc

    Rename broken blocks

    that is not the problem, i can cancel event and drop item but the item doesn't get a name when i do it that way either forgot to click reply so it removed the text when i did
  4. Radicc

    Rename broken blocks

  5. Radicc

    Rename broken blocks

    i still need to rename the dropped item
  6. Radicc

    Solved amount of item in inventory is not work

    if you just use event-item would that work? set {_n} to amount of event-item in inventory of player
  7. Radicc

    Check if a player is in a specific team

    you could do if {team.%victim%} is "color":
  8. Radicc

    Fishing Skript

    you could use on hand item swap event for the f key but note if the player sets the off hand keybind to something else it would not work because skript cannot detect key presses as it's a server plugin not a client mod or plugin
  9. Radicc

    Rename broken blocks

    But how would i check it's location when it was broken? When i pick it up event-item sends "player head item|s" and event-location would return location it was picked up not where it was broken
  10. Radicc

    Rename broken blocks

    i tried to make a skript with skulls and when you broke a skull it would rename it to the name it had before it was placed on place: id of event-block = 144 set {skull::%event-block%} to location of event-block set {skull::%event-block%::name} to name of event-block set...
  11. Radicc

    Disky permissions in a channel

    Does anybody know how to add and remove perms from a role in a channel? i search the docs and nothing works :/ My code:
  12. Radicc

    Solved Remove certain trades from villagers

    please only answear if you know how to fix it i got so hyped when i saw there was a answear
  13. Radicc

    Solved Creative inventory

    Thanks and sorry i dint see the docs link :D
  14. Radicc

    Solved Creative inventory

    i want SOME items to not be taken from the CREATIVE inventory. i also want to send a message to all players with a permission that says “%player% took %(dont know what to put herr)% from %event-inventory%”
  15. Radicc

    Solved Creative inventory

    i tried but there is no event for creative and i tried to send "%event-item% from %inventory name%" does not work!
  16. Radicc

    Solved Creative inventory

    I want to see what items players take from the creative inventory mostly bcause i want to see if anyone is abusing and bcause there is certain items i dont want to be spawnable with creative. Can anyone help? I HAVE searched the docs and i tryied to google it too :)
  17. Radicc

    Solved Remove certain trades from villagers

    Hi. I made so you cant craft harming arrows but you can still get them with a villager trade. Is there a way to remove the trade and keep the other trades? Skript version: 2.6.2