Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Creators
Details
Licensed ARR
Published 4 months ago
Updated last month
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.

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 :)



