You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
1
# NetUtils
2
2
3
+
> **This tool is for educational and debugging purposes only.** Using it to gain an unfair advantage or perform exploits (such as item duplication) on multiplayer servers is a violation of most server rules and platform terms of service. The developers do not condone cheating/duping. Use this mod at your own risk and only where you have explicit permission.
4
+
5
+
3
6
A networking utility for protocol debugging and state synchronization testing.
4
7
8
+
5
9
## Features
6
10
-**Packet Control**: Delay or toggle outgoing packets.
7
11
-**Synchronization**: Simulate client-server desynchronization for state handling tests.
@@ -11,6 +15,21 @@ A networking utility for protocol debugging and state synchronization testing.
11
15
## Usage
12
16
Press **V** to restore the last closed screen.
13
17
18
+
## Client Commands
19
+
All commands use the `^` prefix and can be typed in regular chat or the custom chat input field.
20
+
-`^help` - Show all commands
21
+
-`^toggle` - Enable/disable mod features
22
+
-`^menuinfo` - Display GUI info (class, slots, sync ID)
23
+
-`^trades` - List villager trades with IDs
24
+
-`^trade <id>` - Automatically select and execute a trade
25
+
-`^click <slot> [button] [type]` - Click a specific inventory slot
26
+
-`^loop <n> <command>` - Repeat a command `n` times
27
+
-`^desync` - Synchronize/Desynchronize inventory state
28
+
-`^clear` - Clear the chat log
29
+
-`^packets` - List available packet types for `^rawsend`
30
+
-`^rawsend <times> <packet> [args]` - Force send raw packets to the server
31
+
-`^save`/`^load` - Save or restore the current screen state
32
+
14
33
## Building
15
34
Run the following command to build for both Fabric and NeoForge:
0 commit comments