Stop World Creation At Certain Border

Discussion in 'Archived: Plugin Requests' started by Reptar_, May 14, 2013.

  1. Offline

    Reptar_

    Suggested name: ArsenalBorder

    What I want:

    I need a plugin that works with Multiverse that prevents a world from generating past a certain radius from the world's main spawn. My server constantly deletes a world and then recreates a new world in its place, but I don't want my players wondering off too far in that world. So in simpler words, I need a plugin that stops generating the world after it reaches a certain radius from the main spawn.

    When the command '/mvcreate [World Name] normal -g ArsenalBorder' is executed, it will look at the config to see in what radius to stop generating at.

    Example config:
    Code:
    Generator Radius: 450
    #This stops the world from generating past a 450 radius from main spawn
    
    Ideas for commands:

    None, this should automatically work when Multiverse creates a world.

    Ideas for permissions:

    None

    When I'd like it by: Before the 18th.
     
  2. Offline

    CubieX

    WorldBorder and similar Plugins do exactly this. See BukkitDev.
     
  3. Offline

    Reptar_

    But I need the world to be "trimmed" as it's being generated not after.
     
  4. Offline

    CubieX

    I don't know if I understand you correctly...

    WorldBorder for example allows to set a border which stops the creation of the world beyond it and also prevents players from walking/flying/swimming/warping beyond this border.

    Trimming the world afterwards is impossible, as far as I know.
    You can restrict players to a defined radius around a center point.
    But undoing the already generated world does not work with a plugin.

    Perharps it would be possible with McEdit. But I've barely ever used it.
    Maybe someone else knows, how to do this.
     

Share This Page