All Projects → matcracker → ServerTools

matcracker / ServerTools

Licence: GPL-3.0 license
ServerTools is Pocketmine-MP plugin containing a set of tools that allows you to manage your server directly from the game!

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to ServerTools

Discord-MCPE
Connect your PMMP server with Discord!
Stars: ✭ 27 (+17.39%)
Mutual labels:  pmmp, pmmp-plugin, pmmp-plugins
WarpUI
A warp UI and world UI teleportation plugin that supports rotation and pitch.
Stars: ✭ 14 (-39.13%)
Mutual labels:  pmmp, pmmp-plugin
DungeonPlus
[Plugin] A Plugin support Dungeon API.
Stars: ✭ 14 (-39.13%)
Mutual labels:  pmmp, pmmp-plugin
CosmeticMenu
Fun and Easy-to-Use Pocketmine Cosmetics plugin. (Gadgets, Particles, Trails, etc)
Stars: ✭ 22 (-4.35%)
Mutual labels:  pmmp, pmmp-plugin
telescope-file-browser.nvim
File Browser extension for telescope.nvim
Stars: ✭ 674 (+2830.43%)
Mutual labels:  file-explorer, file-manager
MagicWE2
[MagicWE2] Lag free asynchronous world editor for PMMP with plenty of options
Stars: ✭ 109 (+373.91%)
Mutual labels:  pmmp, pmmp-plugin
SimplePets
🐕‍🦺 An Ultimate Pets plugin for PocketMine-MP.
Stars: ✭ 20 (-13.04%)
Mutual labels:  pmmp, pmmp-plugin
Vim Netranger
A ranger-like system/cloud storage explorer for Vim, bringing together the best of Vim, ranger, and rclone.
Stars: ✭ 170 (+639.13%)
Mutual labels:  file-explorer, file-manager
BurgerCustomArmor
Create Custom Armor Sets with several abilities!
Stars: ✭ 25 (+8.7%)
Mutual labels:  pmmp, pmmp-plugin
Pocketmine-School
A Website To Teach Everything About PocketMine-MP
Stars: ✭ 15 (-34.78%)
Mutual labels:  pmmp, pmmp-plugins
SkyBlock
🦅 SkyBlock for PocketMine-MP
Stars: ✭ 102 (+343.48%)
Mutual labels:  pmmp, pmmp-plugin
js-fileexplorer
A zero dependencies, customizable, pure Javascript widget for navigating, managing, uploading, and downloading files and folders or other hierarchical object structures on any modern web browser.
Stars: ✭ 124 (+439.13%)
Mutual labels:  file-explorer, file-manager
EasyEdit
A feature-rich World Editor for PocketMine-MP
Stars: ✭ 26 (+13.04%)
Mutual labels:  pmmp, pmmp-plugin
Offhand
A PocketMine-MP Plugin that implements OffHand (and OffHandInventory)
Stars: ✭ 36 (+56.52%)
Mutual labels:  pmmp, pmmp-plugin
Tinyfilemanager
The best web based PHP File Manager in single file, Manage your files efficiently and easily with tinyfilemanager
Stars: ✭ 2,679 (+11547.83%)
Mutual labels:  file-explorer, file-manager
Emotes
This plugin allows players to use their favorite emotes on the server!
Stars: ✭ 15 (-34.78%)
Mutual labels:  pmmp, pmmp-plugin
Chadtree
File manager for Neovim. Better than NERDTree.
Stars: ✭ 653 (+2739.13%)
Mutual labels:  file-explorer, file-manager
Angular Filemanager
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in AngularJS with CSS3 Responsive (with FTP in PHP / Java / Node)
Stars: ✭ 1,693 (+7260.87%)
Mutual labels:  file-explorer, file-manager
NPC
The NPC plugin for PocketMine-MP
Stars: ✭ 28 (+21.74%)
Mutual labels:  pmmp, pmmp-plugin
NpcDialog
🗽 PocketMine-MP virion to add dialogs to entities easily
Stars: ✭ 55 (+139.13%)
Mutual labels:  pmmp, pmmp-plugin

Discord

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:

Main_Menu

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)

FileExplorer

Reading file example

ReadFile

Editing file example

EditFile

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

  1. Select the transfer mode.
    TransferMode

  2. Compile the information to login to your FTP/SFTP server.
    FTP_Data

  3. Choose, if you want, some server folders/files to exclude from your clonation.
    ExcludeFiles

  4. Wait until the process is finished.
    Progress

Plugin Manager

Permission (default false): st.ui.plugin-manager

PluginManager

It allows to:

  • Enable/Disable plugins
    EnableDisablePlugin

  • Load a plugin from file (.phar)
    LoadPharPlugin

Poggit Plugin Downloader

Permission (default false): st.ui.poggit-downloader

It allows to search and download to your server a plugin from poggit website.

PoggitDownloader

Restart Server

Permission (default OP): st.ui.restart

It simply restarts your server.

F.A.Q.

  1. 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].