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

    compare player

    if player is {ready::*} set should be if {ready::*} contains player
  2. Luke_Sky_Walker

    filled map id

    Use this for setting NBT values of items: https://skripthub.net/docs/?id=10834.
  3. Luke_Sky_Walker

    player nametags

    I would not recommend doing this. Executing console commands using Skript is inefficient since there's so many expressions that you can use instead of it. I would instead recommend (This is assuming you have LuckPerms + TAB) simply setting the player's group/prefix (Which is a vanilla skript...
  4. Luke_Sky_Walker

    Change Biome of World

    You could probably achieve this with a datapack (It sounds like it should be possible with a datapack, could be wrong). If I'm wrong, you may have to use WorldEdit or some kind of building based plugin.
  5. Luke_Sky_Walker

    I want to make a block that moves with me

    You'll find this resource helpful! You can probably achieve this by summoning a display entity and locking it to the position of the player offset by a few blocks or so: https://skripthub.net/docs/?id=12346. As for right clicking, probably add nbt data to that summoned display entity then when...
  6. Luke_Sky_Walker

    Fishing indicator

    Your main issue though I believe is because you'd have to spawn it at the coords of the hook (Setting it manually ie set {_cord} to location of hook of event-entity). Also a better option for text that would be a tad less laggy would be using text displays (If you're running newer Minecraft). By...
  7. Luke_Sky_Walker

    Head that follows the player

    You could likely do this with block displays (I'm pretty sure block displays support custom heads).
  8. Luke_Sky_Walker

    Solved Cancel event for Zombie picking up dropped items

    Did some digging. The solution seems a little counterintuitive (Since event-entity doesn't work with on entity pickup). Check out the solution found in a similar thread here. You have to use event-creature I believe.
  9. Luke_Sky_Walker

    /Daily Command

    There is a cooldown option for commands and would allow you to write your code without any variables.
  10. Luke_Sky_Walker

    Make note blocks louder

    Firstly, when the song starts playing (Whichever event you have to run it), loop or get all the players in your region. After that, you can just play the note block song at the player.
  11. Luke_Sky_Walker

    Give players rank by a command- LUCKPERMS

    You can do it without needing to run a console command. Ie: set player's group to "GroupName".
  12. Luke_Sky_Walker

    1.21.5 Enchanted book skript help

    It's probably better to use the built in Skript expression to give items: https://docs.skunity.com/syntax/search/id:4978. Solution:
  13. Luke_Sky_Walker

    If beacon is activated

    https://skripthub.net/docs/?id=13319 Here
  14. Luke_Sky_Walker

    How to delete dropped items?

    It should be: if loop-dropped item is unbreakable. To check if it's unbreakable
  15. Luke_Sky_Walker

    KITS AND TELEPORT GUI MAKE SURE YOU USE THE /SETTEST COMMAND TO SET TP

    You can combine your if statements and use a loop to make your code a lot shorter (For giving the player items). Also, there isn't really any purpose to start a new line with the same event/functionality as that only adds lines to your code and longer code does not mean good code.
  16. Luke_Sky_Walker

    Internal error has occured while trying to preform your command or smth

    I agree with Meggy. You should check the docs. There's quite a few issues with your code, not only with sending titles/subtitles but readability issues. A lot of those problems can be resolved if you check the docs and do some research on how to optimize your code as currently, the code you have...
  17. Luke_Sky_Walker

    Subject: Help Needed with Skript Command

    I would make sure that your command is taking the proper values and applying them to your items properly. Ie: If argument 1 is a text and is meant for an enchantment, you won't be able to enchant an item with it without parsing it first. I would make sure you're parsing items/types properly. As...
  18. Luke_Sky_Walker

    World/Map Reset

    Save it as a schematic then with the right add-on, you should be able to reset it in intervals
  19. Luke_Sky_Walker

    Script Text Display Creator

    Luke_Sky_Walker submitted a new resource: Text Display Creator - text displays management Read more about this resource...
  20. Luke_Sky_Walker

    Script Text Display Creator 1.0

    Allows you to easily manage text displays in game (Currently unoptimized)! If you have any issues with this script, feel free to reach out to me either here or on Discord (@Luke_Sky_Walker). IMPORTANT: This resource requires SkBee. Commands & Usage: • /display [get]/[auto] – Gives you a...