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.

    It works! Thank you so much!
  3. 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...
  4. 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
  5. Redblock6

    Join my server: mc.redblock6.com

    Join my server: mc.redblock6.com
  6. Redblock6

    hi

    hi
  7. Redblock6

    Shoot arrow at specific coordinate

    That works however I am now getting this error everytime I reload my skript. here is what it looks like in console: 04.06 17:48:39 [Server] INFO [Skript] Reloading mccore.sk... 04.06 17:48:40 [Server] ERROR The function 'trap2' does not exist. (mccore.sk, line 130: trap2(arg-1)') 04.06 17:48:40...
  8. 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...
  9. Redblock6

    Waiting for a response on my discord ban appeal :/...

    Waiting for a response on my discord ban appeal :/ https://forums.skunity.com/threads/discord-ban-appeal-redblock6-6091.11778/#post-50532
  10. Redblock6

    TehCore

    Thanks, I will try and work something out with my skript.
  11. Redblock6

    Level System

    I could do something like this tomorrow.
  12. Redblock6

    Script TehCore - 1.4 - Vanish

    ADDED PERMISSION FOR /core_set: tehcore.set ADDED PERMISSION FOR /setgameserver: tehcore.setgame ADDED /vanish (optional: player) - PERMISSION: tehcore.vanish (Once somebody is in vanish, nobody else can see them.)
  13. Redblock6

    Script TehCore - 1.3 - Kitpvp Gamemode

    UPDATED Scoreboard (MinemenClub, No server) ADDED Actionbar (No server) RENAMED Join Item (No server) ADDED Join Items (MinemenClub) ADDED No chat (InvadedLands: only if the game server "Hub" is selected) ADDED COMMAND /setgameserver (Hub, Kitpvp: only if the InvadedLands Core is selected) MINI...
  14. Redblock6

    Script TehCore - 1.2

    REMOVED Ranks ADDED Join Items (InvadedLands) ADDED Join Items (if you didn't select a server) UPDATED Scoreboard (MinemenClub and None) KEEP IN MIND This plugin is only meant for the HUB servers. UPDATED DEPENDENCIES will be posted on 4/11/2020 (it's late and I need to go to bed!) (MIGHT BE)...
  15. 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]...
  16. Redblock6

    Script TehCore 1.4

    TEH CORE The perfect copy of the MinemenClub and InvadedLands core plugin. FEATURES - Welcome message - Ability to change server versions fast - Scoreboard (Beta) - Basic core commands - /gm commands - Join sound IN-GAME COMMANDS - /store - /discord - /core_set [invaded or minemen or none] -...
  17. Redblock6

    Hologram with item under hologram.

    Will that add a floating item under it?
  18. 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
  19. 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...