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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. lotzy

    Addon Skcrew - 3.9.1 hot fix

    - Fixed problem with decoding some packets due to now decode method can be private - FilePath type renamed to path again - Now modules automatically disables if conflicts is possible or some soft-dependencies isn't exist or not loaded jAJC0SjhSLE
  2. lotzy

    Skcrew

    lotzy updated Skcrew with a new update entry: 3.9.1 hot fix Read the rest of this update entry...
  3. lotzy

    Addon Skcrew - 3.9

    - renamed 'path' type to 'filepath' due to conflict with Skent addon - fixed wrong driver class name for mysql database ShNTJkU0QqU
  4. lotzy

    Skcrew

    lotzy updated Skcrew with a new update entry: 3.9 Read the rest of this update entry...
  5. lotzy

    Skcrew

    lotzy updated Skcrew with a new update entry: 3.8 Read the rest of this update entry...
  6. lotzy

    Addon Skcrew - 3.8

    - Fixed a bug with creating packages on 1.20.5+ (some of them could not be created) - Added drivers for popular DBMS (ms sql, sqlite, postgres, mariadb, mysql) - Added auto-detection of the driver by the connection link for added drivers - Now the driver for connection is specified in the...
  7. lotzy

    Addon Skcrew - Support 1.20.5+

    Added expression to create bundle packet from list of packets (1.19+) bundle packet (from|of|with) %packets% Be careful, now cores formed from Paper use other class names (the same as Mojang themselves use), your code from the previous ones may be broken. We are currently working on using...
  8. lotzy

    Skcrew

    lotzy updated Skcrew with a new update entry: Support 1.20.5+ Read the rest of this update entry...
  9. lotzy

    Addon Skcrew - 3.6

    Bug fixes - Fixed problem when bundle packet isn't splitted on versions greater than or equal to 1.19.4. - Fixed error when trying set event-packet to another packet. - Fixed error when trying to set/get skin signature or value of player's gameprofile. Packets - added pattern to clear player's...
  10. lotzy

    Skcrew

    lotzy updated Skcrew with a new update entry: 3.6 Read the rest of this update entry...
  11. lotzy

    Addon Skcrew - Some additions in packets.

    While working with NBT fields, I needed functions for writing raw utf-8 strings to the buffer. I solve this problem and provide an expression for writing and reading strings. write utf[-| ]8 %string% to %bytebuf% read utf[(-| )]8 [with [len[gth]]] %number% from %bytebuf% To read a string, you...
  12. lotzy

    Skcrew

    lotzy updated Skcrew with a new update entry: Some additions in packets. Read the rest of this update entry...
  13. lotzy

    Solved Any working skript-database addon for 2.8?

    agree with BaeFell. As I wrote above, there is no automatic conversion of data types in queries; you must do it yourself. Conventionally, this is how to use the expression 'unsafe %expr%' in Skript-db. In general, use this the same way you would use it in other programming languages when...
  14. lotzy

    Solved Any working skript-database addon for 2.8?

    if Skript-db doesn't work, use Skcrew, it has same syntax as skript-db, but without auto-parsing 'unsafe values' Docs
  15. lotzy

    Skcrew

    lotzy updated Skcrew with a new update entry: Packets update Read the rest of this update entry...
  16. lotzy

    Addon Skcrew - Packets update

    PACKETS MODULE Now addon allow you to handle, create and edit packets. Read the docs to learn new syntax and get some examples. Module based on Sample-packets API Documentation
  17. lotzy

    Addon Skcrew - Documented

    Buhi-buhi: - Fixed a lot of critical bugs. - Added some extra syntax. - Improve some old syntax from 1.0 - Finally completed addon documentation. Documentation
  18. lotzy

    Skcrew

    lotzy updated Skcrew with a new update entry: Read the rest of this update entry...
  19. lotzy

    АААААААААААААААААААААААААААААААААААААААААААА

    АААААААААААААААААААААААААААААААААААААААААААА
  20. lotzy

    Addon Skcrew - Bug fixes

    Fixed https://github.com/crewpvp/skcrew/issues/8