format slot

  • 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. 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...
  2. Hakuyamu

    SkQuery GUI formating problem

    Hello! This is my code i am using for creating a GUI: command /hystery: trigger: open chest with 5 rows named "&b[&fHystery GUI&b]" to player wait 2 ticks format slot 0 of player with {gui.slot0} named "" to run [execute player command "/givehead 1"] format...
  3. Sam1370

    Set slot doesn't work for inventory and neither does format slot.

    Skript Version: Skript 2.2 (dev20c) Skript Author: Bensku Minecraft Version: 1.11 Set slot doesn't seem to work (and neither does format slot.) I'm trying to set a slot in the player's hotbar to a selector compass and it doesn't seem to work. Code: on join: player's world is "world"...
  4. Duetro

    Format Slot - NBT Edition (SkStuff)

    Example: command /xxxx: trigger: open chest with 3 rows named "test" to player formatSlot(player's current inventory, 10, 1, (diamond named "&b&lDIAMOND"), "broadcast ""Skript is awesome!""") Requires: - SkStuff - SkQuery Code: function formatSlot(inv: inventory, slot...