Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
SimpleHomes
PluginLicenseRef-All-Rights-Reserved

SimpleHomes

A simple Homes Plugin. With customizable Messages and Sounds.

237
Downloads
1
Followers
5 months ago
Updated
📦
2
Versions
game-mechanicssocialutilitybukkitpaperpurpurspigot
Download Latestv1.1View on Modrinth

📖About SimpleHomes

SimpleHomes

Plugin

Its a SimpleHomes Plugin. With some Customization Options. Default config is at the end of this page.

Features:

  • Customizable Messages
  • Simple Home System
  • Home Cooldowns
  • Custom Sounds

How to use:

  • /sethome [name] To set a Home. | Permission (default): homes.sethome
  • /delhome [name] To delete a home you have created. | Permission (default): homes.delhome
  • /homes To list all homes created by yourself. | Permission (default): homes.homes
  • /home [name] To teleport to a home created by yourself. | Permission (default): homes.home
  • /simplehomes reload or /shr reload To reload the config.yml. | Permission Required: simplehomes.reload

Permissions:

  • homes.sethome You need this Permission to run /sethome [name].
  • homes.delhome You need this Permission to run /delhome [name].
  • homes.homes You need this Permission to run /homes.
  • homes.home You need this Permission to run /home [name].
  • homes.unlimited Users with this permission will be able to bypass the max-homes limit.
  • simplehomes.reload You need this Permission to run /simplehomes reload or /shr reload.

SimpleHomes Logo

default config.yml

max-homes: 3 # maximum of homes a player can have
teleport-cooldown: 5        # seconds between /home uses
teleport-warmup: 3          # seconds delay before teleporting
cancel-on-move: true        # if true, moving cancels teleport
cancel-on-damage: true      # if true, taking damage cancels teleport

# Here you can customize all Messages
messages:
  no-permission: "&cYou don't have permission!"
  usage:
    sethome: "&cUsage: /sethome <name>"
    home: "&cUsage: /home <name>"
    delhome: "&cUsage: /delhome <name>"
  sethome:
    success: "&aHome '&f%home%&a' has been set!"
    limit-reached: "&cYou reached the max homes (%max%)."
  home:
    not-exist: "&cThat home does not exist."
    warmup: "&aTeleporting to &f%home% &ain %time%s... Don't move!"
    success: "&aTeleported to &f%home%&a!"
    cooldown: "&cWait %time%s before teleporting again."
    cancelled-move: "&cTeleport cancelled because you moved!"
    cancelled-damage: "&cTeleport cancelled because you took damage!"
  delhome:
    success: "&aHome '&f%home%&a' deleted."
    not-exist: "&cThat home does not exist."
  homes:
    none: "&eYou have no homes."
    list: "&aYour homes: &f%homes%"
# Here you can customize all Sounds (Format: SOUND:VOLUME:PITCH). Valid sounds can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
sounds:
  # success sounds
  sethome-success: "BLOCK_NOTE_BLOCK_PLING:1:1"
  delhome-success: "ENTITY_ITEM_BREAK:1:1"
  home-warmup: "UI_BUTTON_CLICK:1:1"
  home-success: "ENTITY_ENDERMAN_TELEPORT:1:1"

  # cancel sounds
  home-cancel-move: "ENTITY_VILLAGER_NO:1:1"
  home-cancel-damage: "ENTITY_BLAZE_HURT:1:1"

  # failure sounds
  sethome-fail: "BLOCK_ANVIL_LAND:1:0.8"
  delhome-fail: "ENTITY_VILLAGER_NO:1:1"
  home-fail: "BLOCK_NOTE_BLOCK_BASS:1:0.8"
  no-permission: "ENTITY_VILLAGER_NO:1:1"
  cooldown-fail: "BLOCK_NOTE_BLOCK_BASS:1:0.5"
German Translation for config.yml
max-homes: 3 # Maximale Anzahl an Homes, die ein Spieler haben kann
teleport-cooldown: 5        # Sekunden zwischen der Nutzung von /home
teleport-warmup: 3          # Sekunden Verzögerung bevor teleportiert wird
cancel-on-move: true        # wenn true, wird der Teleport bei Bewegung abgebrochen
cancel-on-damage: true      # wenn true, wird der Teleport bei Schaden abgebrochen

# Hier kannst du alle Nachrichten anpassen
messages:
  no-permission: "&cDu hast keine Berechtigung!"
  usage:
    sethome: "&cBenutzung: /sethome <name>"
    home: "&cBenutzung: /home <name>"
    delhome: "&cBenutzung: /delhome <name>"
  sethome:
    success: "&aHome '&f%home%&a' wurde gesetzt!"
    limit-reached: "&cDu hast die maximale Anzahl an Homes erreicht (%max%)."
  home:
    not-exist: "&cDieses Home existiert nicht."
    warmup: "&aTeleportiere zu &f%home% &ain %time%s... Bitte nicht bewegen!"
    success: "&aDu wurdest zu &f%home% &ateleportiert!"
    cooldown: "&cBitte warte %time%s bevor du erneut teleportierst."
    cancelled-move: "&cTeleport abgebrochen, da du dich bewegt hast!"
    cancelled-damage: "&cTeleport abgebrochen, da du Schaden genommen hast!"
  delhome:
    success: "&aHome '&f%home%&a' wurde gelöscht."
    not-exist: "&cDieses Home existiert nicht."
  homes:
    none: "&eDu hast keine Homes gesetzt."
    list: "&aDeine Homes: &f%homes%"

# Hier kannst du alle Sounds anpassen (Format: SOUND:LAUTSTÄRKE:TONHÖHE). Gültige Sounds können hier gefunden werden https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
sounds:
  # Erfolgs-Sounds
  sethome-success: "BLOCK_NOTE_BLOCK_PLING:1:1"
  delhome-success: "ENTITY_ITEM_BREAK:1:1"
  home-warmup: "UI_BUTTON_CLICK:1:1"
  home-success: "ENTITY_ENDERMAN_TELEPORT:1:1"

  # Abbruch-Sounds
  home-cancel-move: "ENTITY_VILLAGER_NO:1:1"
  home-cancel-damage: "ENTITY_BLAZE_HURT:1:1"

  # Fehler-Sounds
  sethome-fail: "BLOCK_ANVIL_LAND:1:0.8"
  delhome-fail: "ENTITY_VILLAGER_NO:1:1"
  home-fail: "BLOCK_NOTE_BLOCK_BASS:1:0.8"
  no-permission: "ENTITY_VILLAGER_NO:1:1"
  cooldown-fail: "BLOCK_NOTE_BLOCK_BASS:1:0.5"

Have fun :)

👥 Team & Contributors

Blizzard
BlizzardOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+3 more

🔗 Links

Modrinth Page