General
-
Can't break blocks after going home on 431 / 432
I've tried MyHome and MyWarp with builds 431 and 432 (the new 1.3 ones), and I seem to have a problem: After homing or warping, you can't break blocks. They reappear moments later (client thinks they were broke but never did on the server maybe?).
It's something to do with MyHome and MyWarp because when I remove them it's all good (teleports using the builtin teleport don't have problems).
Thanks.
33 votes -
Multiple Homes
Have it so you can set multiple homes like this
/home set <homename>
If <homename> is left blank it will set your default homeTo go to houses that you made other than your default you would type:
/home <homename>If you've been invited to visit another person's home you would type:
/home <username> <homename>
If <homename> is left blank it'll go to that user's default home if allowed.Lastly have it so you could invite/uninvite people to certain homes with this:
/home invite <name> <homename>
/home uninvite <name> <homename>And to make it public/private the command would just need… more
28 votesunder review ·
Admintkelly
(Admin, MyHome)
responded
This sounds suspiciously like MyWarp :P
And yea, this is sort of the reason why I made MyWarp, because people should only have one home, but if they want to have lots of warp points on the map, they should use a warp system.
-
Admins can set other player's home.
Core Idea:
/home set <name>Allow an admin to set another player's home.
Extra:
-Allow certain groups to be immune to this. i.e. Moderators cannot set Admins' homes.-Allow certain groups to set homes over certain other groups. i.e. Leaders set homes of Followers. Furthermore, allow specific individual to set homes over certain groups.
19 votes -
16 votes
-
Cooldown on set home
It would be great if there was a cool down on the set home ability. For example, I'd like for my users to only be able to set their home once per day, to combat misuse of the command. This would need to be able to be carried over between server resets.
8 votes -
Bug with multiple worlds
When i use /home from other world, i think it does change the world but doesn't position right. I command /home second time and i'm at home.
7 votes -
/sethome
/sethome
Not /home set7 votes -
Be able to change the welcome message
Be able to change the welcome message, /home msg <msg> or something similar
6 votes -
myhome 1.9.3 error
org.bukkit.command.CommandException: Unhandled exception executing command 'home' in plugin MyHome v1.9.3
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:755)
at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:720)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:713)
at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:91)
at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.teleportTo(Lorg/bukkit/Location;)V
at me.taylorkelly.myhome.Home.warp(Home.java:117)
at me.taylorkelly.myhome.timers.WarmUp.addPlayer(WarmUp.java:19)
at me.taylorkelly.myhome.HomeList.sendPlayerHome(HomeList.java:73)
at me.taylorkelly.myhome.MyHome.onCommand(MyHome.java:138)
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
... 12 moreand MyHome.settings is below:
coolDownNotify = true #Whether or not players will be notified after they've cooled down
respawnToHome = true #Whether or not players will respawn to their homes (false means to global spawn)
adminsObeyWarmsCools = false #Whether or not admins obey the WarmUp + CoolDown… more6 votes -
Feature Request: Sleep to Set Home
How about a toggle in the configuration so we can set it so that a player sleeping in a bed causes the bed to become their new home?
I'm wanting to disable all but the /home command, and use this mod in a similar way to World of Warcraft's Hearthstone, allowing players to sleep in a location to set their current home then teleport back to it for quick travel (with a huge cooldown, of course!).
4 votes -
Server setting to disable visiting other players homes via MyHome.
Me and my friends build this giant minecart system which travels between all our homes, but with visiting friends, everyone just teleports to each other.
Can you add a command that stops players from doing so please?
3 votes -
Cooldown timer never starts
The cooldown timer on /home commands on our 1.5 server never counts down from 5min. Even after hours have passed. It does work only after a server restart (and only once). Even when the command works all /homes are replaced with holes in which players suffocate.
3 votes -
Fix MyHome 1.9.3 command bug with GroupManager 1.0 Alpha 5 and FakePermissions 2.5.1
22:46:30 [INFO] Starting minecraft server version Beta 1.3
22:46:30 [INFO] Loading properties
22:46:30 [INFO] Starting Minecraft server on *:25566
22:46:31 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-544-
g6c6c30a-b556jnks (MC: 1.3)
22:46:31 [INFO] Preparing level "world"
22:46:31 [INFO] Preparing start region
22:46:32 [INFO] Preparing spawn area: 32%
22:46:38 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10
minutes!
22:46:38 [INFO] GroupManager version 1.0(alpha-5) is enabled!
22:46:38 [INFO] Fake Permissions version 2.5.1 is enabled!
22:47:05 [INFO] [MYHOME]: 0 homes loaded
22:47:05 [INFO] [MYHOME] Permissions enabled using: GroupManager v1.0(alpha-5)
22:47:05 [WARNING] [MYHOME] 'Help' isn't detected. No /help support. … more3 votes -
Have myhome and mywarp add to the history for /tp back.
I know this is planned, but I just thought I would show that I support the idea. : )
3 votes -
Reduce memory usage
MyHome memory usage on my server is in excess of 100MB. This is with all other plugins unloaded except craftbukkit and chatbukkit.
Memory required by the server reaches 332MB on startup and without MyHome is 114MB.
There are currently 17 homes in our database. I don't think this is relevant though since even with an empty database memory usage is the same.
I am happy to provide any additional information you require to fix this bug.
3 votes -
confirm teleportation completion before starting cooldown timer
Crashed out of MC due to network error and teleport did not complete (still at origin), yet cooldown initiated. Check location against home coordinates to within a small distance and conditionally, and if returned true, initiate the cooldown timer, if not, retry and run check again for a set amount of retries. If failure, write to log and tell player to notify server administrator
3 votes -
Welcome Home!
It would be cool if the message when you go home is different from when you go to another players home. For example: "Welcome Home!" for you, and "Welcome to Bob's Home" when you go to Bob's home, rather than it saying "Welcome to Bob's Home" when bob goes to his home.
3 votes -
Fix commands
Whenever i user /home, nothing happens, and the console says "unknown console command". I use the latest craftbukkit version and the latest plugin version
3 votes -
1 vote
-
Chrash on /home
2011-02-02 12:12:39 [WARNING] Failed to handle packet: java.lang.IllegalArgumentException: Non-positive period.
java.lang.IllegalArgumentException: Non-positive period.
at java.util.Timer.schedule(Timer.java:243)
at me.taylorkelly.myhome.timers.WarmUp.addPlayer(WarmUp.java:26)
at me.taylorkelly.myhome.HomeList.sendPlayerHome(HomeList.java:71)
at me.taylorkelly.myhome.MyHome.onCommand(MyHome.java:98)
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:17)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:76)
at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:162)
at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:584)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:563)
at net.minecraft.server.Packet3Chat.a(SourceFile:24)
at net.minecraft.server.NetworkManager.a(SourceFile:232)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:71)
at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:283)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)1 vote