Recent content by KingDooms

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

    Script Skript Files Hub - Bug fix

    forgot to change the version
  2. KingDooms

    Script Skript Files Hub

    KingDooms updated Skript Files Hub with a new update entry: Bug fix Read the rest of this update entry...
  3. KingDooms

    Script Skript Files Hub

    KingDooms updated Skript Files Hub with a new update entry: Super small update Read the rest of this update entry...
  4. KingDooms

    Script Skript Files Hub - Super small update

    + Added a new option, sorting system
  5. KingDooms

    Script Skript Files Hub

    KingDooms submitted a new resource: Skript Files Hub - Download Skripts directly into your scripts folder. Read more about this resource...
  6. KingDooms

    Script Skript Files Hub v1.0.1

    What is Skript Files Hub? Skript Files Hub (Also known as S.F.H.) is a Skript file that lets you download files easily into your scripts folder. All you have to do is load the data in and check the GUI to check any of the Skripts. It adds the command /skriptfileshub (or /sfh), which pops up a...
  7. KingDooms

    Results not set even tho they are?

    So making a random critical skript was kinda breaking, but at this point, idk what's wrong. {RandomCritDamag::%player%} is set as 110. A command telling the results says 110 but when actually using it with %attacker%, it doesn't work and it says it's not set. Code: - Not working: variables...
  8. KingDooms

    Vanilla GUI stealable glitch

    So there's a weird bug with vanilla GUIs where there's a way to take out items by SHIFTING + RIGHT CLICKING + CLOSING INVENTORY. I can't use TuSKe due to server problems, so is there any fix? command /test: permission: op trigger: open chest inventory with 3 rows named "§c§lTest" to...
  9. KingDooms

    How to disable a ton of certain blocks from breaking?

    So i'm trying to make it so when you "try" to break a block you don't have the tool for, it doesn't work, in this case it will be wood and when i mean wood i mean literally every single wood type, and there's over a hundred of em'. So how do I make it? This is what i've tried. command...
  10. KingDooms

    Can't set durability on a item?

    So i'm trying to make a forge to be able to repair a pickaxe, but everything works except the durability, the durability doesn't change, giving no errors but the rest of the code works. Any help? command /forgegui: permission: op trigger: open chest with 3 rows named...
  11. KingDooms

    Variables don't check other variables???

    So basically, I was making a cooldown command, incase any cooldown that I make gets stuck, but for some reason, it doesn't work. Basically how it works is it checks for any variable (that I manually insert) that is more than 0, we will call this a check, after 5 ticks, which should be enough for...
  12. KingDooms

    Script RPS Skript

    KingDooms submitted a new resource: RPS Skript - It's in the name, a rock paper scissors skript. Read more about this resource...
  13. KingDooms

    Script RPS Skript 1.1

    Skript made by me. Use /rps to check every command, there's also a guide there to learn what to do. This is just a fun skript that i made and since this is my first skript, expect bugs to happen. Requirement: - SkQuery 3.6.2 - Skript - Idk anything more lol
  14. KingDooms

    Doesn't damage players

    Didn't work :/
  15. KingDooms

    Doesn't damage players

    So im trying to make a sword that has multiple abilities, but one of the abilities damages everything except players but i want it to damage everything. Help? if {ShaggyWeapon::%player%} is 3: push the player up at speed 1.1 wait 16 ticks set...