Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RestoreMonarchy committed Oct 18, 2024
1 parent 314045b commit f2e6ec5
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,16 @@ Allow players to claim and teleport to multiple beds.
<?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>yellow</MessageColor>
<DefaultHomeCooldown>60</DefaultHomeCooldown>
<MessageIconUrl>https://i.imgur.com/9TF5aB1.png</MessageIconUrl>
<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="10" />
<VIPPermission PermissionTag="morehomes.star" Value="5" />
</VIPCooldowns>
<VIPDelays>
<VIPPermission PermissionTag="morehomes.vip" Value="5" />
Expand All @@ -57,29 +58,28 @@ Allow players to claim and teleport to multiple beds.
```xml
<?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} seconds to use home 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!" />
<Translation Id="HomeCanceledYouMoved" Value="Your home teleportation was canceled because you moved" />
<Translation Id="HomeCooldown" Value="Please wait [[b]]{0}[[/b]] seconds before using home again" />
<Translation Id="HomeDelayWarn" Value="You will be teleported to your home [[b]]{0}[[/b]] in seconds" />
<Translation Id="MaxHomesWarn" Value="You have reached the maximum number of beds" />
<Translation Id="BedDestroyed" Value="Home unavailable: bed destroyed or unclaimed. Teleportation canceled" />
<Translation Id="WhileDriving" Value="You can't teleport while driving" />
<Translation Id="NoHome" Value="No matching home found for teleportation" />
<Translation Id="HomeSuccess" Value="You were teleported to [[b]]{0}[[/b]] home" />
<Translation Id="HomeList" Value="Your homes [[b]][{0}/{1}][[/b]]: " />
<Translation Id="NoHomes" Value="You don't have any claimed beds" />
<Translation Id="DestroyHomeFormat" Value="Usage: /destroyhome [[name]]" />
<Translation Id="HomeNotFound" Value="No home found with the name [[b]]{0}[[/b]]" />
<Translation Id="DestroyHomeSuccess" Value="Home [[b]]{0}[[/b]] has been removed" />
<Translation Id="RenameHomeFormat" Value="Usage: /renamehome [[current name]] [[new name]]" />
<Translation Id="HomeAlreadyExists" Value="You already have home with the name [[b]]{0}[[/b]]" />
<Translation Id="RenameHomeSuccess" Value="Home renamed from [[b]]{0}[[/b]] to [[b]]{1}[[/b]]" />
<Translation Id="WhileRaid" Value="You can't teleport while in raiding mode" />
<Translation Id="WhileCombat" Value="You can't teleport while in combat mode" />
<Translation Id="RestoreHomesSuccess" Value="[[b]]{0}[[/b]] homes have been restored" />
<Translation Id="RemoveHome" Value="Your [[b]]{0}[[/b]] home has been removed" />
<Translation Id="HomeClaimed" Value="New home claimed with the name [[b]]{0}[[/b]]" />
<Translation Id="HomeTeleportationFailed" Value="Failed to teleport to [[b]]{0}[[/b]] home" />
<Translation Id="HomeDestroyed" Value="Your [[b]]{0}[[/b]] home was destroyed" />
<Translation Id="HomeCanceledYouMoved" Value="Home teleportation canceled because you moved" />
</Translations>
```

0 comments on commit f2e6ec5

Please sign in to comment.