display

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

    Script Better Crafting 1.1

    Adds the ability to use the crafting table in the Minecraft world without needing to open the inventory. This script requires Skript (obviously), SkBee (for the display entities), and skript-reflect (for some behind the scenes recipe stuff). It was coded using versions 2.7.3, 3.0.0, and...
  2. F

    Creating and removing bound holo objects

    command /givenameholo [<player>] [<text>]: trigger: if player is op: if arg 1 is set: if arg 2 is set: create bound holo object "&e%arg-2%" with id "HoloName::%arg-1%" to arg 1 offset by 0, 3.2, 0 send "%arg-2% is now %arg-1%'s nickname." to player else: send "Type a nickname for the player." to...
  3. F

    Skript Creating and removing bound holo objects

    command /givenameholo [<player>] [<text>]: trigger: if player is op: if arg 1 is set: if arg 2 is set: create bound holo object "&e%arg-2%" with id "HoloName::%arg-1%" to arg 1 offset by 0, 3.2, 0 send "%arg-2% is...
  4. Ter2FIc

    Display Variables in Holographic Display

    I tried to display variables in skript. I made a variables 'honor' which is the player gets 1 point in each kill, but I couldn't display the top 10 highest players with honor points. :emoji_grinning: on death of player: add 1 to {honor::%attacker%} message "&fYou got &41 &3honor &fby...
  5. Aidanete

    Script Enhanced HP 1.0

    Enhanced HP is a very lightweighted script that allows you to customize freely a visible HP stat for your players and entities. Making posible to show the heart number, hp number, and percentage of HP. ❤️Features❤️ - Allows you to customize the health bar - Allows you to have different bars for...