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

    API Sample Packets 1.3

    Dependencies: skript-reflect AT THE MOMENT SAMPLE-PACKETS DOESN'T WORK WITH NEW SKRIPT-REFLECT DUE TO CUSTOM EVENTS ARE BROKEN USE SKCREW INSTEAD Firstly, it is a remake of PacketListenerNMSK by TPGamesNL which works on versions 1.8 to 1.20.4. What does this script include: - In, out packet...
  2. lotzy

    Sample Packets

    Dependencies: skript-reflect Firstly, it is a remake of PacketListenerNMSK by TPGamesNL which works on versions 1.8 to 1.19.4. What does this script include: - In, out packet listener - auto-detection available packets - auto-detection of packet constructors - auto-detection of packet decoders...
  3. lotzy

    Script Shulker Bundles - Fixed dupe on player data save

    chirs#0001 discovered a new dupe that occurs when saving player info. You can pick up things from the shulker box and when saving the data, the shulker box from which not a single item was taken will be saved.
  4. lotzy

    Script Shulker Bundles - Fixed packet vulnerabilities

    Due to the fact that you can close the GUI without sending a packet of closing, and thereby reopen it and copy the contents of the box Thanks to chirs#0001 for finding and providing a workaround for this issue.
  5. lotzy

    Need help refining my Skript for gens and PvP combo

    loop all blocks in radius ** - is expensive operation. Try adding a delay of 1 tick every N iterations like loop ...block in radius N around player... times: add 1 to {_i} if mod({_i},100) is 0: wait 1 tick Or if your task is to remove blocks placed by players - add the location of each...
  6. lotzy

    add enchant

    제발
  7. lotzy

    add enchant

    Due to Skript's some things - can't But you can parse text as enchantment type set {_enchant} to "sharpness 5" parsed as enchantment type
  8. lotzy

    add enchant

    https://docs.skriptlang.org/docs.html?search=#EffEnchant read the docs pls, dont make stupid questions
  9. lotzy

    exp multiplier

    Skript-reflect needed. Basic example: on death of pig: set {_xp} to event.getDroppedExp() event.setDroppedExp({_xp}*100)
  10. lotzy

    Hiding entities

    Because you can't hide any entities. Only players.
  11. lotzy

    Script Shulker Bundles - Update for 1.12.2 support

    Open key changed to Q due to 1.12.2 doesn't have ClickType OffhandSwap Open blockState inventory changed to open new Inventory due to 1.12.2 doesn't support open inventories without inventory holder
  12. lotzy

    я мцыри

    я мцыри
  13. lotzy

    Script Shulker Bundles 1.3

    Dependencies: skript-reflect If you don't use skript-reflect, you can use Better Shulker Boxes, what required Skbee addon This script will allow you to open and modify the contents of the shulker box without placing them. Press right mouse button holding shulker box to open it or press Q...
  14. lotzy

    Shulker Bundles

    Dependencies: skript-reflect This script will allow you to open and modify the contents of the shulker box without placing them. Press right mouse button holding shulker box to open it or press F button on slot with shulker box inside your inventory. You can also use bundle mechanic with...
  15. lotzy

    Disable : commands

    You can try with Skbee addon, or with Skript-reflect, but skript-reflect need some knowledge to use it.
  16. lotzy

    Disable : commands

    All of this can be configured in spigot.yml file in main directory of your server: tab-complete: -1 send-namespaced: false None of these tasks can be solved with pure Skript.
  17. lotzy

    Get Luckperms values

    Pls use correct syntax of Skperm
  18. lotzy

    Spawn an Server-Sided Bot and NPC

    Writing server bots (NPCs) is a rather difficult task without proper knowledge of Java and understanding of the core itself. Even if you have a code for creating player entities, you are unlikely to go further than this code at the moment. Based on your posts in this category, just use...
  19. lotzy

    Get Luckperms values

    Use PermSk instead of SkUniversal.
  20. lotzy

    SkQurey Permissions not working!

    1. Its doesn't work around 3-4 years, don't use SkQuery for permissions, use permission plugin instead 2. Don't use SkQuery.