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

    PrimeChat [Minor LuckPerms support]

    Name: PrimeChat Author: FusionCore Dependancies: Skript, TuSKe, LuckPerms Version: 1.0 Minor LuckPerms support To do: Create channels Set prefixes, suffixes, intercepters, and chat color for players. Anti-Swear System
  2. FusionCore

    Shiny player/minecraft head

    That doesn't work I tried
  3. FusionCore

    Optional Parameters

    OMG yes! Thank you.
  4. FusionCore

    Shiny player/minecraft head

    I've been making a GUI and tried to register shiny zombie head as an item, but doesn't work. Can someone explain to me why?
  5. FusionCore

    OlympianBan System

    Ever wanted a simple but amazing Punishment system? Well OlympianBan does that for you. Dependencies: Skript, SkQuery Permissions: Operator Status Commands: - /setprefix (prefix) - /ban (player) (reason) - /unban (player) - /mute (player) (reason) -/unmute (player) - /mutechat - /unmutechat
  6. FusionCore

    Optional Parameters

    I know but I want set parameters Like when you do /gamemode and pulls up Survival, Creative, Adventure, and spectator in a list.
  7. FusionCore

    Optional Parameters

    If I wanted to make a command with set, remove, and add And I wanted it to be in a list when I typed it in: set remove set /coins How would I do that? Edit: I inserted it into a code block because of indenting
  8. FusionCore

    Solved Hashtag in String

    I want to use a hashtag in a string but it is impossible because of comments. How do I do this? I use the latest version of skript!
  9. FusionCore

    Tetris Game not working :(

    Here is the code so far: function gameStart(p: player): set {isClosed.%{_p}%} to false if {isClosed.%{_p}%} is not set: set {isClosed.%{_p}%} to false open virtual chest inventory with size 6 named "&8[&7Sk&6&lTetris&r&8] &7Game" to {_p} format gui slot 45,46,47,48,50,51,52,53 of...
  10. FusionCore

    GUI "Wallpaper"

    You should reload TuSKe and put it back into your server files, because that's the only logical sounding thing I have. It would make sense too.
  11. FusionCore

    Scoreboard Isn't working

    For some reason my scoreboard sin't working even after I checked it. Can you help me??? Also, please I'm using SkRayFall, and I won't use skellet. ;-; loop all players: wipe loop-player's sidebar set name of sidebar of loop-player to "&3&mCliicker" set score...
  12. FusionCore

    Scoreboard help

    on join: loop all players: wipe loop-player's sidebar set name of sidebar of loop-player to "&bCliicker" set score "&8&m-&7&m-&3&m-&b&m-&3&m-&7&m-&8&m-" of sidebar of loop-player to 0 set score "&8Money&7: &f%{clicked.coins.%loop-player%}%" of sidebar of loop-player to 1...
  13. FusionCore

    GUI "Wallpaper"

    Is your Skript at 1.15.2?
  14. FusionCore

    GUI "Wallpaper"

    Did you download the plugin TuSKe? Thats what this runs on. Sorry I didn't say that before!
  15. FusionCore

    Solved Points System Setup | Help Please..

    This could go better in requests, but I could make it for you! :D
  16. FusionCore

    GUI "Wallpaper"

    You're using a mashup of TuSKe and Vanilla Skript GUIs so it should look more like this: This is the TuSKe verison btw! options: {@wallpaper.%uuid of player%}: white stained glass pane {@wallpaper.%uuid of player%}: orange stained glass pane {@wallpaper.%uuid of player%}: yellow stained...
  17. FusionCore

    Fantasy rock, paper, scissors

    Do you still need this command? I'm willing to do it!
  18. FusionCore

    Item with Variable

    Is there any way that you can replace an item with a variable like so: command /@buycmd: trigger: remove all gui slots of player open virtual chest inventory with size 3 named "&7Trees101 @aShop&7: %{shopselected2.%player%}%" to player format gui slot...
  19. FusionCore

    [PAYING] Games Plugin

    I don't do plugins, but I can do Skript packages.
  20. FusionCore

    /promote <player> [<arg 2>]

    command /promote [<player>] [<arg 2>]: permission: op trigger: player is set: arg 1 is set: arg 2 is set: if arg 2 is "default": if {default::*} contains %arg 1%'s uuid: send "&b%arg 1% already has this rank!" to player if...