Skip to content

Commit 0161c83

Browse files
committed
docs: add ethical warning to README.md
1 parent 4f922e9 commit 0161c83

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# NetUtils
22

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+
36
A networking utility for protocol debugging and state synchronization testing.
47

8+
59
## Features
610
- **Packet Control**: Delay or toggle outgoing packets.
711
- **Synchronization**: Simulate client-server desynchronization for state handling tests.
@@ -11,6 +15,21 @@ A networking utility for protocol debugging and state synchronization testing.
1115
## Usage
1216
Press **V** to restore the last closed screen.
1317

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+
1433
## Building
1534
Run the following command to build for both Fabric and NeoForge:
1635
```bash

0 commit comments

Comments
 (0)