From 5c285d5c5fbe2bd50e7b529a86a98b0c6dd82bb9 Mon Sep 17 00:00:00 2001 From: Achmad Awdi Zaidan <53670565+achmadawdi@users.noreply.github.com> Date: Sun, 13 Mar 2022 00:07:33 +0700 Subject: [PATCH] Update README.md --- README.md | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce3c140..297d8a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -
+
+
logo [![GitHub All Releases](https://img.shields.io/github/downloads/minecraft-id/WorldManager/total)](https://github.com/minecraft-id/WorldManager/releases/) @@ -11,10 +12,48 @@ ### 📋 About WorldManager can be used as world permission manager, so players or groups can only enter allowed worlds. Help you to make your world keep the secrets, perfect for those who really keep the secrets of the world. +

+ +### 🔨 Upcoming features ++ Unloader World Expired, unused world will be unloaded automatically. ++ give us suggestions for other features [here](https://discord.gg/gMZRd9Bbuq) +

+ +### 🔐 Permission List +``` +worldmanager.admin +``` +Permissions for admin use, reload configuration and all worldmanager commands. +

+ +``` +worldmanager.trust.* +``` +Permissions for players or trust groups that can access the world. +

+ +``` +worldmanager.trust.player +``` +Permissions only for players that can access the world. +

+ +``` +worldmanager.trust.group +``` +Permissions only for group that can access the world. +

+ +``` +worldmanager.globalworld +``` +Permission that can manage the global world. +

### 🧰 Other Plugin *Required* + [Multiverse-Core](https://dev.bukkit.org/projects/multiverse-core) + [LuckPerms](https://luckperms.net/download) +

### © License MinecraftID – [minecraft-id.net](https://www.minecraft-id.net)