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

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

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

    Skcrew

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

    Skcrew

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

    Skcrew

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

    Skcrew

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

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

    АААААААААААААААААААААААААААААААААААААААААААА
  12. lotzy

    Addon Skcrew - Bug fixes

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

    Skcrew

    lotzy updated Skcrew with a new update entry: Bug fixes Read the rest of this update entry...
  14. lotzy

    Addon Skcrew - Skript 2.8 support

    and some small old changes in web-server api
  15. lotzy

    Skcrew

    lotzy updated Skcrew with a new update entry: Skript 2.8 support Read the rest of this update entry...