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

    Solved Line breaks not working

    Thank you.
  2. Parrothead

    Solved Line breaks not working

    Skript: Skript bensku-2.4-beta5 Paper: 1.14.4 Hi, I'm Updating my server from 1.12 to 1.14.4 and all of my lore line separators (e.x. '||' ) are broken. Example below. Using alternatives like '%nl%', '%newline%', and '\n' also give me no results. !give player sword with lore "Lore1||Lore2"...
  3. Parrothead

    Script Item Break and Repair

    Parrothead submitted a new resource: Item Break and Repair - Turns items into blocks that must be repaired before using again Read more about this resource...
  4. Parrothead

    Script Item Break and Repair 1.0

    Need help? post on the thread or PM me on Discord (Parrothead#8885) Hello, this is my second public script. I likely will never update this as I made it for my server and will likely diverge it significantly enough that updating won't be worth my time. FEATURES Turn items (specifically ones...
  5. Parrothead

    Solved Check status of attack cooldown?

    Awesome, thanks for the help!
  6. Parrothead

    Solved Check status of attack cooldown?

    I've been searching the docs for a way to view attack cooldowns of players but I haven't had any luck. Attack cooldowns are the windup time after swinging to achieve maximum damage. The expression I see that might be what I'm looking for is below but because the example is wrong I can't tell...
  7. Parrothead

    Potions

    How long ago was this? 1.9 Changelog:
  8. Parrothead

    Potions

    You need an addon that supports NBT. I tried my effect command ingame and it works.
  9. Parrothead

    Potions

    Potions need NBT in order to have specific effects. !give player 1 of potion with nbt "{Potion:""minecraft:leaping""}" Use that syntax.
  10. Parrothead

    Addon MundoSK

    Thank you so much! That was very informative edit: Is it possible to disguise mobs as players and then change their skin?
  11. Parrothead

    Addon MundoSK

    Hi, I was using your example on the first page to change a player's skin to one given by texture and value, but I can't seem to get it to work. Using this skin for reference (https://mineskin.org/105245). command /textureswap: trigger: set player's displayed skin to skin with...
  12. Parrothead

    Script Discord Trivia

    The token I used was just a demonstration one :emoji_slight_smile: tH15isarandomTokenIdG3ty0uRown = this is a randdom token id get your own Sorry for the late reply. I accidentally unwatched the thread.
  13. Parrothead

    Script Discord Trivia

    Parrothead submitted a new resource: Discord Trivia - Create and play trivia with your entire Discord! Read more about this resource...
  14. Parrothead

    Script Discord Trivia 1.00

    Need help? post on the thread or PM me on Discord (Parrothead#8885) Not everything is completed. Please read the todo section as well as the comments in the script to see if something is not done yet. Hello, this is my first public script. It is a trivia script that interacts exclusively with...
  15. Parrothead

    Cannot Use Statistics

    Skript: 2.2-Fixes-V9b Minecraft: 1.9 Some statistics (particularly specific statistics) are throwing out errors on my server. I can get simple ones like jumping and mob kills, but complicated ones like diamond blocks mined just don't work. The expression Player Statistics (linked below) works...
  16. Parrothead

    Replacement for RandomSK's 'Metadata' Expression (1.11.2)?

    I extensively used RandomSK's metadata expression for a ton of scripts, and I'm sad to learn that it isn't being updated for 1.11.2. Is there any other addon that replicates this or is going to incorporate it in the near future? Thanks.