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

    Now, what are you waiting for? Join the community now!

  1. Gryphon2029

    i need help

    because it already exists
  2. Gryphon2029

    Solved Spawn Type

    If you mean the spawn entity, then use event-entity. Else if you mean why it spawned then use event-spawnreason. here is an example on spawn: spawn reason is reinforcements or breeding cancel event
  3. Gryphon2029

    SkBee Item NBT

    try something along the lines of this on right click: set {_n} to nbt compound of player's tool set compound list tag "Enchants" of {_n} to "Billionair1", "otherenchant", and "otherenchant2" if compound list tag "Enchants" of {_n} contains "Billionair1": send "hi" to player
  4. Gryphon2029

    SkBee Item NBT

    I saw something like this a bit ago but I would have to check.
  5. Gryphon2029

    SkBee Item NBT

    I would do set int tag "Billionair" of {_n} to (level of enchant) set {_lvl} to int tag "Billionair" of {_n}
  6. Gryphon2029

    adding cooldown to this

    just use item cooldowns https://skripthub.net/docs/?id=10157
  7. Gryphon2029

    adding cooldown to this

    just do the same thing?
  8. Gryphon2029

    Solved Levels SMP Weapons [Season 2]

    Very fun idea. I'll try it out
  9. Gryphon2029

    Solved Levels SMP Weapons [Season 2]

    nvm I found a little error, reload the page and the script above should work
  10. Gryphon2029

    Solved Levels SMP Weapons [Season 2]

    are you doing /givelevelsitems <your username here> xpbanisher
  11. Gryphon2029

    Solved Levels SMP Weapons [Season 2]

    requires skbee, I haven't tested so tell me if you want anything changed or if something doesn't work command /givelevelsitems <player> <string>: permission: * trigger: arg-1 is set arg-2 is set if arg-2 is "xpbanisher": set {_i} to unbreakable nether...
  12. Gryphon2029

    Use block displays as texture for custom items

    hopefully someone answers your question but I suggest you post this someone else like r/MinecraftCommands too :emoji_hearts:
  13. Gryphon2029

    The code keeps giving me indentation errors.

    pretty sure it doesn't show correctly on forums but you can throw the skript into skeditor go to tools > refactor > convert spaces to tabs. repaste it and it should be good to go. or just find the indentation error
  14. Gryphon2029

    1.8 Disguise

    see if this shanebee code works. # Simple Skin Changer # By: ShaneBee # This little snippet allows you to change a player's skin and their profile name # Requires: Skript-Reflect and Paper (I should hope you already have Paper) #! SET SKIN EFFECT !# # Player = the player who's skin is going...
  15. Gryphon2029

    Solved Levels SMP Weapons [Season 2]

    Seems like fun, I might get a script to you over this weekend
  16. Gryphon2029

    Scoreboard Variable Questions

    skript-placeholders
  17. Gryphon2029

    Prestige with an item

    add &f&l[&b&l%metadata tag "prt" of player%&r&f&l] to the start of the chatFormat options
  18. Gryphon2029

    Prestige with an item

    yea I liked it alot
  19. Gryphon2029

    Prestige with an item

    options: # MAX ACHIEVABLE PRESTIGE # SET TO -1 FOR NO LIMIT max-prestige: 5 function retrievePrestige(p: player) :: number: metadata tag "prt" of {_p} is set: return metadata tag "prt" of {_p} stop byte tag "PRT" of nbt compound of {_p} is set: set...
  20. Gryphon2029

    loop-player is not a world

    try using are enchanted with to try to get around syntax