Skip to content

Commit 1658c0b

Browse files
committed
chore: update readme
1 parent 4b8f18d commit 1658c0b

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,25 @@
66

77
## Features
88

9-
- サーバーごとの接続権限に基づくアクセス制限 (`bungeecord.server.<name>`)
10-
- `/<server-name>` での接続試行コマンド
11-
- 多言語化可能なサーバー参加/移動/退出/その他各メッセージ
12-
- サーバーから kick された際のサーバー転送機能
13-
- スナップショットサーバーへのダイレクト接続 (BungeeCord の対応状況に依存)
9+
- Access controls for connecting server based on the permissions (default: `serverconnector.connect.%server_name%`)
10+
- Add commands `/<server-name>` that try to connect to the server
11+
- Server join/switch/quit messages
12+
- Fallback server when the player is kicked
13+
14+
## Requirements
15+
16+
- Java 17
17+
- Velocity 3.3.0+
18+
- (Optional) LuckPerms - For detecting the players who are connected for the first time
1419

1520
## Permissions
1621

17-
- `bungeecord.server.<server-name>` - `<server-name>` に接続する権限
18-
- `serverconnector.slashserver.<server-name>` - `/<server-name>` の使用権限
19-
- `serverconnector.slashserver.other-players` - `/<server-name> <player-name>` で他人を他のサーバーに移動させる権限
22+
- `serverconnector.connect.%server_name%` - the permission to connect to the server, configurable in `config.yml`
23+
- `serverconnector.slashserver.<server-name>` - the permission to use `/<server-name>`
24+
- `serverconnector.slashserver.other-players` - the permission to connect other player to the server using `/<server-name> <player-name>`
25+
26+
## License
27+
28+
This project is under the Apache License version 2.0. Please see [LICENSE](LICENSE) for more info.
29+
30+
Copyright © 2021-2024, OKOCRAFT and Siroshun09

0 commit comments

Comments
 (0)