ServerTools
ServerTools is PocketMine-MP plugin containing a set of tools that allows you to manage your server directly from the game!
Features
- File Explorer
- Cloning
- Plugin Manager
- Poggit Plugin Downloader
- Restart Server
Menu UI example:
Commands
-
/servertools (or alias: /st) - The main command of plugin (Permission (default OP) st.command.servertools)
File Explorer
Permission (default OP): st.ui.file-explorer
Permission to create/edit files and folders (default false): st.ui.file-explorer.write
It allows to:
- Explore your server files and folder
- Read your files (max file size is ~10.25 kB)
- Create, rename, delete and edit files and folders (requires write permission)
Reading file example
Editing file example
Cloning
Permission (default false): st.ui.clone
It allows to clone your server using FTP (also available with SSL) or SFTP protocols.
Requirements
-
FTP: you need to have installed on your server the "ftp" PHP extension.
-
SFTP: you need to have installed on your server the "openssl" and "ssh2 (libssh2)" PHP extensions.
Steps
-
Select the transfer mode.
-
Compile the information to login to your FTP/SFTP server.
-
Choose, if you want, some server folders/files to exclude from your clonation.
-
Wait until the process is finished.
Plugin Manager
Permission (default false): st.ui.plugin-manager
It allows to:
Poggit Plugin Downloader
Permission (default false): st.ui.poggit-downloader
It allows to search and download to your server a plugin from poggit website.
Restart Server
Permission (default OP): st.ui.restart
It simply restarts your server.
F.A.Q.
- I get the message "You do not have permission to use this function" or similar, why?
- Some functions of the plugin are very dangerous if given to all the operators of your server, because they could cause irreparable damage. To avoid this, the plugin disables the use of these functions and to be enabled you need to use a third-party plugin for managing permissions (e.g. PurePerms or similar) and add to yourself or whoever you trust the permissions of the various features of you need. The permission of each feature can be found in the respective chapter.