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.
- Host: GitHub
- URL: https://github.com/restoremonarchyplugins/morehomes
- Owner: RestoreMonarchyPlugins
- License: mit
- Created: 2019-03-02T18:10:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T19:36:13.000Z (8 months ago)
- Last Synced: 2024-10-29T21:39:15.046Z (8 months ago)
- Topics: mcrow, restoremonarchy, rocketmod, unturned, unturned-server, unturnedplugin
- Language: C#
- Homepage: https://restoremonarchy.com/plugins/morehomes
- Size: 14.4 MB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 playersEach VIP setting contains:
- `PermissionTag` - The permission node that players need to have
- `Value` - The numeric value for that permissionFor 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 cooldownThe 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
```