Coder Social home page Coder Social logo

restoremonarchyplugins / morehomes Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 5.0 14.77 MB

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

License: MIT License

C# 100.00%
unturned rocketmod unturnedplugin unturned-server mcrow restoremonarchy

morehomes's Introduction

Version Discord

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

Commands

/home – 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 – Destroys the bed and removes it from you home list

<Permission Cooldown="0">destroyhome</Permission>

/renamehome – 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 version="1.0" encoding="utf-8"?>
<MoreHomesConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <MessageColor>#f79122</MessageColor>
  <DefaultHomeCooldown>20</DefaultHomeCooldown>
  <DefaultHomeDelay>10</DefaultHomeDelay>
  <DefaultMaxHomes>2</DefaultMaxHomes>
  <TeleportHeight>0.5</TeleportHeight>
  <CancelOnMove>true</CancelOnMove>
  <MoveMaxDistance>0.5</MoveMaxDistance>
  <VIPCooldowns>
    <VIPPermission PermissionTag="morehomes.vip" Value="10" />
    <VIPPermission PermissionTag="morehomes.star" Value="5" />
  </VIPCooldowns>
  <VIPDelays>
    <VIPPermission PermissionTag="morehomes.vip" Value="5" />
    <VIPPermission PermissionTag="morehomes.star" Value="3" />
  </VIPDelays>
  <VIPMaxHomes>
    <VIPPermission PermissionTag="morehomes.vip" Value="3" />
    <VIPPermission PermissionTag="morehomes.star" Value="4" />
  </VIPMaxHomes>
</MoreHomesConfiguration>

Translations

 <?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Translation Id="HomeCooldown" Value="You have to wait {0} to use this command again" />
  <Translation Id="HomeDelayWarn" Value="You will be teleported to your home in {0} seconds" />
  <Translation Id="MaxHomesWarn" Value="You cannot have more homes" />
  <Translation Id="BedDestroyed" Value="Your home got destroyed or unclaimed! Teleportation canceled" />
  <Translation Id="WhileDriving" Value="You cannot teleport while driving" />
  <Translation Id="NoHome" Value="You don't have any home to teleport or name doesn't match any" />
  <Translation Id="HomeSuccess" Value="Successfully teleported You to your {0} home!" />
  <Translation Id="HomeList" Value="Your homes [{0}/{1}]: " />
  <Translation Id="NoHomes" Value="You don't have any home" />
  <Translation Id="DestroyHomeFormat" Value="Format: /destroyhome &lt;name&gt;" />
  <Translation Id="HomeNotFound" Value="No home match {0} name" />
  <Translation Id="DestroyHomeSuccess" Value="Successfully destroyed your home {0}!" />
  <Translation Id="RenameHomeFormat" Value="Format: /renamehome &lt;name&gt; &lt;rename&gt;" />
  <Translation Id="HomeAlreadyExists" Value="You already have a home named {0}" />
  <Translation Id="RenameHomeSuccess" Value="Successfully renamed home {0} to {1}!" />
  <Translation Id="WhileRaid" Value="You can't teleport while in raiding" />
  <Translation Id="WhileCombat" Value="You can't teleport while in combat" />
  <Translation Id="RestoreHomesSuccess" Value="Successfully restored {0} homes!" />
  <Translation Id="RemoveHome" Value="Your {0} home got removed!" />
  <Translation Id="RenameHomeSuccess" Value="Successfully renamed home {0} to {1}!" />
  <Translation Id="HomeClaimed" Value="Your new claimed home name is {0}" />
  <Translation Id="HomeTeleportationFailed" Value="Failed to teleport you to {0} home" />
  <Translation Id="HomeDestroyed" Value="Your home {0} got destroyed or you salvaged it!" />
</Translations>

morehomes's People

Contributors

charterino avatar restoremonarchy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.