FindHome

Discussion in 'Archived: Plugin Requests' started by cucci0, Jul 23, 2014.

  1. Offline

    cucci0

    I Have a raid server and i would really need a plugin to find other players homes.
    When a player does /findhome (playername) it Will Say wich direction ( North/south/East/west ) the home is from where you are. It is supposed to work with essentials.
    I want the permission find.home

    Thank you!
     
  2. Offline

    wesley009

    cucci0
    Why not just make the player's compass point to the location?
     
  3. Offline

    cucci0

    Because i don't want that, it's better with a command ( just my opinion ) wesley009
     
  4. Offline

    amatwiedle

    cucci0 I'll take this, give me about an hour (Probally less)
     
  5. Offline

    cucci0

  6. Offline

    caderape

    Here we go.
    Command : /findhome <player>
    permission: find.home
    <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Nov 1, 2016
  7. Offline

    cucci0

    Thank you!! caderape

    @caderape can you do so it only searches for the home "home" ?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  8. Offline

    caderape

    Update : <Edit by Moderator: Redacted mediafire url>
    Code:
    #permission: findhome.use
    #commands: /findhome <player>
     
    enabled: true
     
    #Enable this if you want to see the distance displayed as block
    DistanceEnabled: false
     
    disabledWorlds:
    - example1
    - example2
     
    #Put a name here and the plugin will only check player's home with that name
    HomeNameLimitSearching:
     
    #Limit the display of home by a number
    HowMuchHomeWillBeShow:
    I added some stuff.
    -You can enable/disable the plugin.
    -You can add to the message the distance in block from the location of the home if distanceEnabled is true.
    -Disable the command for some worlds.
    - Limit the search to only one home'name with the HomeNameLimitSearching: (example: HomeNameLimitSearching: home)
    -you can put a number limit. It will not show home when the limit is reached.
    - No need to reload the config after a changement. It will update on the next command performed by a player .
    - I did for 1.7.5 but it should work with higher version.

    I hope you will enjoy this ;)
     
    Last edited by a moderator: Nov 1, 2016
  9. Offline

    cucci0

    thank you, you are the best! :D caderape
     

Share This Page