Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 73f8ec7

Browse files
committed
update README.md
1 parent a01b706 commit 73f8ec7

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# UltraSpeedLimit
2-
Limit the speed at which players can switch between servers.
2+
Limit the speed at which players can switch between servers.
3+
4+
## Required
5+
- Java 17+
6+
- Velocity 3.3.0+
7+
- [Plugin|Lib] [MavenLoaderAPI 1.0.1+](https://github.com/LevelTranic/MavenLoader)
8+
9+
## Config
10+
```yaml
11+
connections: 2 #The number of times that can be switched between the server during the expiration time+1
12+
expired-connections: 30 #Expired time, unit: second
13+
connect-failed-message: The connection speed limit has been reached! Please come back
14+
later!
15+
```

0 commit comments

Comments
 (0)