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

    Kostronor

    @Spathizilla
    could you add perworld-homes, so my players don't switch their current world when dying? (i want to spawn them to home, that is correctly enabled;)
     
  3. Offline

    Lil_Jening

    Can you Change the "/home public" permission from myhome.home.soc.public to something like myhome.home.soc.public So default players can't make their home public (aka a public warp.) and can you so the same for the private myhome.home.soc.private
     
  4. Offline

    flames

    did you even read yourself what yo wrote? :D
     
  5. Offline

    Spathizilla

    Errr what?

    I'm more amazed at those who fail to read the todo list and then ask for something already on it (uhem.. PER WORLD HOMES)
     
  6. Offline

    xZise

    I think, that the author want to ask, if you could change the permission to publicize a warp, without denying inviting. At the moment only both or none is possible.

    I think in the first permission should be “invite” instead of “public”.

    Fabian

    PS: Where is the todo list?
     
  7. Offline

    flames

  8. Offline

    marshall007

    Running the dev build:
    Code:
    2011-06-07 18:04:37 [SEVERE] [MYHOME] Home Permissions Exception
    com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException
    Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException
    Caused by: java.net.SocketException: Broken pipe
    
    This event was fired after the plugin had already been loaded for several hours.
     
  9. Offline

    Spathizilla

    Looks like MySQL dropped the connection - I guess SQLite is more forgiving sometimes heh. I've added additional connectivity checks and a new build has been uploaded. Same URL as always

    There already are separate permissions for inviting and making public:

    - myhome.home.soc.invite
    - myhome.home.soc.uninvite
    - myhome.home.soc.public
    - myhome.home.soc.private

    Neither permission is dependant on the other one.

    Looks like I made a nice big typo in the OP (or possibly even tkelly made it).
    Edit: Fixed the OP

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  10. Offline

    marshall007

    Another very minor bug, occurs with the output of /home ilist. It displays as:
    Code:
    <player1>, <player2> and<player3> are  invited to your house
    where it should probably read:
    Code:
    <player1>, <player2>, and <player3> are invited to your house.
    This was probably present before the dev build, but I haven't noticed until now.

    Edit: and thanks for the quick fixes :)
     
  11. Offline

    DurtyFree

    @Spathizilla
    Little Feature Requests:
    Multiple homes with Permissions for them. (It should be /home set, /home set 2 and /home set 3 ... and so on) Than with /home 2 you can get to your home 2 or /home Spathizilla 2 that i get to your home when i am invited to it. This could be great for homes in other Worlds... Maybe a function to name the homes like /home set DurtyLol, and /home DurtyLol to get there.
     
  12. Offline

    Spathizilla

    Isnt that just a warp plugin if you can set multiple homes in each world? MyWarp allows you to do exactly what you describe just its /warp instead of /home.
     
  13. Offline

    xZise

    Ah okay :D Explains the confusion … maybe ;) At least mine.

    Fabian
     
  14. Offline

    BroodyHenne

    My feature request:
    Can you add rightclicking on bed only with a specific configureable sets your home? And please add leftclicking with a configureable item means /home. This would be a nice addition.
     
  15. Offline

    Rich Boos

    True, but I will agree with whom you originally quoted that I'd like to see this feature with MyHome if you could bless us with it.

    Pros:
    - /home is more consistent with player's homes than /warp
    - Having this feature in MyHome would allow server admins the flexibility to use /MyWarp for something else
    - Only yours supports warmup/cooldown timers (from what I read). I'm hoping to take advantage of multiworld support when you add it. Right now those in my Survival world don't have a home option because I need the warm-up timer to make sure they aren't going home just to escape mobs, jump in bed, etc.

    All in all, I really like your plugin and I will give a +1 for some sort of multiple homes feature. EVEN if only the first home can be public/private/invites/etc. Right now I have yours AND multiplehomes running and there are a bunch of letdowns with multiplehomes - no intelligent matching of player/home names, ridiculously strict parameters, etc.

    I really prefer your home plugin above all the others and it would just be exponentially better to have these missing features in your plugin than having to get MyWarp (which falls short in areas yours dominates).

    :)
     
  16. Offline

    phondeux

    The 2.0 version is exactly what I need, how can I get the URL to test it?
     
  17. Offline

    ThorSve33

    2.0 link plz :3
     
  18. Offline

    SamGold

    In my case MyHome conflicts with each from those plugins:
    OnlineUsers NoCheat CraftBook Essentials
    If i turn on all those plugins without MyHome they work fine.
    If i run some one from this plugins + MyHome i receive errors:

    First errors when server start:
    Second error when player login:
    Third error when he write /home :
    Help me please solve this problems.
    Sry for my english :)
     
  19. Offline

    Spathizilla

    This is not one of my releases of MyHome. That is the final tkelly MyHome release and very old.

    The other errors are related to Permissions 3 and have been fixed in MyHome 2.0
     
  20. Offline

    SamGold

    Oh, I try to run older version and forgot about it:)
    Can you give me version 2.0?
     
  21. Offline

    Benni98

    me too ^^
     
  22. Offline

    phondeux

    Me three! :D
     
  23. Offline

    Tadas159

    Can you put the link for v2? You will get more responses about it.
     
  24. I'd love to test 2.0 as well!
     
  25. Offline

    Venctor

    Can you give me dev 2.0?
     
  26. Offline

    multimann

    when i set my home (/home set) it says: you have not set a home. what should i do plizz respond!
     
  27. Offline

    dog.big

    could you send me 2.0 too?
     
  28. Offline

    Smplx

    Hello :)

    Just want to report a bug, that i cant see anyone else have posted :)

    When i set my /home on ground above tunnels or dungeons, i am losing health or dying instant, when i portal home..

    I found out about this because i ported home and was loosing health, when i immidiatly logged out, and when i logged in again, i was beneath the surface in a dungeon, and when i had digged out, i could see it was rigth beneath my /home set Point...
    I have seen, that it often occurs when my /home is set on top of "slabs", and have not discovered the bug when set on normal blocks :)
    I hope you can use the information, and sorry for my english..

    -Smplx
     
  29. Offline

    Jablodk

    It would be great if you could release 2.0 soon :)..
     
  30. Offline

    ZachBora

    @Spathizilla would it be possible to add iconomy support for the different commands?
    Each time a player invites someone to his home he has to pay X based on a formula. If formula is below 0 round to 0.
    Ex:
    /home invite : $ = ((CurrentNumberOfInvities - 2) * 10)^2
    /home set : $ = ((CurrentNumberOfInvities - 2) * 10 + 15)^2

    Other suggestion, add a limit on how many people can be invited to your how, and if possible have that quantity rank based.
    Other suggestion, add possibility to request a player an invite to his home.
    Other suggestion, have possibility to charge player A when he gets invited to Player B's home once player A acknowledges.
    Other suggestion, have player pay money to use someone else's home, either money goes to server or to the home owner.
     
  31. Offline

    Elitrium

    Ran into a permission problem with Permissions 3.1.5b, odd and unable to reproduce -- had a user group's permissions defined as [*] and said group wasn't getting access. So I ended up reloading Permissions (there wern't any syntax errors), and all seems to be working fine now :confused:

    Thanks for your work :]
     

Share This Page