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

    Setline in file using Skript-Mirror

    I want to set a line in a file using Skript-Mirror The script I do have doesn't work... Skript Version: 2.5-alpha4 Minecraft Version: 1.15.2
  2. FusionCore

    Infoboxes

    Author: FusionCore Version: 1.0 Name: Infoboxes Infoboxes display information under chat The only other infobox I have made was in my SkNotepad resource This however allows you to make your very own. Make sure to read through all of this to understand! Dependancies: Skript (Duh) Json.sk...
  3. FusionCore

    SkNotepad [A notepad for servers]

    Author: TrueFusion Name: SkNotepad Depends on: Skript, Json.sk Json.sk - https://forums.skunity.com/resources/json-sk.23/ Usage: It allows you to use a notepad within chat that allows you to do some pretty cool things. Here is a preview: Setup: - Download the File - Get Json.sk if you didn't...
  4. FusionCore

    Solved Chat Input

    I want to make a command where it receives a name from the players next message. I tried but it just crashes. Example: Chat: Please enter a name Me: Test (Does not show up on chat.) Chat: Created Test That is what I want, but it doesn't work. Skript version: Skript 2.5-alpha3 Minecraft...
  5. FusionCore

    PrimeChat [Channels, Chatgroups, Antiswear, and more!] New and Free

    Author: FusionCore Name: PrimeChat Version: 1.0 Depends on: Skript, TuSKe Have any questions/bugs? Message me on discord @ TrueFusion#2022 Why is this better? Many Chat Plugins only allow you to set the chat for a few groups, or 1 channel, PrimeChat is MUCH more than that. - Unlimited...
  6. FusionCore

    PrimeChat [Channels, AntiSpam, Chat groups, and more!]

    Author: FusionCore Name: PrimeChat Version: 1.0 Depends on: Skript, TuSKe Have any questions/bugs? Message me on discord @ TrueFusion#2022 Why is this better? Many Chat Plugins only allow you to set the chat for a few groups, or 1 channel, PrimeChat is MUCH more than that. - Unlimited...
  7. 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
  8. 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?
  9. 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
  10. 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
  11. 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!
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...