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

Repository files navigation

FakePlayerManager

Fake Player Manager - A Fake Player Manager plugin with GUI, also linked with Operation Agent Plugin function (need to download extra to enable the corresponding function), please use it with FakePlayer of ddf8196

中文 | English

Introduction

This plugin is a FakePlayer management plugin with GUI interface, supports FakePlayer-0.4.0 or later, also provides operation-agent plugin resources/operation-agent.2941/) for easy operation

  • Example Screen.

avataravataravatar

Installation

  1. Go to MineBBS to download the plugin
  2. Unzip the plugin and copy the contents to the plugins folder in the Minecraft Dedicated Server directory
  3. modify the configuration file (optional)
  4. Start the server

Use - GUI

CommandsDescription
fpgopen the default screen
fpg h/helpopens the help information screen
fpg a/agentopens the Fake Player agent screen (requires the Operation Agent Plugin to be installed)
fpg m/menuopens the menu screen
fpg q/quickopens the Fake Player online status quick management screen
fpg listopens the Fake Player list screen
fpg addopens the Add Fake Player screen

Use - CMD

commanddescription
fpgopen the Fake Player management GUI
fpm **? **/h/helpshow this message
fpm g/guiFake Player management GUI, same as /fpg
fpm l/listGet the list of Fake Players
fpm a/add nameAdd a Fake Player
fpm r/remove nameremove Fake Player
fpm s/state nameGet Fake Player state
fpm ls/listStateList all Fake Player states
fpm c/connect nameConnect Fake Players
fpm d/disconnect nameDisconnect connection
fpm ra/removeAllRemove all Fake Players
fpm ca/connectAllConnect all Fake Players
fpm da/disconnectAllDisconnect all Fake Players

Supported Versions

  • Minecraft Dedicated Server 1.17.10.04 with LiteLoaderBDS 1.1.1 or above

Configuration file (config.json)

{
"configVersion": 1, // config file version, used for different versions of configuration files compatible with updates, do not modify"wsurl": "ws://localhost", // Fake Player client's WebSocket server address, generally do not need to modify"port": 54321, // the Fake Player client's WebSocket server port"allowRemoveAll": false, // whether to allow the removal of all Fake Player commands (to prevent misuse)"defaultGui": "menu", // the default window, i.e. the window without any parameters"language": "zh_CN", // language, currently available: zh_CN, en_US, contributions welcome"permissionLevel": 1, // the minimum permission level allowed by the command, 0 is for all users, 1 is for administrators"debugMode": false, // debug mode"color": true, // global color switch"consoleColor": true, // Console color switch"autoCheckUpdate": true// Automatic check update
}

Caution

  • The list of Fake Players will be sorted by last online time.

  • This plugin function requires FakePlayer Client to enable WebSocket function in order to work properly.

  • This plugin will automatically detect whether Operation Proxy Plugin is installed or not, the related function is only available in the server where Operation Proxy Plugin is installed, if you want to use the related function, please download and install Operation Proxy Plugin.

  • Welcome to provide suggestions and feedback if you have any questions.

APIs

  • Since this is an asynchronous api exported using a special method, please refer to FpmApiTemplate.js to import the FakePlayerManager APIs

Translated with www.DeepL.com/Translator (free version)

About

Fake Player management plugin

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages