File tree Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## Features
8
8
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
14
19
15
20
## Permissions
16
21
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
You can’t perform that action at this time.
0 commit comments