AntiCores / EasyHomes

A highly customizable and easy-to-use Homes plugin which supports both commands and forms.
GNU General Public License v3.0
9 stars 2 forks source link
commands customizable easy easyhomes essentials forms homes lang multi-lang plugin pmmp pocketmine simple

EasyHomes Banner

EasyHomes

HitCount License Poggit Release
HitCount GitHub license Poggit-CI

A highly customizable and easy-to-use Homes plugin which supports both commands and forms for your Minecraft Bedrock Server running on PocketMine-MP.

Features

How to setup?

Commands and Permissions

Description Command Permission Default
Home form /home eh.command true
Home command /home [string:home] eh.command.tp true
Teleport to home /home teleport [string:home] eh.command.tp true
Delete a home /home delete [string:home] eh.command.del true
Help command /home help eh.command.help true
List homes /home list eh.command.list true
Set a home /home set [string:home] eh.command.set true
Description Command Permission Default
Admin form /homeadmin eh.command.admin op
Delete a player home /homeadmin delete [string:player] [string:home] eh.command.admin.del op
Get player's home limit /homeadmin getlimit [string:player] eh.command.admin.limit.get op
Set player's home limit /homeadmin setlimit [string:player] [int:count] eh.command.admin.limit.set op
Increase player's home limit /homeadmin ilimit [string:player] [int:count] eh.command.admin.limit.increase op
Help command /homeadmin help eh.command.admin.help op
List player's homes /homeadmin list [string:player] eh.command.admin.list op
Set player's home /homeadmin set [string:player] [string:home] eh.command.admin.set op
Teleport to player's home /homeadmin teleport [string:player] [string:home] eh.command.admin.tp op

Note: Alias for every command exists. You can find detail in lang.yml.

API

EasyHomes provides a simple API for developers wishing to use this plugin in theirs or make addons for it.