Plug-in introduction WebExitPlayer is a plugin for Minecraft that allows server administrators to remotely control online players via a Web front end. Through the simple login interface, administrators can perform a variety of custom actions such as kicking players, teleporting players, changing game modes, and more. No need to enter the game, administrators can effectively manage in the browser, improving the management flexibility and convenience of the server. Main feature
Web Control Panel: After logging in through a browser, administrators can control online players in real time.
Custom directives: Administrators can add and customize directives (such as /kick, /tp, /gamemode, etc.) in the configuration file.
Permission management: Set the administrator username and password through the configuration file to ensure that only authorized personnel can use the plug-in.
Multi-command support: Support for a variety of common Minecraft commands, can be flexibly added as needed.
Simple installation: The plug-in is easy to install and requires no complex configuration, and is suitable for various versions of the server.
Custom high: You can add and delete player information in the profile. Custom height
Multi-level management: Administrators can add new management personnel information to achieve different personnel instruction groups
Pre-command function: For players who are not online, they can execute instructions on the website only for those who do not need to play online
Mythical monster timing generation function:you can configure a monster generated in a certain place in a world on the website and you can set the time it appears!
Installation procedure
Download plug-in: Download the WebExitPlayer plug-in file.
Upload plugins: Place the plugins file in the plugins folder on the Minecraft server.
Configure the plug-in: Edit the config.yml configuration file of the plug-in to set the port of the Web front end, login information, and commands to be executed.
Start the server: Start the Minecraft server, and the plugin automatically loads and starts the Web service.
Usage method
Login to Web front-end:
Access the Web interface (the default port can be modified in the configuration file).
Enter the administrator account and password to log in.
After successful login, the administrator can view the list of current online players.
Select the target player and execute the preset commands in the profile, such as kick the player (/kick), transfer the player (/tp), etc.
Configuration file
Code (Text):
user:
username: "admin" # Please set your username
password: "123456" # Please set your password
# Port number
port: 8080 # Please set your port number. Remember to restart the server after modifying it
PreInstruction: # Please set your default command
AddOP: op <player>
Code (Text):
commands:
admin: # Notice Notice admin is op by default, please note that it cannot be deleted!!
give diamond :give <player> diamond 1
default:# Permission groups can be customized
give diamond2: give <player> diamond 2
Be careful to use the "<player>" placeholder instead of the player's name!!
Code (Text):
variables:
Blood volume: "%player_health%"
Level: "%player_level%" # expands with more variables
Blood volume is the value of the name variable displayed in the player information interface
Use instruction
Code (Text):
/wep look View the web side
/wep clearTask Clearing a timing log
/wep reload Reload plug-in
Picture display Update log
v2.0: Users can customize the content of the information display page.
v3.1 Pre-command function
v3.5 Added timer to generate mm monster function, new instructions.