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

    Script SkriptEnhanced 2.07

    Enhanced error output: Read the file and find the mistake ingame! Autocomplete for Skript: Autocomplete for scripts even in subdirectories! Better colors: Can be partially disabled! Backup System: Create a backup of all scripts withhin milliseconds! Update System: Check...
  2. Duetro

    Saving Custom item on MYSQL

    Try this: function ItemToString(i: item) :: text: set {_nbt} to "%nbt of {_i}%" return "%{_i}%|%damage value of {_i}%|%encode base64 {_nbt}%" function StringToItem(s: text) :: item: set {_x::*} to {_s} split at "|" set {_i} to "%{_x::1}%:%{_x::2}%" parsed as item return...
  3. Duetro

    Particle effects.

    https://docs.skunity.com/syntax/search/addon:SkDragon ?
  4. Duetro

    Saving Custom item on MYSQL

    You can convert the item into a string (ID, SubID and NBT) and just convert it back into an item
  5. Duetro

    Particle effects.

    You could use skDragon to create Particles, but you would have to create the design of the sword yourself.
  6. Duetro

    Skript variables [Ram]

    Don't save the Variables like btk5h explained to you
  7. Duetro

    I need some feedback for my new website!

    Thank you for your feedback. The Obfuscator will be removed before I will make the page public.
  8. Duetro

    I need some feedback for my new website!

    The page it public. Check it out! https://skripttools.net
  9. Duetro

    Solved Turn this into a function/sub

    every second: loop all players: tabrange(loop-player) function tabrange(p: player): loop all players: if distance between loop-player and {_p} is less than 200: if {_p} has 1 compass and 1 magma_cream...
  10. Duetro

    News The official release of skUnity Docs 2

    Nice job! There is a typo in the footer of the main page. (Languages: Deustch -> Deutsch)
  11. Duetro

    Online WildSkript Deobfuscator (v2)

    Link: Online WildSkript Deobfuscator Update: - MUCH Faster - Better Code - Added Bruteforce
  12. Duetro

    SkMirror 2 (Rewritten)

    SkMirror by Duetro Link: skmirror.pw There are over 300 downloadable addons... ...and more than 800 Scripts! (not made by me) (and a free API for the developers out there!) Coming soon: - Script API - Addon Documentation API ✔ - SkUnity Backup - SkUnity Forum Thread Backup creator -...
  13. Duetro

    Minecraft End Credits

    Is it possible to display the end credits to a player using packets? SkQuery's "Display credits to player" isn't working for me.
  14. 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...
  15. Duetro

    Skript Mirror by Duetro

    SkMirror by Duetro Link: skmirror.duetro.pw You can not download addons from this website while the official download link is findable easily. (Tell me if you are searching for an addon that isn't easily findable) If you have a version of a addon that isn't on my Website, please contact...
  16. Duetro

    Set block with NBT

    I am trying to set a player head with custom nbt, but it doesn't work. set block at {_l} to player head with custom nbt...
  17. Duetro

    Help with UmbAccess

    Hey, i am currently making some Websites for my Server using UmbAccess. I am always getting this error when trying to send 8193 Characters (8192 are working) [18:43:48] [Server thread/WARN]: [Umbaska] [Fail] Failed to send back the string `X to web server on port 8315 [18:43:48] [Server...