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. nicolas toledo

    copy and paste like in world edit, but 1 block per tick or second?

    Hello guys, I would like to be able to copy large amounts of blocks like in World edit and paste but from block to block to save RAM and that the server does not break. example: I copy a square that contains 10,000 blocks and not paste it all at once, I want it to be pasted 1 block at a time for...
  2. nicolas toledo

    Solved PAPI problem and placeholder amount

    Hi guys, I am trying to detect the quantity of a placeholder and know if it is greater than a number. Here is the example of what I want to do, but it does not detect the number, however if I send a message with % {_ mana}% it sends the exact number of the amount I have at the moment. #does...
  3. nicolas toledo

    Solved How to change the lore of the last item obtained?

    Hello, I am looking for some way to change the lore of a newly obtained item. What I want is immediately after lifting the item to change a line of lore Try something like this but it doesn't work. on pickup: set {_l2::*} to lore of item loop {_l2::*}: if loop-value contains "&fCrit...
  4. nicolas toledo

    Can someone help me with this?

    I'm trying to lift an item from the ground to change its lore. The same thing I tried with the item in hand using "player's tool" and it works perfect, but the other change the lone in "{_item1}" does not work. It is the same code, I do not understand it. it does not work: on pickup: if...
  5. nicolas toledo

    Solved How to Delete and change the last line of the lore or a specific line?

    Hi guys! I'm making an item durability plugin. My problem is that I can't find a way to change a specific line of lore or the last line of lore. Always in the last line of the lore will be "durability" so I want to know how to delete and replace the last line of the lore or the specific line of...
  6. nicolas toledo

    How to regenerate a block with command?

    Hi! I am trying to make a custom mining plugin, in which with a command you can regenerate the previously mined blocks. I wish that when mining iron I could regenerate it later with a command
  7. nicolas toledo

    "on item damage" how to cancel item damage?

    Hi guys, I'm doing a MMORPG server and since I can't find plugins to change the durability of the items, it seemed like a good idea to make certain items have "chance%" to cancel the damage event of the event-item so that the items last longer Here is an example of what I want to do. on item...
  8. nicolas toledo

    Solved How to protect shulker box and specific drop?

    Hello, does anyone know how to protect a shulker box so that it is not stolen by other players? I want this: when a player puts a shulker box, he can only take it and not other players. I also want to know how to protect a specific drop and that only the assassin can take that specific item...
  9. nicolas toledo

    Solved increase the damage by % doesn't work

    Hello I have a problem. I want specific item to damage 50% more based on final damage. Therefore, a weapon that damages 100 should damage 150, but only damages 10 more hearts (110). also with any damage done (if the damage is 15 it also adds 10 damage). The weird thing is that "reduce damage...
  10. nicolas toledo

    increase or decrease damage by percentages

    Hello, I am having a problem! I want a player to have a specific item to damage 50% more based on the final damage caused. Therefore a weapon that damages 100 should damage 150, but only damages 10 more hearts (110). Weapon damage is controlled by the Heroes plugin, but I don't think it affects...
  11. nicolas toledo

    When installing an addon the folder is not created

    Hi guys, I tried everything, the version of the addon is compatible with Skripts and the version of my server (1.13.2). When I drop the addons in the "plugins" folder and start the server, the addon folders (for example SKQuery) are not created, there are no signs of loading errors, it simply...
  12. nicolas toledo

    How to differentiate 2 teams?

    Hi! I'm creating a server with two teams, but when a player from one team looks at a player from another team, they don't recognize if they are friend or foe. My question is .. is there any way to differentiate 2 teams? eg: change the color of the name (I tried but couldn't)
  13. nicolas toledo

    Solved (help) create 3 random drops from player inventory and blacklist

    Hello friends, I want to create a plugin for my server with scripts, but I am a beginner. I should not do to create a plugin that players on death drop only 3 random items from their inventory. I would also like to have a blacklist of objects that can never be dropped. thanks I hope you can help me!