format

  • 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. F

    Pass player entity via function and open chest

    Hello.. How to pass `player` entity via function and called under `open chest`? This works fine: ``` command /testButton: trigger: foo(player) function foo(player: player): send "FOO" to {_player} bar({_player}) function bar(player: player): send "BAR" to {_player}...
  2. F

    format gui slot doesnt work

    I tried making a menu, and when i try to foram a gui slot, it shows an error. error: code: command /gui: trigger: open virtual chest inventory with size 3 named "&4Parkour menu" to player format gui slot 0 of player with stone named "&6Easy parkour!" to run: send message "a" to...
  3. WhoCutTheCheese

    I want to format/set a slot

    I want to set slot / format a slot on this skript I just cannot figure out how on rightclick with clock: wait 1 tick open chest with 1 rows named "Server Selector" to player set slot 2 with ironsword It comes up with an error with what I currently have
  4. C

    Solved Cannot understand condition/effect of "format"?

    Here is my code: command /worldselector: trigger: open chest with 1 row named "&dChest selector" to player wait a tick format slot 0 of player with diamond sword named '&4KitPvP' with lore "&6Click to go to KitPVP" to close then run "kitpvp" format slot 1 of...
  5. D

    Need help for compass navigator

    Skript Version : Couldn't find it (but recent) Skript Author: Bensku Minecraft Version: 1.14.3 I'm trying to create a skript, which open a compass direction menu when you rightclick a compass: command /nav [<text>]: description: Pointer une boussole sur un endroit précis permission: nav...
  6. T

    Solved Help with chat

    Hey skripters, I wanna know how I add something to the thing when a player chats. So like I dont wanna cancel the chat event and customize the message but I wanna get the message that you would get always but add something in front of this. I wanna do this because I am using a plugin that adds...
  7. ShaneBee

    Script Alright ChatControl 1.0

    Alright ChatControl *IMPORTANT - Please see all dependencies below for proper installation* An alright system, to allow players to change the color/format of their chat. With the use of a GUI a player can select the color/format they would like to set for their chat. This color/format will...
  8. L

    Solved Creating GUI That Shows Heads Of Online Players

    I'm trying to create a moderator tool that allows me to view a GUI that shows me the heads of all online players, and then if I were to click on a head it would teleport me to that player. I haven't bothered trying to code the click/teleport function, because I am so far unable to get showing...
  9. D

    Solved Add durability to tools in menus

    Minecraft Version:1.8 --- Full Code: command /mmenu: trigger: open chest with 5 rows named "Main menu" to player # Assault class # format slot 0 of player with paper named "Assault" to close if {bc.rifle.%player%} is 0: format slot 9 of...
  10. btk5h

    Other Advanced date formatting with skript-mirror

    Skript doesn't offer much support for date formatting. Fortunately, Java provides advanced support for date formatting through String#format. Let's access it using skript-mirror! This tutorial is friendly to users playing around in the server console. Because none of the following examples...
  11. Kamino_Ramos

    Chat placeholders, possible?

    I want to create my own clan system, and everything seems pretty clear but one thing, clan tags in chat. Idea is, similar to SimpleClans, leader of clan can choose clan tag, maximum of 3 symbols (color codes not in count), and this tag will be displayed near nickname of clam members, and if...