[INACTIVE][MECH] rBorder v0.3 - Simple, Circular Borders [677]

Discussion in 'Inactive/Unsupported Plugins' started by Reil, Jan 24, 2011.

  1. Offline

    Reil

    rBorder - simple, circular map border
    Version: v0.2

    Lets you create multiple circular borders on a per-world basis. Simple, efficient, elegant.​

    Features:
    • Set a circular border centered around the spawnpoint of adjustable radius.
    • The lightest you can get -- optimized to make the fewest/cheapest calculations possible.

    plugins/rBorder/config.yml:
    Code:
    borderalert: You have reached the border!
    borders:
        Border1centeredonspawn:
            world: world
            radius: 1400
       Namedoesntmatter:
           world: world
           radius: 50
           x: 250
           z: 100
       Tonetherwithit:
          world: nether
          radius: 400
    
    Made to be as lightweight and resource anorexic as possible. Will probably not be adding many more features outside of a basic command to modify/reload the two properties.

    Changelog:
    Version 0.3
    • Altogether new properties file. Can define multiple borders, borders are per-world.
    Version 0.2_1
    • Fixed properties file not saving properly. Fixed check for teleportation. Added check and message for logging in outside border. Added check for vehicle movement.
    Version 0.1
    • Original release.
     
  2. Offline

    EmanuxJade

    yep sorry my eng is bad.

    i use Build: 677 and doesn't load.

    on Windows 7 enterprise x64 or Archlinux x64 with
    last version of java SE JDK

    and i have some plugins.
     
  3. Offline

    haita

    I'm getting errors with 670 (see attached). Could it be because the download is still for 0.2_2, or am I missing something?
     

    Attached Files:

  4. Offline

    Reil

    Could you pastebin your configuration file please? That error is something that tends to happen when the world entered into the border is the wrong name (that is, you put in the name of a world that doesn't exist or mistyped the name).
     
  5. Offline

    haita

    Code:
    borderalert: You have reached the border!
    borders:
        Border1centeredonspawn:
            world: worldone
            radius: 1400
    Edit: Fixed it! Your instructions say to put the config in plugins/rBorders/ - pretty unthinking of me not to try rBorder/ though :S
     
  6. Offline

    Reil

    Ah, sorry! That's a pretty bad oversight on my part. Fixed the first post. Thanks!
     
  7. Offline

    Lareneon

    Doesn't seem to work with 733
     
  8. Offline

    Reil

    Ah, I haven't tested it yet. Could you say what happens when you go to it?
     
  9. Offline

    Lareneon

    Nothing, it doesn't recognize it.
     
  10. Offline

    Juze

    @Reil : Please test against latest RB.
     
  11. Offline

    Miguel_Bremen

    Update this Plugin !!
     

Share This Page