An open API service indexing awesome lists of open source software.

https://github.com/restoremonarchyplugins/morehomes

RocketMod 4 plugin for Unturned which allows players to have more than just one bed.
https://github.com/restoremonarchyplugins/morehomes

mcrow restoremonarchy rocketmod unturned unturned-server unturnedplugin

Last synced: about 2 months ago
JSON representation

RocketMod 4 plugin for Unturned which allows players to have more than just one bed.

Awesome Lists containing this project

README

        

# MoreHomes

A plugin for Unturned that allows players to claim and teleport to multiple beds.

## Features
- Claim multiple beds as homes
- Teleport to your homes with simple commands
- Configurable cooldown and delay system
- Teleportation cancels if player moves
- Works with Teleportation plugin to check combat and raid status
- VIP system for special cooldowns, delays, and home limits

## Commands

### Player Commands
- `/home` - Teleport to your first home
- `/home ` - Teleport to a specific home
- `/homes` - List all your homes
- `/destroyhome ` - Delete a home
- `/renamehome ` - Rename a home

### Admin Commands
- `/restorehomes` - Rebuild homes database from all beds on the map (console only)

## Configuration

```xml

yellow
https://i.imgur.com/9TF5aB1.png
20
10
2
0.5
true
0.5
false











```

### Configuration Options

- `MessageColor` - Color of plugin messages to players
- `MessageIconUrl` - URL of the icon shown in messages
- `DefaultHomeCooldown` - Seconds players must wait between using home teleport
- `DefaultHomeDelay` - Seconds players must wait before teleportation happens
- `DefaultMaxHomes` - Maximum number of homes a player can have
- `TeleportHeight` - Height offset when teleporting to a bed
- `CancelOnMove` - Whether teleportation should cancel if player moves
- `MoveMaxDistance` - How far a player can move before teleport cancels
- `BlockUnderground` - Prevent teleporting to beds located underground

## VIP System

The VIP system uses permission tags to give players special benefits:

- `VIPCooldowns` - Custom cooldown times for VIP players
- `VIPDelays` - Custom delay times for VIP players
- `VIPMaxHomes` - Custom maximum home limits for VIP players

Each VIP setting contains:
- `PermissionTag` - The permission node that players need to have
- `Value` - The numeric value for that permission

For example:
- `` in VIPMaxHomes means players with "morehomes.vip" permission can have 3 homes
- `` in VIPCooldowns means players with "morehomes.star" permission have a 5 second cooldown

The plugin always uses the best value for the player:
- For cooldowns and delays: the lowest value from applicable permissions
- For max homes: the highest value from applicable permissions

## Player Permissions

```xml
home
homes
destroyhome
renamehome
```