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

    Anvils

    So i have this older skript and its not working anymore and i did read the docs but i cant get it to work, can some one help? command /stareforge: trigger: open virtual anvil inventory named "&6Star Forge" to player on anvil prepare: if name of event-inventory is "&6Star...
  2. M

    Solved Furnace Recipe Stuff

    So i'm working on a multi block script and i cant seem to figure out how to make it so only the multi block will take the item and no other furnace, any tips?
  3. M

    Script Tools Skript Parser

    Meggy_Mode submitted a new resource: Skript Parser - A new updated Read more about this resource...
  4. M

    New Skript parser

    Hello I am working on a new Skript parser and I need a Skript that has every different element and syntax for that element in it for testing purposes and I just don't have the time to work on both the test Skript and the parser can some one help plz?
  5. M

    What is this for and why?

    So I was looking through the github repo for SkBee and found that there is a checkers and pong game in the files? sure it is interesting, but why have I never seen this in the documentation? I even googled it and no one else has commented on it. any idea why? also anyone know how to run it in game?
  6. M

    parser stuff

    anyone else getting this issue with the parser?
  7. M

    Villager Trades

    I had a good idea for a skript where the player cant access blocks that haven't been traded for from villagers, so I looked at the docs and can't find anything really to allow editing of villager trades. I want to just stick with SkBee and Skript.
  8. M

    I need help with this

    I need help testing this small skript I made using skbee 3.6 I don't have access to a server environment so I cant manually test this. on load: set {shard-1} to prismarine shard named "&r&l&bIce Shard" with lore "&7A hardend shard of ice" register new shaped recipe for prismarine shard...
  9. M

    Im board and I want projects

    Im board and I want projects Post any suggestions, and I'll make them (probably).
  10. M

    Script Tools Skbee Crafting Recipe Generator

    Meggy_Mode submitted a new resource: Skbee Crafting Recipe Generator - Yay Recipes Read more about this resource...
  11. M

    Solved I need help

    I am working on a old project, and its a reasonably sized one. the problem that I have is the hearts wont calculate correctly. (may or may not be because im on bedrock) on join: if {points::%player's uuid%} is not set: set {points::%player's uuid%} to 0 set {points::%player's...
  12. M

    Solved Bounty System

    just wondering if there are any errors : ) on first join: set {bounty::%player's uuid%} to 0 on death of player: if {bounty::%victim%} is 0: add 1 to {bounty::%attacker%} send "Bounty: " and {bounty::%attacker%} else if {bounty::%victim%} is greater than 0...
  13. M

    skUnity Parser

    The parser is working 'fine' but it wont parse this: on load: set {bounty_} to 0 It is soooo annoying. Any idea what is wrong?
  14. M

    Umm my server is broken

    I was doing some skript stuff and my server was lagging a ton, so i looked in console and found this. anyone know whats wrong???
  15. 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...
  16. 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...
  17. 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
  18. 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]]...
  19. 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...