Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

en Config

Jasonzyt edited this page Sep 18, 2021 · 1 revision

FakePlayerHelper Plugin Config File

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 complete langpack.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 of FakePlayer 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 when Allow is "Specified")
Clone this wiki locally