Inactive [TP] MyHome v2.3 [BukkitDev, 1.3.1-R1]

Discussion in 'Inactive/Unsupported Plugins' started by Spathizilla, Apr 17, 2011.

  1. Offline

    Spathizilla

    MyHome v2.2
    Release Date: 1st March 2012
    Yes, MyHome 2.2 works on 1.2.3, Try it.
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

    Recommended Craftbukkit Build: 1.1-R4+

    Permissions Support:
    MyHome can use Permissions 2, Permissions 3, PermissionsEx, GroupManager, bPermissions, bPermissions2 plugins or the built-in SuperPerms to manage permissions and in some cases, user/group settings also.

    Economy Support:
    Supports iConony 4, iConomy 5, iConomy 6, BOSEconomy 6, BOSEconomy 7, EssentialsEco and MultiCurrency to allow charging for using MyHome commands. This is provided via Register

    Getting Help & Feature Requests:
    Please use the MyHome DevBukkit ticket system to report bugs and submit feature requests. There is also a forum where you can ask questions which are not ticket suitable.

    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    ChangeLog v2.2:

    Important: You will need to re-generate your config file as it has completely changed.
    • Fix: SuperPerms now correctly allows ops to run commands (when enabled)
    • Fix: Decreased the sensitivity of movement detection
    • R5: Updated to new event listeners
    • Localization: German Translations: Thanks to Maxs
    • Localization: Updated Russian Translations, Thanks to MisterFix
    • New feature: Only allow /home to be used within x blocks of their home point
    • Per user/group distance node: myhome.distance.home
    • New feature: Table name in the database can be changed
    • bPermssions 2 support
    • More cleanup and optimization
    • New config layout - remake your config! [New config.yml]
    New per user/group node:
    * myhome.distance.home - Maximum blocks away from their /home point that /home will work.


    Older changes (open)

    v2.2b:
    2.1b only: Fixed non PEx plugins failing because I am an idiot
    2.1a only: Fixed an NPE when using SuperPerms

    Important: Be sure to update the permissions if you allow players to bypass the economy costs.
    • A massive permissions overhaul to make things more reliable
      • bPermissions support added
      • SuperPerms support added
    • Feature Localizations (english, spanish and danish so far)
    • Feature: Some commands (like deleting homes) works via console
    • Bug Fix: Zero second timers no longer block in laggy servers
    • Bug Fix: Beds cannot /sethome if the user doesnt have that permission
    • Lots of cleanup (you wont see this bit).
    • Permission Change: Economy "free" permissions no longer included under myhome.home.*
    Permissions changes:
    (myhome.econ.free.*) - Allow /sethome and /home usage for free
    (myhome.econ.free.sethome) - Allow /sethome usage for free
    (myhome.econ.free.home) - Allow /home usage for free

    v2.0.1
    v2.0a:
    v1.9.5:
    Added /sethome which can be enabled in the config (Config: allowSetHome = false)
    The new /sethome uses the same permission as /home set so no extra permissions needed.
    Added a cooldown for setting the home position (Config: coolDownSetHome = 0)

    v1.9.4c - Unreleased (fixed with a symlink on the webserver):
    Fixed the update url going to lib/lib.

    v1.9.4b:
    Updated SQLite download urls.

    v1.9.4a:
    Added Manifests to JAR to fix lib issues

    v1.9.4:
    Forked plugin from 1.9.3
    Fix for onPlayerJoin changes in Bukkit
     
    Sergey95, Hopium, Phaedrus and 3 others like this.
  2. Offline

    seriosbrad

    Hi

    In 2.0 RC1 with RB #928 I'm getting this:

    Code:
    2011-06-24 21:29:45 [SEVERE] Error occurred while enabling MyHome v1.9.5 (Is it up to date?): me.taylorkelly.myhome.ConnectionManager.initialize(Ljava/io/File;)Ljava/sql/Connection;
    java.lang.NoSuchMethodError: me.taylorkelly.myhome.ConnectionManager.initialize(Ljava/io/File;)Ljava/sql/Connection;
    	at me.taylorkelly.myhome.MyHome.onEnable(MyHome.java:57)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:157)
    	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  3. Offline

    Spathizilla

    Did you remove the MyHome.jar for 1.9.5 and replace it with the 2.0-RC1 version? Otherwise you'll be trying to load 2 copies and they'll clash -- They have different file names (deliberately)
     
  4. Offline

    Buz

    i put myhome 2 in plugins but in game commands dont work it only says to type /home help and here is only /home point command i have command book and permision 3
     
  5. Offline

    shellthor

    When I try to invite or uninvite a player to my home that is not currently logged on i get these errors:
    Code:
    2011-06-25 08:54:36 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'home' in plugin MyHome v2.0
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:304)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:725)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:691)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:684)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
        at me.taylorkelly.myhome.HomeList.invite(HomeList.java:224)
        at me.taylorkelly.myhome.MyHome.onCommand(MyHome.java:277)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    2011-06-25 08:55:20 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'home' in plugin MyHome v2.0
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:304)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:725)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:691)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:684)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
        at me.taylorkelly.myhome.HomeList.uninvite(HomeList.java:250)
        at me.taylorkelly.myhome.MyHome.onCommand(MyHome.java:285)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more


    Just thought I would let you know of the unhandled exceptions.
     
  6. Offline

    Paah

    Code:
    2011-06-25 15:52:56 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    2011-06-25 15:52:56 [SEVERE] at com.nijiko.permissions.ModularControl.<clinit>(ModularControl.java:45)
    2011-06-25 15:52:56 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:184)
    2011-06-25 15:52:56 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:139)
    2011-06-25 15:52:56 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-06-25 15:52:56 [SEVERE] at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-06-25 15:52:56 [SEVERE] at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    2011-06-25 15:52:56 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-06-25 15:52:56 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-06-25 15:52:56 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-25 15:52:56 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-25 15:52:56 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    CB928 + MyHome 1.9.5 + Permissions 3.1.5b

    Even though the error says nothing about MyHome, it doesn't appear after I removed MyHome. (And permissions works again, with MyHome it was granting * permissions for everyone.)
     
  7. Offline

    Spathizilla

    When that happens it is always a permissions issue. If it thinks you dont have permission, the only thing to show up in help is point. Check you have the right permissions

    Was that a full name or partial one? Either way I'll look into it.

    Can you redownload 1.9.5 - It is possible you're using the version which doesnt work with p3.. I copied the p3 fixed version over the 1.9.5 main one last night
     
  8. Offline

    Buz

    Ì have * permissions and i added the permissions for myhome but doesent work.
    I delleted the permissions plugin and works but i need permission plugin for other plugins
    I gave me the permissions and doesnt work what i can do?
    I have this thing(error)whit many other plugins but i neeed a permission plugin can someone recomand me one that works with myhome whitout problems?
    i think is from build i have craftbukit 928
    Permission plugin 3.1.5b is for 818
     
  9. Offline

    Paah

    I downloaded it 15 minutes before posting the error. I was using the MyHome-p3.jar before that, but decided to redownload it as was requested in the first post while upgrading to CB928.
     
  10. Offline

    Spathizilla

    Hmm.. I'll have to check I didnt copy the old version back onto the webserver again. The p3 version should have been what you got when redownloading it.

    Edit: DUH! I'm a moron! I forgot the static jar url isnt in the 1.9.5 directory.. Fixing

    2nd Edit: Fixed. You can redownload it now
     
  11. Offline

    SBD09

    when i use /home i goes into a huge beta hole then i die any help?
     
  12. Offline

    Spathizilla

    CB version.. Permissions version... MyHome version... Config...
    "It is broken" isn't helpful.
     
  13. Offline

    SBD09

    ops sorry i am using 928 with permissions 3.1.5b, MyHome 2.0 rc1
     
  14. Offline

    Spathizilla

    Try turning on loadChunks in the config. I thought the last two CB rbs had fixed the laghole issues.
     
  15. Offline

    Buz

    Now i use pex and work:)
     
  16. Offline

    lazy_architect

    using RB928 got this error in console when typing command /home invite <Player>
    Code:
    2011-06-26 01:43:07 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'home' in plugin MyHome v2.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:304)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:725)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:691)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:684)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at me.taylorkelly.myhome.HomeList.invite(HomeList.java:224)
    at me.taylorkelly.myhome.MyHome.onCommand(MyHome.java:277)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
     
  17. Offline

    Spathizilla

    Thanks, I've already fixed it on github
     
  18. Offline

    GmK

    Oh good, I was going crazy trying to find out if its my Permissions setup or whatnot that causes the invites to fail.

    When might we see a compile? (I fail at compiling myself) Thanks!
     
  19. Offline

    SkyIT

    Ehi man tanks 4 plugin but still dont work for me ... can u help me to find out ? thanks ..

    error
    Show Spoiler


    2011-06-26 16:56:02 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'home' in plugin MyHome v2.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:304)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:725)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:691)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:684)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at me.taylorkelly.myhome.HomePermissions.permission(HomePermissions.java:54)
    at me.taylorkelly.myhome.HomePermissions.home(HomePermissions.java:111)
    at me.taylorkelly.myhome.MyHome.onCommand(MyHome.java:190)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more



    idont understand anything about java :/ world guard 5.0 make error get disable and later enabled .. i dunno :/
     
  20. Offline

    MalcolmLC

  21. Offline

    Spathizilla

    khamseen_air likes this.
  22. Offline

    MalcolmLC

    Im just doing what he told me to XD .
     
  23. Offline

    ACStache

    the 2.0 RC1 has PEX support (which is the post he linked). try it out
     
  24. Offline

    MalcolmLC

    Thanks hope mywarp has that to :D
     
  25. Offline

    Spathizilla

    It does.
     
  26. Offline

    GmK

    Any chance we can get a build with the invite bug fixed? Thank you so much <3
     
  27. Offline

    Spathizilla

    The bug itself isnt breaking the invite/uninvite (or shouldnt). What happens is it tries to send a message to the offline player and that fails because the server doesnt know they exist when offline.

    The invite process has actually completed when that error happens. It is the last thing to happen in the chain.

    I'll put up a new build when I've tested it for 935 since its the RB now. Unless anyone else wants to tell me if 935 works.
     
  28. Offline

    ClowneN

    Can you add iconomy support? :)
     
  29. Offline

    Spathizilla

    A fixed copy has been uploaded over the same RC1 jar as before.

    ..........

    sigh...
     
  30. Offline

    ClowneN

    oh sry. Will you add so it will be possible to have more then 1 home?
     
  31. Offline

    andune

    @Spathizilla

    Any update on per-world home support? I would love to switch over to this as my home plugin, but the key feature I'm waiting for is per-world support. It shows as the "features" for 2.0, but I just tested with 2.0-rc1 and don't see this feature yet.
     

Share This Page