Need a chunkloading plugin if possible.

Discussion in 'Archived: Plugin Requests' started by HatPatt, Aug 14, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    HatPatt

    Hello plugin devs.

    So I have a plugin in mind that I sorta need to help me create a map but it may also be useful for other things. So what I'm thinking of is a plugin that loads chunks to a certain radius. So for example a player runs a command like /chunkloader load [range/radius] and that'll load chunks all the way to that radius. If you don'T understand then basically I want that command to load all those chunks without a player needing to fly or walk all that way.

    Code:
    Commands:
     
    /chunkloader - displays all commands
    /chunkloader load (range) - loads all chunk within for example 1500 blocks in all directions.
    /chunkloader amount - displays amount of chunks loaded in the world
    Code:
    Permissions:
    chunkloader.load - access to /chunkloader load (range)
    chunkloader.amount - access to /chunkloader amount
    chunkloader.* - access to all chunkloader commands
    If it is possible to create a plugin that does this then it would be great if someone could develop it.
     
  2. Offline

    riking

    You can do this with WorldBorder.

    Either travel to the center and run "/wb set <radius>" or in the console run "/wb world set <radius> <x> <z>"

    Then run "/wb fill"
    Then "/wb clear" to remove the border - unless you want to keep it.
     
  3. Offline

    HatPatt

    Yes but doesn't WorldBorder make a circular world?

    Actually ignore this plugin request. No longer needed. And lock if possible. (probably is possible)

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

    Jade

    Locked, per request.
     
Thread Status:
Not open for further replies.

Share This Page