Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RestoreMonarchy authored Dec 31, 2023
1 parent c307912 commit e4ca112
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,33 @@
[![Version](https://img.shields.io/github/release/RestoreMonarchyPlugins/MoreHomes.svg)](https://github.com/RestoreMonarchyPlugins/MoreHomes/releases) ![Discord](https://discordapp.com/api/guilds/520355060312440853/widget.png)
# MoreHomes
* Allows players to have multiple beds
* You can set the delay of teleportation
* Manage max amount of homes by creating permissions
* Restore all beds to the database with a command
* Checks if bed exists before teleporting
* Allows players to have multiple beds
* You can set the delay of teleportation
* Manage max amount of homes by creating permissions
* Restore all beds to the database with a command
* Checks if bed exists before teleporting

## Commands

**/home** *<Name>* – Teleports player to their bed
```
<Permission Cooldown="0">home</Permission>
```
**/homes** – Displays a list of player's claimed beds
```
<Permission Cooldown="0">homes</Permission>
```
**/destroyhome** *<Name>* – Destroys the bed and removes it from you home list
```
<Permission Cooldown="0">destroyhome</Permission>
```
**/renamehome** *<Name>* *<NewName>* – Changes home's name to a new one
```
<Permission Cooldown="0">renamehome</Permission>
```
**/restorehomes** - Restores all beds that are claimed and not in database
```
<Permission Cooldown="0">restorehomes</Permission>
```

## Configuration
```xml
Expand Down

0 comments on commit e4ca112

Please sign in to comment.