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

    Message Change Skript

    So, essentially, I want my messages to be someone akin to this: "SandyVerse &8» %message%" But, when using this as a rough outline options: P: &6&lUHC &8 » on chat: set message to "{Player} &8» %message%" I get "SandyVerse: {Player} &8» (insert message). Any help?
  2. S

    How do I make clickable text?

    As in, say I run /team invite <player> and they receive the message "<player> invited you to their team! Type /team accept <player> or click here to accept" How would I make the "click here" text run a command?
  3. S

    Solved Timebomb Clear Drops

    Using this options: Perm: uhc.staff P: &8[&4TimeBomb&8] C: &b H: &f Excluded: Spawn Force: 10 command /TimeBomb <text>: permission: {@Perm} usage: /TimeBomb <On:Off> trigger: if arg-1 is "enable" or "on": set {TimeBomb} to true...
  4. S

    Staff Chat aliases

    Using this #This skript is made by DerpyBadger, feel free to change the Messages/Colours. Thanks for downloading! Make sure to leave a review ;) <3 xo command /sc <text>: usage: &cIncorrect usage. Try, /sc [Message] permission: skript.staffchat permission message: &cYou do not have...
  5. S

    Border shrink checker

    Category: Border Shrink Suggested name: Border Shrink What I want: Essentially, using the Minecraft vanilla 1.8 border, I want a /checkborder to see what the border would be at currently (down to the last block, preferably). Ex: The border is at 752x752, when I run /checkborder, it shows that...
  6. S

    Ban GUI help

    Using this code command /bangui <text>: permission: ban.gui usage: /bangui <player> trigger: open chest with 3 rows named "&4Ban GUI" to player format slot 0 of player with diamond named "&bXray" with lore "&aClick this to ban a player for Xray!" to run [make player...
  7. S

    Solved Killboard argument help

    Using this code command /killboard <text> <text>: permission: {@perms} trigger: if arg-1 is not set: message "&7&oPlease specify an argument!" message "&7&oEx: /killboard name SandyVerse" message "&7&oEx: /killboard add SandyVerse"...
  8. S

    Killboard argument help

    Using this code command /killboard <text> <text>: permission: {@perms} trigger: if arg-1 is not "add" or "remove" or "name" or "off": message "&7&oPlease specify an argument!" message "&7&oEx: /killboard name SandyVerse" message "&7&oEx...
  9. S

    I can't get out of my pause screen while using Optifine

    So, whenever I run Optifine or Labymod on a single player world or a server, I always get 0 fps and can't leave my pause screen, this happens with every version of Optifine. Help!
  10. S

    Solved Create World Skript error

    So, using this code options: P: &8[&bServer&8] command /createworld <integer>: permission: skript.op usage: /createworld <radius> trigger: if arg 1 is a number: execute console command "/mvdelete UHC" broadcast "&a%command sender% &7is deleting...
  11. S

    Helpop List Mutes

    So, going from the other problem I had about helpop mutes, I'm having a problem having a mute reason saved for a helpop list. (https://pastebin.com/BR3iLcy1). Essentially, I want to see specific helpop mute reasons in /helpoplist. Could I have some help with this? bump
  12. S

    Solved Helpop Mute Skript

    How would I use this skript (https://pastebin.com/t0ejifUY) to add a helpop mute feature for a specific player? Ex: /helpopmute <player>: and /helpopunmute <player>. If someone could help me that'd be great, I have a rough outline on how I would do it, but what I'd do would just end up muting...
  13. S

    UHC Start Skript

    Category: Start/ PvP Suggested name: UHCStart.sk What I want: A UHC start Skript similar in actions like this (https://pastebin.com/qxfZYE1L) but visually like this (http://prnt.sc/ezjg7o) (http://prnt.sc/ezjgcz) Ideas for commands: /uhcstart (Time until PvP) (TIme Until meetup after pvp)...
  14. S

    Registering an enchanted tool recipe

    How would I call for an enchanted tool recipe when registering one? Ex: register new crafting recipe for iron pickaxe of efficiency 3 with (input here). bump bump
  15. S

    Disabling Potions Via Brewing

    How would I disable certain poton brewing via not being able to brew it? (Ex: I put blaze powder into the brewing stand, and it won't let me, saying that strength is disabled)
  16. S

    Hotbar saves

    So I'm trying to have people use custom hotbars and to configure it themselves. This is what I have so far, and the hotbars won't save at all. Any help? What I have: https://pastebin.com/pK6C5idS
  17. S

    Extended Potions

    Is there a way I can block extended potions (from using the redstone). Could anyone help me out here?