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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. W

    Skill GUI issue

    Hello i am WiebeHero and i got 2 issues with my code for a advanced tsuke GUI. Now the first one is that on the first click on the specific item works but after that is just adds 5 to {AttackL} wich it is not supposed to do. The second one is that i can only click it once and NOT twice. I want...
  8. W

    2 Issues

    Well hello there i am WiebeHero and i am in need of help right now i have been trying stuff with nbt but it hasnt been working out so well im afraid... 1.The {_wantedItem} isnt really working out well because it doesnt apply the nbt to the item 2. The next issue is that i have been trying to add...
  9. W

    Solved There is no on equip event?

    Hello everyone i got a bit of an issue im working on my server on 1.12.1 and i got 1 of the newest versions of skript, but there is no 'on equip' event does anyone know why or if there is another event for it? Nevermind you need sharpsk for this XD
  10. W

    Armor Bars

    So we all know armor bars if you put on armor a bar of armor points show up above the health bar, we all know that. But i have been working on a skill system and i cant figure this out, i think we need an NBT expert here. I want to make it so for example: I have 2 points distrubuted in defense...
  11. W

    Skill Gui Lore issue

    So i have been working on a skill gui but some lore is not getting registered in the GUI itself its the AttackD Can anyone tell me why? Ty~ make gui 10 with iron sword named "&6Attack Damage" with lore "&7This will increase you're &6ATTACK DAMAGE &7that||&7You do to you're enemy!||&6Attack...
  12. W

    Setting a mobs max health and damage

    Hello so im new to spawners but im doing it with variabls :D XD well anyways i have been trying to figure out how to set a mobs damage and heatlh does anyone know? Thanks!
  13. W

    Atribute modifiers

    Hello everyone! Im trying to make a skill system wich well involves some stuff but i got an issue, the thing that im trying to do is this: I have an item that has 0.4 attack speed (-3.6) and i want to increase this with percentages now of course i know that it can be done with operation. But itl...
  14. W

    Skill GUI

    So i have been working on a skill gui with variables and stuff but there is a big problem i am facing right now. As i see i open the gui but it doesnt register the P in the format but if you click it once it registers. how can i make it so it always registers? on level change: add 2 to {p}...
  15. W

    Solved /faction map

    So i am making a faction plugin but it cant understand this one condition, can anyone help me with this? set {_chunk} to chunk at block {_y} blocks north {_x} blocks west of player
  16. W

    Faction skript

    Category: Facitons Suggested name: Factions/faction.sk What I want: I would like a faction plugin for my server with just basic faction stuff caliming and specific energy to claim and the faction has to be displayed like this [FactionName]%chat% Ideas for commands: /f create command /f...
  17. W

    Name's

    So when i join on my server there is always this <WiebeHero> How do i remove the brackets? And if anyone knows something about multiverse, how do you remove the world tag before your name? thx
  18. W

    Skill GUI

    So i am making a skill GUI that is featuring in contact of the GUI itself the code is pasted down below ^^ Now what do i do? make it a click then run string or does anyone know anything else? (The main thing im trying to do is make it so the iron sword named 0 / 100 goes to 1 / 100) command...
  19. W

    Name system

    So i am making a kind of naming system for a factions plugin but im a complete noob XD Does someone know how you set a name before your display name? PS: And if there is a faction skript tutorial leave link here ;)
  20. W

    Make custom leveling

    How would you make it that you would make your own leveling system with youre own needed leveling input? for example you need 600xp to level up from level 0 to 1?