[Suggestion] /wild land

Discussion in 'Suggestions' started by AgentHare, Feb 15, 2014.

  1. AgentHare

    AgentHare Builder
    Builder ⛰️ Ex-President ⚒️⚒️

    Joined:
    Oct 28, 2012
    Messages:
    1,147
    Trophy Points:
    30,840
    Ratings:
    +515
    Minecraft Name: AgentHare

    Suggestion: add /wild land in the nether

    Reason: places near the spawn are mined out, takes awhile to find different places, people may camp spawn for you to leave it, etc.

    Any Other Information: maybe add it terminator rank or somethin'

    Link To This Plugin: kukelekuuk00
     
  2. steveshizzle

    steveshizzle Resident
    Resident ⛰️ Ex-Tycoon ⚜️⚜️⚜️

    Joined:
    Nov 18, 2012
    Messages:
    2,968
    Trophy Points:
    43,090
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +2,028
    /nether land would be better. I don't see why this can't be added but at the same time, I don't know anything about developing and plugins and stuff
     
  3. kukelekuuk

    kukelekuuk C͕̹̲̽ͪ͐ͩ̔L̜̦̝͈ͦ̿̾̿ḘA̻̗̤̳̐ͭ̆̿̃̑ͭN̊̓͑̇ͯ
    Builder ⛰️ Ex-EcoLeader ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    May 25, 2011
    Messages:
    10,007
    Trophy Points:
    80,160
    Ratings:
    +6,910
    Well, that would require a lot of custom coding to determine a safe spot to tp to, and it still wouldn't always be perfect.
    All those custom checks would likely lag the server as well.
    The way wild works right now is. (/wild land in this case)

    get random coordinate,
    get top block at said coordinate
    is top block land?
    If not,
    try again with a new coordinate.
    if so,
    is coordinate in a protected area?
    If so,
    try again with a new coordinate.
    If not,
    teleport.

    with nether the check would be something along the lines of

    get random coordinate,
    get middle block at said c0ordinate,
    is block air?
    If not,
    Try again with new coordinate.
    If so,
    keep going 1 block down until you reach a block,
    Is the block lava?
    if so,
    try again with a new coordinate.
    if not,
    now keep going 1 block up until you reach a ceiling,
    count the space between the floor and the ceiling,
    Is there enough open space to conclude a safe spot?
    If so,
    tp to floor
    if not,
    try again with a new coordinate.

    I underlined the main lag causes, these are quite a lot of checks.

    So basically, it wouldn't work without putting too much stress on the server.
     
    #3 kukelekuuk, Feb 15, 2014
    Last edited: Feb 15, 2014
  4. JerichoKross

    JerichoKross Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Dec 23, 2013
    Messages:
    457
    Trophy Points:
    21,290
    Gender:
    Male
    Ratings:
    +97
    I want to do /nether lava...
    But I agree that would be nice. +1
     
    #4 JerichoKross, Feb 15, 2014
    Last edited: Feb 15, 2014
  5. Emau

    Emau Anti-PVP Miner
    Builder ⛰️ Ex-Tycoon ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Nov 9, 2012
    Messages:
    1,536
    Trophy Points:
    46,410
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +692
    May I introduce you to a great donation feature called Multihome. I have ventured out away from spawn and set a home or two. I no longer have to worry about spawn/campers/etc.

    It may not be an ideal solution, but it has its benefits. Just an option to consider. :)
     
  6. JerichoKross

    JerichoKross Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Dec 23, 2013
    Messages:
    457
    Trophy Points:
    21,290
    Gender:
    Male
    Ratings:
    +97
    I already have a home set way to the outer part of the nether that is pretty much untouched... I'm just agreeing that would be nice.