Recent content by Merrical

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

    luckperms prefix in scoreboard

    I may not be up to date with any current updates, but there was never an _ to get that information. It was just %luckperms prefix of player%
  2. Merrical

    Villager Trades

    Do you mean not allowing access to blocks that haven't been (previously) obtained through villagers? You could probably do that with these events: 1. On trade select (might be outdated) 2. On player trade My idea is that you can update an nbt tag with the name of the last selected trade, then...
  3. Merrical

    I'm back again baby!!! Also I'm taking requests again ALSO I think floating pigs are cool

    I'm back again baby!!! Also I'm taking requests again ALSO I think floating pigs are cool
  4. Merrical

    Reset Block Break Stage

    Unless MorkazSk has been updated or you're running skript on an old version, nothing will work. I'd recommend using SkBee for block stages. *edit* I have an outdated custom mining resource if you want to take a look for things you can steal. I may update it
  5. Merrical

    Solved lore of item contains doesn't work

    My guess is that the event is what's wrong. Crops have really weird names and potatoes might not be the right syntax. I'd try things like `potato plant` If that's not the issue, try expanding the condition like this to see if it's just that syntax not working as intended: on break of...
  6. Merrical

    Unbreakable armor stands

    In the case this code does not work, try this version: command /armorstand: trigger: spawn armor stand at player set {_n} to nbt compound of last spawned armor stand set boolean tag "Invulnerable" of {_n} to true set nbt compound of last spawned armor stand...
  7. Merrical

    Unbreakable armor stands

    If you want to have an entity that is invulnerable, I'd recommend downloading and installing SkBee. Shane has created the ability to edit nbt compound, meaning the tags/flags an entity has, such as NoAI, Invisibilty, or invulnerability! If you then use the reference here for your code, you...
  8. Merrical

    Solved Damage Skript

    Try parsing the variable as a number.
  9. Merrical

    Xp Bar Progression

    Please put your request in skript-requests where it belongs.
  10. Merrical

    Help with making a ritual of dropped items which makes them go into a circle.

    Oh mb I forgot to send skript. I will within 30 minutes of this post
  11. Merrical

    Users cant place block

    Sweet nice find
  12. Merrical

    Users cant place block

    Is there any message that is sent when they break a block? Are you sure you have no scripts that use any of the events I mentioned?
  13. Merrical

    Help with making a ritual of dropped items which makes them go into a circle.

    I would use a vector(5, 0, 0) and rotate the yaw of it. I have a function you can use when I get home later
  14. Merrical

    Script GUI Code Generator

    I'm late to the party but this is crazy. It's so efficient as well! Definitely using xD
  15. Merrical

    Solved Giving permissions to player

    From what I know, using only skript with no extra addons, you cannot add permissions to the player. Are you using any addons?