Coder Social home page Coder Social logo

compresschat's Introduction

CompressChat

This mod is very experimental.

Also, trusting random players with not sending something malicious in chat is not a very bright idea, as well as passing random stuff through the decompression library.

If you really want to use it, the requirements are below.

Mod that passes your messages through the compression algorithm, so you could write a message longer than 256 symbols in length. In order to view compressed messages, other players should have this mod installed too.

Requirements

  1. Java 19+ with preview features enabled (add --enable-preview JVM argument)
  2. Brotli library should be available on the library path (so JVM can find and load it)

Many Linux distributions provide packages for Brotli, so you can avoid building it by yourself. Check your Linux distro's repositories for details. I have to express my deepest condolences to Windows users.

Usage

Anything between opening ($!) and closing (!$) marks is compressed. For example:

$!This part of the message is compressed,!$ but this is not compressed.

There are can be multiple compressed parts inside a single message:

$!This message!$ is $!nice!$

However, trying to write everything inside a single compressed part is a good idea, because each part is compressed separately, making it harder for compressor to make message smaller when there are a lot of them.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.