ServerTools is PocketMine-MP plugin containing a set of tools that allows you to manage your server directly from the game!
- File Explorer
- Cloning
- Plugin Manager
- Poggit Plugin Downloader
- Restart Server
Menu UI example:
- /servertools (or alias: /st) - The main command of plugin (Permission (default OP) st.command.servertools)
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)
Permission (default false): st.ui.clone
It allows to clone your server using FTP (also available with SSL) or SFTP protocols.
- 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.
Permission (default false): st.ui.plugin-manager
It allows to:
Permission (default false): st.ui.poggit-downloader
It allows to search and download to your server a plugin from poggit website.
Permission (default OP): st.ui.restart
It simply restarts your server.
- 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.