BedHome
Teleport to your bed using /bed. Your bed is saved when you sleep in it.
This plugin is compatible with Spigot 1.8 through 1.17+!
LINKS
>>> BUG REPORTS
>>> GITHUB
(feel free to make a pull request)
>>> DEFAULT CONFIG
>>> FAQ/HELP
FEATURES
Teleport to your bed with /bed!
Lookup other player's beds!
Teleport to other player's beds!
Charge players to set and teleport to their bed!
If your player's bed has been destroyed, they can still teleport to it, see its co-ordinates or neither, depending on the config.
One bed per world!
COMMANDS
/bed - Teleport to your bed.
/bedhome [reload/help] - Reload the configuration file. or get help.
/bedhome lookup/tele - Get the co-ordinates of or teleport to the specified player's bed. Please note usernames are case-sensitive.
PERMISSIONS
- bedhome.bed - Allows players to use /bed
- bedhome.admin - Allows players to use all mod commands
- bedhome.world - Allows players to /bed to another world (2.2+)
UPDATER
This plugin uses Gravity's auto-updater.
This will detect if a new version is available and will download and install it on the next server reload.
This can be disabled by either going into /plugins/BedHome/config.yml and setting "auto-update" to "false" or going into /plugins/Updater/config.yml and changing "disable" to "true".
On servers running 2.0, this will not auto-update versions that support UUIDs as they may break servers using 1.7.2.
Metrics
We use bStats for Metrics! Please see the information sent about the plugin here
-
View User Profile
-
Send Message
Posted May 29, 2015@lt401vette
no problem :)
-
View User Profile
-
Send Message
Posted May 28, 2015Thanks for the quick resolution!
-
View User Profile
-
Send Message
Posted May 28, 2015@lt401vette
Hi, thanks very much for pointing out this issue. I did some testing and as it turns out 2.23 has some bad encoding. I've released an emergency update that will fix this issue. Thanks :)
-
View User Profile
-
Send Message
Posted May 27, 2015On startup it seems to fail to load the locale.yaml... I see your warning message then it fails. It is the default unedited locale.yaml, I have deleted them to start over, still the error. In the end it does load. running spigot 1.8.4
[08:38:53] [Server thread/WARN]: [BedHome] /!\======================NOTICE======================/!\ [08:38:53] [Server thread/WARN]: [BedHome] Since the last version of the plugin, the locale has had vital items added to it. [08:38:53] [Server thread/WARN]: [BedHome] Thanks to Bukkit's crappy encoding handling, we'll have to delete your locale to regenerate it. [08:38:53] [Server thread/WARN]: [BedHome] But, we will back up your old file so you can migrate any changes. [08:38:53] [Server thread/WARN]: [BedHome] The backup file is called "locale.yml.old" [08:38:53] [Server thread/WARN]: [BedHome] /!\======================NOTICE======================/!\ [08:38:53] [Server thread/ERROR]: Cannot load configuration from stream org.bukkit.configuration.InvalidConfigurationException: expected '<document start>', but found BlockMappingStart in 'string', line 25, column 1: version: 2.23 ^
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:240) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at org.minecast.bedhome.Main.reloadLocale(Main.java:65) [BedHome.jar:?] at org.minecast.bedhome.Main.onEnable(Main.java:162) [BedHome.jar:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:356) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:316) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:418) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:382) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:337) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:257) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:528) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at java.lang.Thread.run(Thread.java:745) [?:1.7.0_75] Caused by: org.yaml.snakeyaml.parser.ParserException: expected '<document start>', but found BlockMappingStart in 'string', line 25, column 1: version: 2.23 ^
at org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentStart.produce(ParserImpl.java:225) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:108) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) [minecraft_server.jar:git-Spigot-5818108-db5fd9c] ... 15 more [08:38:53] [Server thread/ERROR]: Cannot load plugins/BedHome/locale.yml
-
View User Profile
-
Send Message
Posted May 5, 2015Hello, you need Hungarian translate?
-
View User Profile
-
Send Message
Posted Apr 30, 2015Hi, I didn't use a translator. are there any mistakes ?
-
View User Profile
-
Send Message
Posted Apr 30, 2015@kurogamiX
thanks :)
Edit: Did you use a translator? Hmm...
-
View User Profile
-
Send Message
Posted Apr 4, 2015Hi, just finished the french translation (had to correct some of them)
-
View User Profile
-
Send Message
Posted Mar 29, 2015@tablecookie
Hi! Yes, if you can, Japanese translation would be great please!
-
View User Profile
-
Send Message
Posted Mar 29, 2015Hi
Let me know if you still need Japanese translation.
-
View User Profile
-
Send Message
Posted Mar 4, 2015is it possible has more bed points?
and setting more bed points have permission node?
well,this plugin is very nice
-
View User Profile
-
Send Message
Posted Feb 25, 2015@drewbie11
thanks man!
-
View User Profile
-
Send Message
Posted Feb 25, 2015@lupettohf
I'm sorry but I don't know the Rainbow API... I think there is a plugin that ports Bukkit though
-
View User Profile
-
Send Message
Posted Feb 23, 2015BEST PLUGIN EVER!!! Dude ur like one of the only people that updated their plugin to 1.8.1 xD
-
View User Profile
-
Send Message
Posted Feb 19, 2015@Superior_Slime project-rainbow.org can you make it work with rainbow?
-
View User Profile
-
Send Message
Posted Feb 17, 2015@Maciej3210
Thanks! You and the other guy who translated Polish will be added as translators... man, there are a lot of people there.
-
View User Profile
-
Send Message
Posted Feb 16, 2015@Superior_Slime
Hey! I just end translation of it! :)
-
View User Profile
-
Send Message
Posted Feb 16, 2015@Kwacek
Hello! Thank you for your help with translations. I am trying to get this plugin as localized as possible. If it's convinient for you, please translate the last 2 pages! Thanks! :)
http://dev.bukkit.org/bukkit-plugins/bedhome/localization/plPL/?page=2 http://dev.bukkit.org/bukkit-plugins/bedhome/localization/plPL/?page=3
-
View User Profile
-
Send Message
Posted Feb 16, 2015Heard u need someone who can speak polish! I can help u bro
-
View User Profile
-
Send Message
Posted Feb 15, 2015@madtomic
Thank you! :D