Recent content by lotzy

  • 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

    Skcrew

    lotzy updated Skcrew with a new update entry: 4.3.0 (and 4.0.0, 4.1,0, 4.2.0) Read the rest of this update entry...
  2. lotzy

    Addon Skcrew - 4.3.0 (and 4.0.0, 4.1,0, 4.2.0)

    - Support for Skript 2.10 has been added. File Management system rewrited - many new expressions, conditions and events - independence from the external code of the addon - default synchronization type for all file operations is now specified in the addon config Runtime Updated - conflicts...
  3. 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
  4. lotzy

    Skcrew

    lotzy updated Skcrew with a new update entry: 3.9.1 hot fix Read the rest of this update entry...
  5. 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
  6. lotzy

    Skcrew

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

    Skcrew

    lotzy updated Skcrew with a new update entry: 3.8 Read the rest of this update entry...
  8. 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...
  9. 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...
  10. lotzy

    Skcrew

    lotzy updated Skcrew with a new update entry: Support 1.20.5+ Read the rest of this update entry...
  11. 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...
  12. lotzy

    Skcrew

    lotzy updated Skcrew with a new update entry: 3.6 Read the rest of this update entry...
  13. 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...
  14. lotzy

    Skcrew

    lotzy updated Skcrew with a new update entry: Some additions in packets. Read the rest of this update entry...
  15. 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...