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

    Solved Platform Selection

    Greetings. My server allows for Java and Bedrock players to join, and this skript is aimed at giving them a permission group (through Luck Perms) that will help tailor their experience depending on what platform they are using. Note this will be for a lobby server that will affect the whole...
  2. ItsMCB

    Solved Block Speed Effect

    Hi there! I want players to have a swiftness three effect when they are in the world guard region of spawn and touching black concrete. It loads with no errors but doesn't work. Any ideas on how I can fix it? Thanks! every 2 ticks: loop all players: if "%region at all players%"...
  3. ItsMCB

    Silent Join/Leave for Staff Members toggle

    The goal of this script is to let staff members toggle their silent join/leave function. When on, normal players will not be notified when staff members who have this toggled on join or leave. When off, it alerts everyone like every other player. I'm really not sure what's wrong with this. I...
  4. ItsMCB

    GUI "Wallpaper"

    I'm trying to create an option that allows players to change their "wallpaper" for the Warp GUI. I can't get it to work. Can you please see what I'm doing wrong? Thanks in advance. options: wallpaper.%uuid of player%: white stained glass pane command /warpgui: permission...
  5. ItsMCB

    TimeGUI

    This free resource makes changing the time a breeze! /timegui This command opens the GUI that controls the current world's time. Permissions admin.timegui - Grants user access to the GUI. Dependencies Skript TuSKe Please let me know what you think of it. Thank you for viewing.
  6. ItsMCB

    Plugin Hider Plus

    Hello everyone! Do you not like the fact players are able to see YOUR PLUGINS? With this small script, you can change what the normal player will see. Here's how it works: Admins with the permission "admin.permission" (customizable btw) can view plugins, help, and other information. Players...
  7. ItsMCB

    Solved Enable/Disable Scoreboard with %loop-player% and %player%

    I'm trying to create a command that will toggle the scoreboard for that certain player. One player might want to play with it on while another might want it off. This gives them that option. I have gotten the enable and disable part of the code to work, but I'm not sure how I can fit it in with...
  8. ItsMCB

    Solved Citizens - Change Skin from URL

    Currently, you can change a Citizens NPC skin by a player's username. What I need is to be able to change a Citizens NPC skin to one hosted by a web URL. Is this possible? Thanks in advance.
  9. ItsMCB

    Solved Custom Farming Not Giving Item When Harvested

    I'm trying to make a custom food skript for my server. I can't figure out why the player isn't being given the item when it's harvested. on rightclick on soil: if name of player's tool is "&aCucumber Seed": if block above clicked block is air: remove 1 of player's tool...
  10. ItsMCB

    Points Leaderboard

    I've been trying to create a Points Leaderboard, I'm confused to what I'm doing wrong. command /egranking: trigger: loop {Points::%player%}: add 1 to {_size} if {_low.to.high.list::%loop-value%} is not set: set {_low.to.high.list::%loop-value%}...
  11. ItsMCB

    Solved Send attacker message

    How can I make skript message the attacker through on damage event? Things I have already tried: send attacker "&cSWORD ABILITY OVERLOADED! &fYou should use your ability (SHIFT + RIGHT CLICK)." message attacker "&cSWORD ABILITY OVERLOADED! &fYou should use your ability (SHIFT + RIGHT CLICK)."...
  12. ItsMCB

    Solved Freeze Player On Death

    I'm working on a skript where when a player dies, they would "freeze" for to seconds. I don't know why this isn't working, please tell me if you have any suggestions of fixing this, thanks. on damage of player: if damage > victim's health: cancel event send victim title...
  13. ItsMCB

    > 1001 Not working?

    Why is my code allowing the user's pickaxe level to go over 1000? I have looked this up and it seems like I'm doing the right thing. on mine: if player's tool is a pickaxe: if {_exp} > 1001: message "&cTOOL POWERUP OVERLOADED! &fYou should use your powerup (RIGHT CLICK)."...
  14. ItsMCB

    Item Regeneration

    I have been looking for a way to change item durability. I have found a forum post (https://forums.skunity.com/threads/item-durability.2731/) on the item taking no damage. Is their a way for a player to execute a command and add durability back into their item? Ex. If my diamond pickaxe has...
  15. ItsMCB

    Solved Confused..?

    I'm confused why Skript is spitting out this error. I'm sure this is something really simple that I somehow didn't know about xD command /music-nihilore-motionbblur: trigger: make player execute command "/jukebox music %player% {@music-nihilore-motionbblur}" Thanks for the help guys :D
  16. ItsMCB

    Custom Player Heads In GUI

    Is it possible to put a custom head into a chest GUI? I have been searching the forums but have't found what I an looking for. Here is the give code for the custom head. /give @p skull 1 3 {display:{Name:"Money...
  17. ItsMCB

    Script Admin TP

    ItsMCB submitted a new resource: Admin TP - A simple plugin that allows admins to teleport to players and make players teleport to them Read more about this resource...
  18. ItsMCB

    Solved Duplicating scoreboard items

    Skript Version (do not put latest): Skript 2.2-dev34 Skript Author: me Minecraft Version: 1.12 I'm having an issue with scoreboards where when things update it adds a new line instead of updating the previous one. every second: loop all players: if loop-player is in "world"...
  19. ItsMCB

    Solved Do script if in specific WorldGuard region

    Skript Version (do not put latest): Skript 2.2-dev34 Skript Author: Me Minecraft Version: 1.12.2 Hello, I was wondering if there was a way to make a script work for a player ONLY if they are in a specific world guard region. I know there is a way to do it with different worlds but because I'm...
  20. ItsMCB

    Make player auto-type in chat

    Skript Version (do not put latest): Skript 2.2-dev34 Skript Author: Me Minecraft Version: 1.12.2 I have been searching for ways to make players auto type a command but have found no luck and I'm wondering if its possible. Ex. There is a paper in a chest GUI thats called Msg. When a player...