[INACTIVE][TP] MultipleHomes v8! - As many Homes as you wish [1000]

Discussion in 'Inactive/Unsupported Plugins' started by DeathCradle, Feb 8, 2011.

  1. Offline

    DeathCradle

    MultipleHomes - As many Homes as you wish:
    Version: v0.8
    Tested Bukkit Build: 1000
    Native Permissions Support: Yes! Now Supported!
    Multi-World Support: Yes!

    I may be stopping my MineCraft plugin developments, This is due to me not having time to keep things up to date, Sorry.
    People may use this source, or w/e they must, please yourself.



    This plugin allows you to set how many homes to use via the properties file; While also allowing for quick teleports to your homes or even favourite spots!

    Usage:
    To utilise them you will need to use the commands:
    • /sethome [home-number]
    • /home [home-number]
    • /deletehome [home-number]
    Preview Commands:

    • /home <HomeNumber:HomeName> //Teleport to a set home
    • /sethome <HomeNumber> "<HomeName>" <Description> //Set a custom home, Make sure you include the " around the name
    • /deletehome <HomeNumber:HomeName> //Remove a home
    • /homelist //list your homes
    • /homeinvite <playername> <HomeNumber:HomeName> //invite a player to use your home
    • /homevisit <playername <HomeNumber:HomeName> //Visit a players home
    • /multiplehomes [usage <commandname>] or /mh [usage <commandname>] //into or description of available commands.
    Where '[home-number]' is replaced with the number you wish that home to be as.




    Want to see this Plugin in Action?
    Since this plugin was made for Olympus Minecraft you can come over and join the community and check out this plugin!
    IP Address: login.olympus-mc.net

    Installation:
    To setup this plugin, You can run the plugin on the server for a first time, It will generate What it needs. The files will be located in the plugins folder of Bukkit. It will create a 'MultipleHomes' folder that contains it's properties file, this is what you will need to edit.

    If using GroupManager, Upon first run it will generate more text within the properties file for allowing you to set custom home amount for each group, Defaulted at 5.

    Example (Default config):

    • '/sethome'
    • '/home'
    • '/deletehome'
    • '/sethome 2'
    • '/home 2'
    • '/deletehome 2'
    Features:

    • Allows you to assign and utilse as many homes as you wish.
    • Also it can be for ANY user that wishes to use it.
    • Configurable Commands
    • Permissions Support (See Nodes below)
    Permission Nodes:




    For use with GroupManager you generally need a node, MulitpleHomes is as 'mh' + (Assigned Command). For example,
    If your MulitpleHomes.properties Home command is set to 'home' (Called as '/home' In-Game), The node will be 'mh.home', Same goes for sethome & delete home. ('mh.sethome', 'mh.deletehome')


    Download:
    Code:
    http://downloads.craftmin.com/MultipleHomes.jar
    v8 Preview:
    Code:
    https://github.com/DeathCradle/MultipleHomes/raw/master/previews/MultipleHomes.jar
    Source: (Outdated, Sorry)
    Code:
    http://downloads.visualadmin.org/MultipleHomes.rar 
    Changelog:
    Code:
    Version 0.8
        *Updated to #1000
        *Recode
        *Added homelist
        *Added homeinvite and homevisit
    Version 0.7
        *Updated to #740+
    
    Version 0.6
        *Updated to #617
    
    Version 0.52
        *Bug Fixes
        *Download link changed
    
    Version 0.51
        *Added /deletehome
    
    Version 0.5
        *Fixed up GroupManager Support
    
    Version 0.4
        *Switched to GroupManager
        *MultiWorld Support?
        *Forgot what 1 bug fix was...
    
    Version 0.3
        *Supported Permissions. (Works with or without, As with my testing)
        *Changed Console Text.
    
    Version 0.2
        *Fixed unhandled excpetion with text.
        *Fixed the 'Unknown Console Command' :p
        *Made /sethome & /home configurable
    
    Version 0.1
        * Initial Release
    
     
  2. Offline

    Bakuhatsu

    I have the same issue as Spydaniel, running 677, there seems to be some problem with porting between worlds with the /home command.

    Using nethergate for nether.
     
  3. Offline

    DeathCradle

    I've been meaning to check it out, As I havent ever even been to the nether with Bukkit.
     
  4. Offline

    Deadlystrike

    is this plugin still being updated and dues it work with the fairly stable 1.5 builds like 714
     
  5. Ok i type /sethome 1 then it says home set then i do /home 1 it says home 1 not set? please help
     
  6. Offline

    StalinEXE

    I am not a developer, but I can say that it works fine with stable build for 1.5_02 (b733):)
     
  7. Offline

    DJ_Idol

    Hm...I'm running CB #733 and just installed this for the first time and it's not working at all for me. Didn't create a config file folder (/MultipleHomes) and none of the commands work in-game.
     
  8. Offline

    MagicHereos

    Hmm, this plugin's permissions don't work on my server - everybody can use this command :/
     
  9. Offline

    Jdbye

    Nice plugin, I wrote up a bash script for converting Essentials' homes to MultipleHomes, here it is in case anyone wants it:
    Code:
    #!/bin/sh
    
    DIR="./plugins/Essentials/userdata/"
    SUFFIX="yml"
    rm home_0.txt
    
    for i in "$DIR"/*.$SUFFIX
    do
        NAME=`echo ${i%%.$SUFFIX} |sed 's#^.*/##'`
        str=`cat "$i" | grep -v "mail: " | grep -v "muted: " | tr -d "[:space:]" | tr "," "_" | tr -d "]"`
        match="home:["
        repl="~${NAME}:"
        if [ -n "$str" ]; then
            echo ${str//$match/$repl} >>home_0.txt
            echo ${str//$match/$repl}
        fi
    done
    
    echo
    echo "All done! Place home_0.txt in plugins/MultipleHomes/Homes"
    

    Just save it in the Bukkit directory on your (non-windows) server as convert.sh and run it from the shell like so: sh convert.sh
     
    DeathCradle likes this.
  10. Offline

    UfaRock

    upgrade to 740 will be? I have a problem


     
  11. Offline

    Jdbye

    Bug: /sethome saves the world, but /home doesn't change to the correct world. Please fix this, someone died earlier today trying to /home and it sent him in midair in the current world instead and killed him so he lost all his items. Don't want that happening to people all the time.
     
  12. Offline

    Thoru

    I can't get this working. Can someone help w/ the install
     
  13. Offline

    Plague

    considered inactive
     
  14. Offline

    DeathCradle

    I'm planning on an update today/tomorrow ;D
    (For all my plugins)
     
  15. Offline

    Tim123

    i dont know how to install a plugin HELP!!!
     
  16. Offline

    DeathCradle

    I Just updated for 740+, Works on the server i use,

    BUT i am working on a recode. Probably including names etc.
     
  17. Offline

    shadrxninga

    @DeathCradle
    You should probably remove the + in the build number.
     
  18. Offline

    DeathCradle

    Okay, thanks, Done, It's working on #760 :p
     
  19. Offline

    thefoxygranpa

    So not sure if this has been mentioned.

    Would it be possible to limit the amount of homes per user?

    Example, I want moderators to be able to set 3 homes, but normal users only 1.

    Anywho, fantastic plugin!
     
  20. Offline

    DeathCradle

    Yeh you can already do that ;)
    (We have DIfferent set amounts for different groups on Olympus, The server i use.)
     
  21. Offline

    kashen

  22. Offline

    l3ouncinGx

    can you please just list all the permission nodes ??
     
  23. Offline

    SoTD

    Hey,

    i want to use your plugin for my server, but i'm using essentials, so i'll get trouble with the "/sethome"-commands. How old is your sourcecode for the plugin (it says outdated). So maybe i'm gonna get your sourcecode and rename your commands.
     
  24. Offline

    DeathCradle

    We use Essentials too; And no conflict, MH's seems to take over,
    Although you can rename the commands in the config...
     
  25. Offline

    SoTD

    Uh, good to hear! Thanks.
     
  26. Offline

    woodzy

    @DeathCradle
    THANK GOD FOR MULTI WORLD SUPPORT~~!!~!!~!!~!!
    question for an add on thro can u mabe a node that would allow
    sertin groups to have more homes then outhers ?
     
  27. can i recommend something to add in? or if you already have the capabilities then please explain how to do so.

    i have a PvP server and i would like to be able to set "HQs" for them (allow the team leaders to set HQs) but i add in permissions nodes "mh.setnkhq" "mh.settfhq" "mh.nkhq" "mh.tfhq" (for respective teams) and when i go to type in the command it says "Unknown Command" (i have UC)

    i also modified the config so it looks like this.... (left the sethome for obvious reasons)
    Code:
    #Tue May 24 10:17:11 MDT 2011
    deletehomecommand=deletehome
    setcommand=sethome
    setcommand=settfhq
    setcommand=setnkhq
    homecommand=home
    homecommand=tfhq
    homecommand=nkhq
    groupmanagerplugin=true
    MaxHomes=4
    
    but when i start the server it delets 2 out of the 3 settings and leaves me with only one available command (like "setnkhq" and "nkhq")

    so i was wondering if there would be any way to be able to make it so people can have homes as well as HQs
     
  28. Offline

    DeathCradle

    Well so far it works off the commands you are specifying, But 1 only. These commands then refer to the 'home' command as such for the individual player, For me to add HQ's would require a new method where one location is set for all, and a new command set.
     
  29. it says in the description "
    • Also it can be for ANY user that wishes to use it.
    • Configurable Commands
    • Permissions Support (See Nodes below)"
    and these are key to what i need (only teammates can use their respective HQ's : and leaders can set them : and teammates can /nkhq or /tfhq to it)

    its just essential for my server and i was really hoping you could do it. i would but i dont know the first thing about making plugins.
     
  30. Offline

    DeathCradle

    I am aware of what I written in the description. It is what it says. "MultipleHomes" not warps. You can allow any person to use their own warps.

    Are you wishing for an event plugin? We have another developer on Olympus MC, and He's also made the Server a Event plugin which saves peoples inventory before they join, and returns it when they're finished.
    I beleive it's unreleased and i was going to sort through it's bugs for him.
    And also rereading through you say there is two positions, He might be able to add that in.
     
  31. Offline

    monir

    Plugin's permissions dont work for me everybody can use this command why is that?
    Is it only for groupmanager?
     

Share This Page