This repository was archived by the owner on May 31, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
en Config
Jasonzyt edited this page Sep 18, 2021
·
1 revision
Config is in [BDS]/plugins/FakePlayerHelper/config.json
and if it doesn't exists, the plugin will create it
There is an example:
{
"Skin": "random",
"Language": "zh-cn",
"Allow_TP": true,
"Kick_FP_when_summoner_left": false,
"Max_Global_FP": 5,
"Max_Player_FP": 2,
"WS_Port": 54321,
"Permission": {
"Allow": "ALL",
"Specified": [
1145141919810
]
}
}
- Skin:
String
Designated or random the skin of FakePlayer,it can be "random"/"steve"/"alex" - Language:
String
Plugin language,default support "zh-cn"/"en",more languages please completelangpack.json
(then you can create a pull request) - Allow_TP:
Boolean
Whether to allow the use of/fp tp
- Kick_FP_when_summoner_left:
Boolean
Whether to kick the FakePlayer when its summoner left the server(Don't ask me why the key is so long xD) - Max_Global_FP:
0-2147483647
Maximum number of global FakePlayers,0
means unlimited - Max_Player_FP:
0-2147483647
Maximum number of player summoned FakePlayers,0
means unlimited - WS_Port:
1-65535
The WebSocket server port ofFakePlayer
software - Permission:
Object
Permissions- Allow:
String
Who is allowed to use FakePlayer commands "ALL" means all the players,"Specified" means specific players,"ConsoleOnly" means only console - Specified:
Array
Specific players' Xuids(Only required whenAllow
is "Specified")
- Allow:
Welcome to create Pull Requests/Issues