Recent content by WiebeHero

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

    Nbt splitting

    So this might be more of a MC thing, but i cant find anything to do this, let me explain my problem. I have skills on my server, and have a attack speed skill (1.9 combat) and i want to increase that by the amount that is on the weapon itself, however it will only register the attack speed...
  2. W

    Solved Random slot choosing

    Thanks! Got it!
  3. W

    Solved list variable contains

    clear {mutes::*}
  4. W

    Solved list variable contains

    So unmuting everyone is simple enough you just do this. However with the other thing i can not help sorry command /unmute: trigger:
  5. W

    Solved Skript Help

    There is no possible way to stop the wither without nbt tags. You should probably use citizens, or other mobs and apply slowness and weakness to them. Im using citizens myself and it works on mobs without you needing to have an extra addon.
  6. W

    Solved list variable contains

    So you need to have an event that cancels you from chatting let me give you an example. This is a raw sketch btw so it will not work with how ur code is right now. on chat: if {Mutes.%player%} is set true: cancel event send "&7You are muted! You are not allowed to talk!"
  7. W

    Solved Random slot choosing

    Hello everyone! Im Wiebie, and i got a little bit of an issue. I have been trying to make a skript for a lootchest that puts certain loot in the loop-block's inventory (The chest) But i cant put 1 thing down right, i want it to make it so that the items that are put in the chest, are put in...
  8. W

    Skdragon issues

    Clarify with an example please (I am very dumb im sorry)
  9. W

    Skdragon issues

    Oh thanks XD (Sorry im dumb) Nope i really dont get it be more specific, i said im new.
  10. W

    Skdragon issues

    Where do i put it?
  11. W

    Skdragon issues

    Hello everyone! So i am new to skdragon and cant seem to get rid of the particle effects i spawned in. I want them to stop but they just keep on going forever! Can someone help? Here is my code: on right click: if lore of player's held item contains "Midnight Shriek I": set...
  12. W

    Armor lore not updating

    Hello everyone, i have kind of got an issue with my code not working properly, so i would hope you lads got help me out with this. The thing here is it is supposed to update the lore of "Upgrade progress" but it isnt quite doing it so. When an entity attacks the player with the helmet it is...
  13. W

    Armor lore not registering

    Hello everyone WiebeHero here! So i have been working with tools and nbt and lore a lot and i wanted to try it out with armor! But sadly it didnt work out really, the thing is it loads no errors but it doesnt update the lore or do anything with it. What it is supposed to do is if you get above 0...
  14. W

    Gui Updating error?

    I literly explained it it doesnt show up as an error.
  15. W

    Gui Updating error?

    Hello i am WiebeHero and i am encountering an issue with my GUI Advanced off Tsuke. The ting is the first one called "Attack speed" updates both lines of lore just fin WITHIN the gui while it is open however at "Bow Damage" It doesnt update the first line of lore witch it should. Can you find...