ProtocolExtension (#StopAI)

Quick rating

ProtocolExtension (#StopAI)

No reviews yet

Adds more packets to extend server possibilities!

Mod Loaders
Fabric
Paper
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
zlib License
Latest Version
15+26.2
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

🏛️ ProtocolExtension extends server possibilities by adding more packets* to the game.


📦 Setup (only for server owners)

ProtocolExtension can only be installed as a client on Fabric, and as a server on Paper (and forks). I may add more compatibility in the future but it is not considered currently. The project JAR is both for the server, and the client.

  1. Download the ProtocolExtension latest JAR file
  2. Download the PacketEvents latest JAR file
  3. Upload both JARs to the server `plugins` folder

Of course, all players also need to install the ProtocolExtension JAR file (to be able to have the custom packets work), but it doesn't have any dependencies on the client.

(You can make a plugin that kicks players for not using this as a mod, however it's optional to do so - because most plugins I make use this just as a QoL thing, not an essential part of any process)

Older versions of ProtocolExtension are not supported. If you need an update for an older Minecraft version, please request it on the GitHub Issues page - if it's not too different from the latest (in terms of code), I might make a version for it.


🪶 Packets

[Serverbound] Activate (internal) - sent first to notify the server of the ProtocolExtension support KeyPressedC2S - received when the client presses a non-special key in-game MouseMoveC2S - received when the client moves the mouse in a screen ChatOpenedC2SPayload - received when the client opens the chat screen ChatClosedC2SPayload - received when the client closes the chat screen [Clientbound] Activate (internal) - sent back to notify the client of the ProtocolExtension support ToggleHUDS2C - sent to click F1 on behalf of the client** HUDPutElementS2C - adds an element with a given id, position and text to the in-game HUD HUDDeleteElementS2C - deletes an element with a given id from the ingame HUD HUDClearS2C - clears all elements from the ingame HUD HUDSettingHotbarS2C - toggles hotbar visibility on the ingame HUD MoveToggleS2C - toggles movement ticking in the client logic ServerCommandS2C - sets the player's sneaking and sprinting modes SetWindowTitleS2C - appends a text literal to the game window title SetPerspectiveS2C - sets the client's perspective ToggleRenderingS2C - toggles whether the game renders for the client ClearChatS2CPayload - clears the client's chat

🛡️ Security

ProtocolExtension treats your device safety seriously, and minimizes the provided data as much as possible. The server cannot:

  • evaluate raw code on your client
  • log your keyboard or mouse states when used outside of the game
  • view any HUD elements not created by it

All HUD elements the server makes are automatically removed after you leave the server.


🏮 API

ProtocolExtension has an API to send the custom packets to the clients. A documentation will be available for it soon. To install it, you need to embed the ProtocolExtension jar in your maven.pom/build.gradle as compile-only; more info here.

* it actually uses CustomPayload packets
** toggle HUD visibility

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works