Inactive [TP] MyHome v1.9.3: Now with Respawn to Home [531]

Discussion in 'Inactive/Unsupported Plugins' started by tkelly, Jan 8, 2011.

Thread Status:
Not open for further replies.
     
  1. Offline

    tkelly

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    MyHome v1.9.3
    Download MyHome v1.9.3
    Download MyHome (Static Jar)
    MyHome Source

    Suggest Features/Report Bugs

    Uses Permissions plugin to manage permissions (but is not required)

    For simple set-up, give your users 'myhome.home.*'
    and your moderators 'myhome.*' (includes myhome.admin and myhome.home.*)

    ...is Basic
    Many server admins only want the very basics. MyHome delivers on that, and still gives the speed and reliability of using a SQLite database.

    By only giving your users permission to myhome.home.basic.*, they will only be able to use the classic commands: /home and /home set.

    Don't want your users to be able to jump home whenever they please? Only give them myhome.home.basic.set.

    ...is Social
    However, sometimes your users will demand more. They'll want to invite their friends to their home, visit other peoples homes, and see whose home they can visit

    Give your users myhome.home.soc.*, and they'll be able to do all of that.

    ...is Guiding
    What's the purpose of everyone's compass pointing to some arbitrary spawn point?
    I'll answer that for you: none.

    MyHome will redirect your users' compass to point to their homes.

    This opens up the possibility for a supplement to a near vanilla experience by disabling users' ability to /home to home, but allowing them to follow their compass back home.

    Upon death, users will be respawned to their home point, rather than back to that global spawn point.


    ...is Restricting
    You may be a server admin who doesn't want their users always /home'ing out of danger whenever they jolly-well-feel-like-it. MyHome allows you to set 'Warm Ups', 'Cool Downs', or both. You can set this in MyHome.settings. Or... if you don't care about these things, just leave their settings as default, which is off.

    Warm Ups are the amount of time that it takes to send a player home after they use /home. So if you have a warm up time of 5 seconds; young Billy will have to evade that Creeper for 5 seconds longer before he's sent home after he hastily runs a /home command.

    Cool Downs are the amount of time between which players can use the /home command. In this case, if you have a cool down of 1 minute, and Billy uses /home, he'll be sent home; however, he can't use the /home command again for another 1 minute.

    For now, Warm Ups and Cool Downs are global, but once the Bukkit permissions/groups get more fleshed out, MH will have per user/group Warm Ups and Cool Downs.


    ...is Helpful
    As an server administrator, your job is tough. MyHome works to make your job a little easier (within it's domain). As an administrator, you can warp to everyone's home. You can also bypass the cooldown and warmup limits set upon your users if you'd like; check in the MyHome.settings.

    Transitioning from hMod? Have a homes.txt full of your users' homes? Use /home convert to import that into the MyHome database.


    Coming Soon!
    dabram71, malex, NoMad and 8 others like this.
  2.  
  3. Offline

    Jobsti

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
  4. Offline

    Frosty

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    There is I think 48 builds now they come out with like 5 a day heres the link to get updated:
    http://bamboo.lukegb.com/browse/BUKKIT-CRAFTBUKKIT/history
    --- merged: Jan 16, 2011 4:38 AM ---
    I get an error when I try to start my server with this plugin and a couple others. I was using build 44 and I thought that might be why so I downgraded to build 33 because it seems like alot of people are using that. Can anyone tell me why I get this error:
    2011-01-15 21:32:16 [INFO] Starting minecraft server version Beta 1.2_01
    2011-01-15 21:32:16 [INFO] Loading properties
    2011-01-15 21:32:16 [INFO] Starting Minecraft server on 192.168.1.67:25565
    2011-01-15 21:32:16 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-01-15 21:32:16 [WARNING] The server will make no attempt to authenticate us
    ernames. Beware.
    2011-01-15 21:32:16 [WARNING] While this makes the game possible to play without
    internet access, it also opens up the ability for hackers to connect with any u
    sername they choose.
    2011-01-15 21:32:16 [WARNING] To change this, set "online-mode" to "true" in the
    server.settings file.
    2011-01-15 21:32:16 [INFO] Preparing level "world"
    2011-01-15 21:32:16 [INFO] Preparing start region
    Preparing spawn area: 20%
    Preparing spawn area: 32%
    Preparing spawn area: 48%
    Preparing spawn area: 65%
    Preparing spawn area: 85%
    2011-01-15 21:32:22 [INFO] [General] version [1.3] (Holy) loaded
    2011-01-15 21:32:22 [INFO] [Guardian] version [1.1] (Armor) loaded
    [iStick] version [1.0] (N/A) loaded
    15-Jan-2011 9:32:22 PM org.bukkit.plugin.SimplePluginManager loadPlugins
    SEVERE: Could not load plugins\MyHome.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:80)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:115)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:80)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:37)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:153)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:140)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:104)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:177)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.NoSuchMethodException: me.taylorkelly.myhome.MyHome.<init>(
    org.bukkit.plugin.PluginLoader, org.bukkit.Server, org.bukkit.plugin.PluginDescr
    iptionFile, java.io.File, java.lang.ClassLoader)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.getConstructor(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:76)
    ... 8 more
    2011-01-15 21:32:22 [INFO] Minecart Mania Autocart version 0.3 is enabled!
    2011-01-15 21:32:22 [INFO] Minecart Mania Core version 0.51 is enabled!
    2011-01-15 21:32:22 [INFO] Done! For help, type "help" or "?"
  5. Offline

    NormireX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Ah ok I had no clue about that bamboo site. Thanks for the info. And I'm looking forward to the update!

    Also anyone know if anyone is working on a plugin similar to the hMod plugin CraftingReloaded? I miss leveling up as I play.heh
  6. Offline

    bogboom

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Running 48 some errors here:

    Code:
    E: Could not pass event PLAYER_COMMAND to MyWarp
    java.lang.NoSuchMethodError: org.bukkit.event.player.PlayerChatEvent.getPlayer()Lorg/bukkit/Player;
            at me.taylorkelly.mywarp.WMPlayerListener.onPlayerCommand(WMPlayerListener.java:22)
            at org.bukkit.plugin.java.JavaPluginLoader.callEvent(JavaPluginLoader.java:134)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:199)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:540)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:521)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:232)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:63)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:261)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:197)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Jan 15, 2011 11:10:25 PM org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event PLAYER_COMMAND to TelePlus
    
  7. Offline

    Jobsti

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Hello, read the posts.... not updated yet.
  8. Offline

    TheArcher

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Yes, definitely not updated. The plugin acknowledges itself in the command prompt, but its commands don't register.
  9. Offline

    tkelly

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Updated for #48+
    - Fixes for changes in Bukkit
    - New /home help command! Displays info on all the other home commands.
  10. Offline

    Intelli

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Hey

    Is it possible to get a copy of the plugin, without the "/home invite", "home /uninvite", "/home public", and "/home private"?

    Thanks!
  11. Offline

    chill1977

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Confirmed working on build 50 , good job.
  12. Offline

    SeeD419

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Also confirmed on build 50.
  13. Offline

    Jobsti

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I want:
    /home ilist to see which players are invited to my home
    /home list to see the public homes and to which I'am invited (other color)
  14. Offline

    chill1977

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Error:cannont find sqllite library? Any ideas? uploaded the sqlite file that was posted to same directory as craftbucket. I get this error when trying to convert my home.txt

    OK so when i use the /home set function it works fine but can't convert
  15. Offline

    JamRad

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Sorry newby question, what exactly is build 50?
    Is it the same sort of file as the craftbukkit.jar or is it something else entirely?
  16. Offline

    Galrath

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Build #50 ist the most recent Craftbukkit build and yes, it's a craftbukkit.jar
  17. Offline

    JamRad

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Just get this sort of message when I try: 2011-01-16 11:13:12 [INFO] JamRad issued server command: home help
    2011-01-16 11:13:12 [INFO] Unknown console command. Type "help" for help.
    Running build 50
  18. Offline

    hacky93

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    same here
  19. Offline

    Galrath

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Build #50, too, command works fine, just tried it.
  20. Offline

    Afforess

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    It would be nice to have admin control over this plugin. I want my players to each have a "home" that they respawn to when they die (I realize this isn't possible yet), but I want to run as close to a vanilla server as possible, so I don't allow teleporting, to anywhere. So I don't want players be able to do anything other than set where their home is.
  21. Offline

    Redon26

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I just downloaded the newest MyHome version and I'm still getting this error:

    Code:
    2011-01-16 18:18:10 [SEVERE] [MYHOME]: Error loading org.sqlite.JDBC
    2011-01-16 18:18:10 [SEVERE] [MYHOME]: Error loading org.sqlite.JDBC
    2011-01-16 18:18:10 [SEVERE] [MYHOME]: Error loading org.sqlite.JDBC
    2011-01-16 18:18:10 [INFO] MyHome 1.4 enabled
    2011-01-16 18:18:10 [INFO] Done! For help, type "help" or "?"
    Also, the homes I set aren't saved apparently, as everytime I start playing again it says "You don't have a home :("
    Any help is appreciated :)
  22. Offline

    seriosbrad

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Did you put sqlitejdbc-v056.jar into the root directory?
  23. Offline

    Exo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Works perfect.
    The new invite feature is an awesome addition :p
  24. Offline

    Carro

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I get

    Code:
    2011-01-16 19:20:45 [SEVERE] [MYHOME]: Error loading org.sqlite.JDBC
    2011-01-16 19:20:45 [SEVERE] [MYHOME]: Error loading org.sqlite.JDBC
    2011-01-16 19:20:45 [SEVERE] [MYHOME]: Error loading org.sqlite.JDBC
    :(
  25. Offline

    tekac

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    @Carro you didn't put in the org.sqlite.JDBC file, download link is next to plugin download link. Put it in the folder with craftbukkit.jar
  26. Offline

    Carro

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Oh, was to fast :p
    Will try it out..

    EDIT: now i can't even join the server..
  27. Offline

    tekac

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Anyone know if this works with build #60?
  28. Offline

    Redon26

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Oh wow, I totally missed that link, my bad. Thanks for the help!
  29. Offline

    nanaki658

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    wont save home points if the server is reset for any reason : / really unfortunate for anyone stuck exploring.
  30. Offline

    Galrath

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Just don't use the "fancy crap" then.

    EDIT: And the plug-in works fine. Just tried it. Set my home, stopped the server, restarted it and, what a surprise, /home still works.
    I'm using #50 btw.
  31. Offline

    M3t

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I don't have an option, I want to limit my players' commands.
  32. Offline

    Intelli

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    There doesn't appear to be any option to disable the extra stuff.
Thread Status:
Not open for further replies.

Share This Page