Inactive [TP] uHome v1.3 - Multiple Private Homes Plugin [1337]

Discussion in 'Inactive/Unsupported Plugins' started by ks07, Oct 28, 2011.

  1. Offline

    ks07

    ryanclancy000 likes this.
  2. Offline

    MonsieurApple

  3. Offline

    EarlyLegend

    The MyHome link is broked - needs the "|MyHome" bit of the link taken out :p
     
  4. Offline

    ks07

    You'd have thought I'd have noticed that... :p Thanks!
     
  5. Offline

    Panoeal

    how i download it
    ?
     
  6. Offline

    ks07

    Hello Panoeal,

    The plugin is available for download on BukkitDev - use the link in the first post and look for the "files" page.
     
  7. Offline

    boladao

    how make to translate this plugin?
     
  8. Offline

    ks07

    Hey boladao,
    Currently, you will need to edit the source manually to translate the plugin. The MyHome locale files and code are still included, but I haven't had an opportunity to actually put them to work, so they don't do anything at the moment.

    I will see about adding locale file support in the future, no promises on timescale for now I am afraid! :D
     
  9. Offline

    boladao

    the source is "homelist" right?
    what program I use to edit?
     
  10. Offline

    ks07

    The source is pretty much everything on the github repo (link at the bottom of the BukkitDev page) - you can use a text editor to edit the files, or an IDE like netbeans or eclipse. You might be able to work out what you have to change - it's spread across multiple files :p
     
  11. Offline

    boladao

    you can spend the source of the plugin?
     
  12. Offline

    EarlyLegend

    An update would be nice, just to ensure everything is working :)
     
  13. Offline

    ks07

    v1.3 is running fine on the latest RB. For extra assurance, v1.3.1 (the beta version) is actually in use on my live server right now without issue (with bukkit 1609).

    As stated on the DBO page, there shouldn't be any major updates for a few weeks, but v1.3 shouldn't have any major issues, and is fine to use until then.
     
    EarlyLegend likes this.
  14. Offline

    EarlyLegend

    Ok cool :)
    A suggestion for when you do update, is to consider adding Vault support for permissions and economy. :)
     
  15. Offline

    ks07

    Economy support has been requested already, and hopefully I will get around to it in the future :p
     
  16. Offline

    zeldafan99

    ok, i am an OP on my server, so its giving my all the bypass permissions, even if i set a negative node to my name(using Bpermissions) i still don't have a cool down effect like everyone else, im trying to make it fair for everyone, can someone help?
     
  17. Offline

    ks07

    The negative node should work, although it really depends on what you've added and how BPerms interprets that. Post the relevant part of your permissions and maybe I can see what's wrong.
     
  18. Offline

    zeldafan99

    yes, i will as soon as i get home, which will be in an hour or so.
     
  19. Offline

    ks07

    Another thing you can do that would be useful is to see how uHome is reading your permissions. You can do this (provided you are using the latest version) with 'home debug' in your server's console. Then, try a few commands that don't work, and you should see messages in your console telling you about every permission check we do. Do the command again to disable this mode (or restart the server).
     
  20. Offline

    zeldafan99

    im using this, this according to Bperms this should revoke my permission of bypass, but i think my being OP is overwriting this, can i just disable bypass as a whole?

    Code:
      zeldafan99:
        permissions:
        - ^uhome.bypass.cooldown
        - ^uhome.bypass.warmup
        - ^uhome.bypass.warmup.damage
        - ^uhome.bypass.warmup.movement
     
  21. Offline

    ks07

    You can disable the default permissions manually by editing the plugin.yml file inside the uhome.jar. You need to delete all the line containing default:. Note that this is unsupported, and doing it incorrectly may prevent the plugin from loading.

    Otherwise, what you've shown me above should work, but it really depends on how bperms works, and possibly the rest of your permissions file. I'll see if I can get codename_B to shed some light. In the meantime, the log output from 'home debug' would be useful. ;)
     
  22. Offline

    jijipopo

    How i set the permissions so EVERYONE can use it?!:'(
    people told me that when the set there homes , didnt pass anything
    they typed /sethome
    then /home
     
  23. Offline

    UnknownAK

    hi i own a server and i noticed in another server that i believe has this that they allow certain permissions groups to have a certain amount of homes such as a guest can have 3 homes while a mod can have 5. Could you plz tell me how to do this as it would be really helpful if you could. Thanks in advance!!!, oh annd btw great plugin
     
  24. Offline

    ks07

    Hey jijipopo, the permission needed is "uhome.own" - just add that to every group in your permissions plugin, and they should be able to use the regular commands without issue.

    Hey UnknownAK, you're looking for home limits. There's an explanation on these in the dev bukkit pages linked at the top of this topic. It will be slightly different depending on what version you are using, so check you're reading the right page first. In short: set what number of homes you would like each limit to have in your config.yml, and then give the relevant permission node to that group (e.g. "uhome.limit.c").
     
  25. Offline

    jijipopo

    but now it shows a message thats says You Don't Have Enough Permission
     

Share This Page