Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update API4 (don't merge it first) #9

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Discord](https://img.shields.io/discord/620519017148579841.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/Uf6U78g)

# ServerTools
ServerTools is PocketMine-MP plugin containing a set of tools that allows you to manage your server directly from the game!
ServerTools is a PocketMine-MP plugin containing a set of tools that allows you to manage your server directly from the game!

## Features
- File Explorer
Expand Down Expand Up @@ -84,4 +84,4 @@ 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](https://poggit.pmmp.io/p/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.
- 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](https://poggit.pmmp.io/p/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.
6 changes: 3 additions & 3 deletions plugin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: ServerTools
main: matcracker\ServerTools\Main
version: 0.4.0
api: 3.21.0
version: 0.4.1
api: 4.0.0

load: POSTWORLD
author: matcracker
Expand Down Expand Up @@ -31,4 +31,4 @@ permissions:
st.ui.restart:
description: "Allows to use the restart function"
default: op
...
...