Recent content by Flowy

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

    Placed Block question

    on place of bedrock: set {block::%event-block%::%player%} to player set {block2::%event-block%} to event-block's location on rightclick on bedrock: if {block::%event-block%::*} is set: send "&2%{block2::%event-block%}%" send "&cOwner: &3%{block::%event-block%::*}%"...
  2. F

    Can't remove shield from inventory

    command /remove shield <player>: trigger: remove 1 shield from arg-1 I really didn't understand what you wanted :emoji_grinning: So I'm sending both command /remove shieldslot <player>: trigger: set slot 40 of arg-1's inventory to air
  3. F

    Can't mute / don't know about temp timers

    command /mute [<offline player>] [<text>]: permission: trypvp.mute permission message: &4Permission>&9 You do not have permission! trigger: if arg 2 is not set: send "&4Usage>&9 Command Usage: &c/mute <player> <reason> &4Admin" if arg 2 is set...
  4. F

    I need help with crafting

    on craft: wait 1 tick remove all event-item from player give player 1 of random items out of all items I think you can use this.. I tried and its worked. Thank you :)
  5. F

    Solved If using named item for craft , cancel event

    Thank you very much this worked! Thank you but i prefer skript :)
  6. F

    Solved If using named item for craft , cancel event

    if use item named "something" for craft , i want to cancel it can u guys help me please? like this: on craft wood: if using any log named "Something": cancel event