Inactive [INFO] Interesting Places 1.6 - name areas in the world - multi-world & Help support [1060]

Discussion in 'Inactive/Unsupported Plugins' started by Dutchy, Mar 3, 2011.

  1. Offline

    Dutchy

    Re-release of grandseiken's Interesting Places
    This plugin lets you name different parts of the world, simply by marking them with a command. It also lets you know in which area everyone is. If you are looking for something more advanced, have a look at Namespaces.

    Simple Commands
    Code:
    /mark placename - Mark a place in the world
    /who [name]     - Find out where somebody or where all players are
    /nearest        - Find out which area you are in

    Advanced Commands
    Code:
    /mark r:## placename           - Mark a place with a radius of ##
    /mark x:## y:## z:## placename - Mark a place with a maximum distance along each axis.
    Config.txt
    Since the latest Bukkit versions, some configuration options may be broken.
    Code:
    ops-only=0
    disable-who=0
    entering=##3entering ##f$1
    leaving=##3entering wilderness
    who-head=##e$1 player(s) online:
    who-line-place=##e+ ##f$1 ##e- ##f$2
    who-line-no-place=##e+ ##f$1 ##e- ##fwilderness
    Downloads
    Version 1.6
    Source

    Issues
    Link

    Changelog
    Version 1.6
    • Multiworld support that actually works
    • Preliminary Help support
    • Latest Bukkit compatibility
    Version 1.5
    • Multiworld support
    • Made /where an alias of /who again
    Version 1.4-SNAPSHOT (immediate bugfix for 1.3)
    • Correct data file initilization
    Version 1.3 (broken release)
    • Remove TSLPC
    • Use the new commands structure
    Version 1.2
    • grandseiken's original version
    (Note: I've tried to keep the description less as a wall of text than the original thread, but please let me know if you're missing something. For the mathematical background, see the original thread.)
     
    flames likes this.
  2. Offline

    Comrade Dmitri

    It would be nice if you added in a feature where you could select a cuboid.
     
  3. Offline

    DQuaN

    Yes works but the config file generated is blank. Entering the text from the first post doesn't do anything. I want to change the text to "You are now entering..." but I can't find a way of doing that. Any help?
     
  4. Offline

    Seta

    i like the idea, and the simplicity :D
    But the whitespace in the dir name, seems like a bad joke -.-
     
  5. Offline

    Jobsti

    Code:
    ops-only=0
    disable-who=0
    entering=Region: $1
    leaving=##8leave: $1
    who-head=____[Online: ]________
    who-line-place=$1 - $2
    who-line-no-place=$1 - Unknown location
    My config as UTF8 w/o BOM. Works.
     
  6. Offline

    Dutchy

    Hello folks,

    I was on holiday and busy, so I could not respond here. I am happy to hear that the plugin still works and will update the topic with the build number. However, I don't plan on maintaining this plugin in the future as I rarely play the game anymore. As my last update I will try to find a replacement maintainer.
     
  7. Offline

    Jobsti

    An Update for the new CB Build would be very awsome!
     
  8. Offline

    Dutchy

    No chance, I no longer play the game :)
    The code is on github, any coder is free to fork and rerelease, I can even give some help if needed.
     
  9. Offline

    spoothie

    I had some additional free time today, so I updated this plugin to the latest Craftbukkit version. :)
    Download: http://dl.dropbox.com/u/33328672/InterestingPlaces.jar
    Tell me if something doesn't work, I haven't really tested everything out.
    If you like my work, you can thank me through donating some money to me. ;)

    [​IMG]


    The config file will be empty when it gets created, but you can simply copy and paste the default config from the op.
     
  10. Offline

    Jobsti

    spoothie
    Much thanks. tested with RB #2126.

    All commands and colors are working, my old config too.
    /where/who works, /mark also. BUT I get no join and leave messages.

    I see the entering message sometimes only one time , if I use /mark


    Info:
    But the new Chat-Codes are working linke §o
     
  11. Offline

    Dutchy

    Cool, it would be great if you could release the source code, so these changes don't get lost!
    I can definitely recommend github (were I had the source), it has excellent tutorials at http://help.github.com/
     
  12. Offline

    spoothie

  13. Offline

    WhatEver:D

    Thank You very much spoothie for this nice Plugin. Any Chance to add Worldedit-Wand selection?
     
  14. Offline

    Jobsti

    Worldedit Wand-Use would be great, especially support for the poly wand!
     
  15. Offline

    Jobsti

    spoothie (or somone other).

    With the new RB #2190, there are some Bugs in the Chat.
    [​IMG]

    Would be nice, if anyone could fix this
     
  16. Offline

    Raymond Doerr

  17. Offline

    NouvelleOrange

    Does this plugin still work ? If not, is there an alternative ?
     
  18. Offline

    niftyapple

    If it is not working, which I have not tested, but am assuming not, use Worldguard's flag system

    Step 1: define a region
    Step 2: /rg flag <RegionName> greeting <MESSAGE> #####this will set a popup in chat when a user enters the region

    additionally, you may use the flag Farewell <message> and it will do it for leaving the area
     

Share This Page