Integrations
WebSender
- You can send commands to your game console using WebSender.
Download the plugin
https://www.spigotmc.org/resources/websender-send-command-with-php-bungee-and-bukkit-support.33909
The ports you use with WebSender must be open on both your web hosting and game server VPS.
Installation
1
Upload the plugin to your server's `plugins` folder and restart your server.
2
Configure the plugins/WebSender/config.yml file.
Please replace PORT
with a port number not in use by another service (don’t enter your Minecraft server port), and PASSWORD
with a secure password.
config.yml
socketPort: PORT
socketPassword: PASSWORD
senderPrefix: '[WebSender]'
wrongPassword: Incorrect password, please enter it carefully.
wrongData: Please check PHP variables.
succesfullyLogin: Login is successful.
consoleInfo: 'true'
commandPermission: websender.admin
nothavePerm: You not have permission!
pluginReloaded: Websender reloaded!
3
Save the file and restart your server.
4
Enter these details to your website's Add/Edit Server section. Press the 'Test Connection' button to check if it works.