
WNT
Client-side mod containing multiple utilities for extremely niche uses
- Загрузки
- 10K
- Подписчики
- 39
- Обновлён
- 25 сентября 2023 г.
- Лицензия
- MIT
Опубликован 5 марта 2023 г.
WNT is a client mod containing multiple utilities for the technically-inclined and administrative-inclined. It is the successor to W95, a mod I wrote ages ago with the same goal in mind.
Features
Unlike W95, WNT is split into multiple different submodules containing various features.
Supervisor
Supervisor is the main component of WNT. It works even if the game is totally frozen. It allows you to do the following:
- Disable certain things from rendering
- Disable the processing of certain packets
- Disconnect from whatever server you are connected to
- Forcibly exit your game
Currently, there is no way to interface with it outside of the Blackbox.
Blackbox
Blackbox is a separate window heavily inspired by the Windows Task Manager that provides a graphical user interface for the Supervisor. It provides details like what usually shows in the F3 screen, a list of players on the server you are connected to (along with their UUID and ping), entities that are currently in memory, and map data that is currently in memory. It also allows you to send chat messages and run commands.
For reasons unknown, this feature only works on Windows and Linux.
CFX
CFX is an anti-exploit module that actively patches multiple client-side exploits. It even patches some exploits that have yet to be fixed in the very latest version of the game. Here's a list of some of the exploits it patches or mitigates:
- Lag caused by rendering too many hearts
- Lag caused by entities with names that are too long
- Clickable text that somehow causes commands to be run or chat messages to be sent
Dumper
Dumper allows you to dump loaded map data and nearby entity data to disk. To use it, the command usage is /dump <entity [id] | entities | maps | map [id]>
Poker
Poker hooks into certain client mods in a very limited fashion to add options to the Blackbox's "Hooks" menu.
Toolbox
Toolbox is a pack of miscellaneous administrative tools and commands that don't have a place anywhere else in WNT.
Commands included in the Toolbox are:
- /dqs: Interfaces with the DataQueryStorage module
- /ltellraw: Client-side /tellraw command
- /name: Retrieves the username associated with a given UUID
- /qe: F3 + I keybind, but in a command for querying entities
- /uuid: Retrieves the UUID associated with a given username
- /wntmm: Command for managing modules in the mod
Modules included in the Toolbox are:
- DataQueryStorage: A rudimentary way of storing entity and block data obtained by using the F3 + I keybind.
- LockupProtection: A module that blocks a specific exploit one server uses where it spams the "open inventory packet".
NOTE: May interfere with plugins that open a specific size of inventory menu. Disable it with/wntmm toggle LockupProtectionif you experience issues with inventory menus.
Центр версий
14 версийЧенджлог
2.0-alpha.13Альфа1.20, 1.20.1, 1.20.2 · 25 сентября 2023 г.
- Migrates CFX to external project located at https://github.com/VideoGameSmash12/CFX, fixing 1.20.2 issues and Cloth Config dependencies in the process
2.0-alpha.12Альфа1.19.4, 1.20, 1.20.1 · 12 июня 2023 г.
Changes:
- Adds support for 1.20.x.
Notes:
For Quilt to behave properly with 1.20 at the moment, you need to use the Quilted Fabric API instead of the regular Fabric API. This is because the regular Fabric API requires a newer version of the Fabric loader than what Quilt is currently using. To make things more convenient, I've added the Quilted Fabric API as an optional dependency.
While Cloth Config may not be available for 1.20.1 yet as of this release, you can use the JAR for 1.20 in the meantime and it'll work just fine.
2.0-alpha.11Альфа1.19.3, 1.19.4 · 1 июня 2023 г.
- Removes old DeviousMod integration
- Fixes issue that caused incompatibility with mods that use Adventure Platform Fabric (#24)
- Patches another crash exploit
2.0-alpha.10Альфа1.19.3, 1.19.4 · 29 мая 2023 г.
This update is quite massive.
- Overhauls both the Supervisor and Blackbox
- Blackbox now has a tab that lets you view your inventory
- Blackbox's chat window has been expanded to a full-on console for the Supervisor with a tab for Fantasia
- Blackbox now has the ability to view enhanced details in certain tabs
- Implements Fantasia: an internal console for the Supervisor (using either Telnet, Unix Sockets, or even the Blackbox) which is hosted and runs in the background when your client is active.
- Updates Adventure library to 4.13.1
- Patches a client-crashing exploit with CFX
2.0-alpha.9Альфа1.19.3, 1.19.4 · 23 апреля 2023 г.
- Do not allow Minecraft to set java.awt.headless to true by @allinkdev in https://github.com/VideoGameSmash12/WNT/pull/20 (Improves compatibility with other mods)
2.0-alpha.8Альфа1.19.3, 1.19.4 · 5 апреля 2023 г.
- Fixes bug that caused the mod to crash in some instances with Quilt (overhauling the way modules are registered in the process)
- Fixes bug that caused built-in FlatLAF themes to not display when they should be
2.0-alpha.7Альфа1.19.3, 1.19.4 · 24 марта 2023 г.
- [Blackbox] Fixes bug that caused Windows-only themes to show for users running Linux when it shouldn't
- [Blackbox] Adds copyright headers to certain files
2.0-alpha.6Альфа1.19.3, 1.19.4 · 21 марта 2023 г.
- Resolves https://github.com/VideoGameSmash12/WNT/issues/16 by adding localization strings for the Cloth Config menu
- Tweaks how thread dumps look in the logs
- Completely overhauls how themes work in the Blackbox
- Lays the foundation for the ability to add custom themes and LAFs via the use of external mods
- Adds the ability to load custom themes in the form of FlatLAF properties files
Комментарии
Загружаем…