▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/SimpleHomes
SimpleHomes

SimpleHomes

A simple /home mod for fabric

391
4

SimpleHomes

A small and simple mod that adds a singular home for all players

Required Mods

This mod is dependent on BFAPI

Commands

NamePermissionOpLevelDescription
sethomesimplehomes.use0Sets the players home at their current location
homesimplehomes.use0Teleports the player to their home

Config

The config is found under simplehomes.json in the config directory

FieldTypeDescriptionDefault
homePermissionStringThe permission used to see if a player can use /homesimplehomes.use
homeSetMessageTextthe text sent to a player when they run /sethomeYour home has been set
homeStorageJsonObjectThe place where home locations are stored{}
warmupIntegerThe time a player must stand still before they are teleported (in seconds)5
noHomeMessageTextThe message sent to a player when they do not have a home to return toYou do not have a home set!
forceHomeToBeBedBooleanIf all homes should be tied to the players respawn pointfalse
failedToTeleportDueToMovementTextThe message sent to a player when they move during a teleportTeleport to home canceled as you moved!
sendTextViaActionBarBooleanIf messages should be sent to players via the actionbar or via the chattrue
teleportSucceededTextThe message sent to a player when they teleport to their homeTeleported to your home!
teleportWaitTextThe message sent to a player when they run /home and the warmup beginsTeleporting shortly, please do not move
cooldownIntegerThe time (in seconds) between /home requests from players30
cooldownMessageTextThe text sent to a player when they try to do /home while on cooldownYou are on cooldown!
{
  "homePermission": "simplehomes.use",
  "homeSetMessage": {
    "color": "gold",
    "text": "Your home has been set"
  },
  "homeStorage": {},
  "warmup": 5,
  "noHomeMessage": {
    "color": "red",
    "text": "You do not have a home set!"
  },
  "forceHomeToBeBed": false,
  "failedToTeleportDueToMovement": {
    "color": "red",
    "text": "Teleport to home canceled as you moved!"
  },
  "sendTextViaActionBar": true,
  "teleportSucceeded": {
    "color": "gold",
    "text": "Teleported to your home!"
  },
  "teleportWait": {
    "color": "gold",
    "text": "Teleporting shortly, please do not move"
  },
  "cooldown": 30,
  "cooldownMessage": {
    "color": "red",
    "text": "You are on cooldown!"
  }
}

Links

Совместимость

Minecraft: Java Edition

1.17.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:Apache-2.0
Опубликован:4 года назад
Обновлён:4 года назад
Главная