Recent content by Trickered

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

    Droppable Cakes

    here it will tell how many piece left in item lore too on break: if event-block is cake: if block data tag "bites" of event-block is 0: drop cake at event-location stop if block data tag "bites" of event-block is 1: drop cake with lore...
  2. Trickered

    Prevent Block Behind The Item Frame from Breaking

    item frame is not the block its a entity i tested this it working fine on break: loop all entities in radius 1 of event-block: if loop-entity is item frame: send "&cThere is item frame there break it first!" to player cancel event
  3. Trickered

    Cant recgonise the type and cant understand Event

    in function() variables is already local so you have to just use function Brabra(player: player, wait: number) when you use it you can use {_player} and {_wait} command /generator <integer>: aliases: /gen, /itemspawner trigger: set {wait} to arg-1 Drop(player,arg-1)...
  4. Trickered

    player tools won't break when durability is 0

    Skript version: git-Paper-175 Author: Trickered Minecraft version: 1.18.1 Code: function overdrill(b: block, player: player): break targeted block of {_player} using {_player}'s tool loop blocks in radius 1.75 around {_b}: if loop-block is bedrock, barrier, end portal frame...
  5. Trickered

    make player can fly only in a own region area

    it seem to work better but the player still can fly when they leave their region like going to __global__
  6. Trickered

    make player can fly only in a own region area

    skript version : 2.6 author: Trickered minecraft version : 1.18.1 i was created a skript that can make player fly in owned region but i have a issue that i can't fix when player move to other region (the player is owned that that too) skript disabled his fly i using protection stone to let...