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

    Toggle with an item

    Hello, I am trying to make a vote start feature where basically players can vote for the game to be started once at least two people have joined the game. However, the part where it changes your dye and stuff like that doesn't work. https://pastebin.com/T3b388Yr I am using Skript 2.2-dev36...
  2. Redblock6

    Solved Blocks, blocks, blocks.

    Hello, I am trying to make a skript so that you can only break blocks that you or another player has placed, and you cannot break any block that another player or you has placed. And I am trying to make it so that these blocks can be deleted, but not manually. This is the code I have so far...
  3. Redblock6

    Solved Detect if a player walks on a specific coordinate?

    How would I detect if a player walks on a coordinate, and then if they do, execute a command or something like that? I have Skript 2.2-dev36
  4. Redblock6

    Shoot arrow at specific coordinate

    Skript Version (do not put latest): Skript 2.2-dev36 Skript Author: Bensku Minecraft Version: 1.8.8 --- Full Code: Note: If the code is too large, feel free to use a pasting website (Pastebin or hastebin) Note: If a variable is being set in another script, but not shown, please explain how they...
  5. Redblock6

    TehCore

    TEH CORE The perfect copy of the MinemenClub and InvadedLands core plugin. Features: - Welcome message - Ability to change server versions fast - Scoreboard (Alpha) - Basic core commands - /gm commands - Join sound - Tablist - Ranks (Even more alpha) Commands: - /setrank [player]...
  6. Redblock6

    Hologram with item under hologram.

    Hello, I was wondering if it was possible if I could make a hologram that has a item under it, and when you touch the hologram it executes a command. Thanks, Redblock6
  7. Redblock6

    Trying to make /grant command

    Hi, I'm trying to make a grant command in Skript. I do believe its possible. Here is the code so far: command /grant: description: Grant players things usage: &e/grant permission: mcredblock.admin.grant trigger: open chest with 6 rows named "&e&lSelect a rank" to player...