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

    Giving the player dyed a hex color

    So my line of code says: give player a leather chestplate dyed "##910000" named "&c&lDrRands Chestplate" with nbt compound "{Unbreakable:1b}" but it shows the error saying that it is not an item or an item type. Please can someone help me fix this! Edit: I have SkBee and SkQery installed
  2. E

    Applying custom generic_54 texture to specific gui

    So I've made a custom generic_54 file for the server texture pack but I want it only to open when I have custom guis, and have the normal texture when opening a chest. Please help :)
  3. E

    in-game command maker

    So I'm trying to make a command where you can make little commands like -hello or -diamond. And I have a good idea for it. My code is: command /command [<text>] [<text>] [<text>]: permission: command.maker permission message: "&4You can not run this command!" trigger: if...
  4. E

    Finding the owner of a skull

    So I am making a thing where you right click on a player's head, that player gets revived. I've made the revive skript but I need help with finding the owner of a skull. I was thinking I could use metadata but that gets reset on a server restart. Could I use NBT to store some data? loop all...
  5. E

    Server testing!

    EPIC BACKROOMS CHALLENGE I have recently finished my backrooms challenge for a minecraft server. There are a few tweaks needed in some places but we are open for testing. I have some problems that I will need help with later but if you would like to be part of testing this game, I will need...
  6. E

    Summoning an entity with nbt

    I need to summon text above a block and I'm using armor stands with custom names. But it says it doesn't understand the condition make server execute command. Here's my code: on place: if event-block is coal ore named "coal-generator": set {_coal.gen.loc} to location of event-block...
  7. E

    Separate loadouts

    So I am an owner of a minecraft server and I have many problems with my lifesteal code. The code works well but the hearts transfer across worlds. And so does the hotbar. I was wondering if it was possible to: when a player leaves the lifesteal lobby, there hearts go back to 10 and their loadout...
  8. E

    Disky report system

    So I have my code and everything looks fine but I can't find any tutorials on how to send messages on specific channel. I also thought it would be better to get help on here for embedds as well. My current code: Can anyone help?