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

    Addon SkCheese - Update 1.5

    - Fixed a bug where using a switch case clears all local variables - Added binary/hexadecimal number formats - Added bitwise operations - Added the 'eval' effect Check the wiki for more info on new features!
  2. erenkara

    Addon SkCheese

    erenkara updated SkCheese with a new update entry: Update 1.5 Read the rest of this update entry...
  3. erenkara

    Death Package

    This is not viable without storing custom NBT data in the chest item because a player can have more than 27 slots. 1) create the chest item `set {_item} to 1 chest named "whatever"` 2) loop victim's inventory when they die 3) `add full nbt of loop-value to {_items::*}`...
  4. erenkara

    If event-slot is 11

    index of event-slot = 11
  5. erenkara

    Script Animated BossBars

    erenkara updated Animated BossBars with a new update entry: 1.1.0 Read the rest of this update entry...
  6. erenkara

    Script Animated BossBars - 1.1.0

    - Fixed a bug when creating a default config - Fixed a bug where showing a boss bar with un-existing ID creates a glitched boss bar - Fixed PAPI support - Fixed text formatting in some cases - Removed the 'ab_' prefix from functions - New animation: blink
  7. erenkara

    centered text on Server List Ping or MOTD

    theres no quick way of doing it, just use an online motd generator that puts enough spaces before the text
  8. erenkara

    how to set camera to a specific block

    if you are talking about spectator mode use https://skripthub.net/docs/?id=2826 (only entities can be spectated not blocks)
  9. erenkara

    Addon SkReloader - 1.0.1

    - Added a config option to change file reload cooldown. This should resolve the "command/function already exists" errors. - Default reload cooldown is now 3 ticks. (used to be 1) - Added 1.13-1.16 support.
  10. erenkara

    Addon SkReloader

    erenkara updated SkReloader with a new update entry: 1.0.1 Read the rest of this update entry...
  11. erenkara

    Addon skript-advancements - 1.6.3

    - Removed the update checker - Added 1.20.6 support
  12. erenkara

    skript-advancements

    erenkara updated skript-advancements with a new update entry: 1.6.3 Read the rest of this update entry...
  13. erenkara

    Addon SkCheese

    erenkara updated SkCheese with a new update entry: Updata 1.4.1 Read the rest of this update entry...
  14. erenkara

    Addon SkCheese - Updata 1.4.1

    Fixed issues with the 'new string' section: - Options will now work correctly - Unset values will now be shown as '<none>' rather than 'null'
  15. erenkara

    Skript Optimizations/Practices Help

    When making custom enchantments you should use NBT to store the enchantment's level and use lore only to display it. function giveCustomEnchantBook(player: player, item: item, name: text, lore1: text = "", lore2: text = "", lore3: text = "", lore4: text = "", lore5: text = "", lore6: text = ""...
  16. erenkara

    i need help

    I don't understand anyone on this thread, why are you both insisting on using console commands that makes your code uglier and harder to debug when there is a proper way of handling tags?
  17. erenkara

    i need help

    why should i make something skript already has? for the last time use https://skripthub.net/docs/?id=3034
  18. erenkara

    i need help

    if you are so insisting on using commands just use datapacks for everything, Skript is not a console language
  19. erenkara

    i need help

    or just use the proper method i sent
  20. erenkara

    i need help

    what function?