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

    Solved Help With Variables

    Hi I have been having a problem with this part in my skript: else if block is stone: cancel event set event-block to bedrock give player {BlockAmount} cobblestone wait 5 seconds set event-block to stone it keeps sending "cant be added to player b/c the...
  2. M

    Solved Getting lore and setting value

    well this is awkward
  3. M

    Solved Getting lore and setting value

    well nvm, i fixed it!!! its this player block break speed not this block break speed
  4. M

    Solved Getting lore and setting value

    Fixed it ish now the problem is the atribute wont set on block damage: set {_MiningSpeed} to 0 if player is holding a pickaxe: set {_loreLine} to 2nd line of lore of player's tool set {_split::*} to split {_loreLine} by "&7Mining Speed:&a +" if {_split::2} is...
  5. M

    Solved Getting lore and setting value

    It worked correct but after i updated my server (and plugins) to 1.21 it does not work anymore on damage: set {_Prot} to 0 if victim is wearing a helmet: set {_split::*} to split 1st line of lore of victim's helmet by "Defence:&a +" set {_n} to {_split::2} parsed as a...
  6. M

    Solved Skript mining help

    Thanks! i was having a lot of trouble making it work and yes i have updated. :)
  7. M

    Solved Skript mining help

    I was wondering if its posible to make a block calculation like in hypixel (mining speed) the problem is i cant find any way to chang mining speed or block hardness. pls help
  8. M

    I dont know what i am doing wrong

    I keep getting the error that my craft it not working and it throwes this in console [SkBee] [Recipe] Current Item: 'Register new shaped recipe for {_wand2} (stick named Apprentice's Wand, as ch.njol.skript.aliases.ItemType) using ([[itemtype:iron ingot]], [[itemtype:stone block]]...
  9. M

    Solved I have been having problems with my skript

    So i have been making a minecraft server and this variable wont work set {bounty::%player’s uuid%} to 0 errors (full code) on first join: set {points::%player's uuid%} to 0 set {bounty::%player’s uuid%} to 0 on join: if {points::%player's uuid%} is not set: set...