No random spawning in nether above 128.

Discussion in 'Archived: Plugin Requests' started by IdealIdeas, Jun 16, 2013.

  1. Offline

    IdealIdeas

    Since the nether only generates the world between 0 to 128 and leaves the upper 129 - 256 just a barren flat land, I have decided I can make great use of this land for dungeons, mazes, and such without having a huge ugly structure mucking up other places.
    But the problem with it is that mobs still spawn in the upper area because people are there.

    I want a plugin that makes it so mobs do not spawn above layer 128 unless spawned by command or eggs.
     
  2. Offline

    Jatoc

    Here you go.

    Config:
    Code:
    world: aom_nether
    allowegg: true
    allowplugin: true
    height: 128
    
    Change the settings to your liking. The above settings are the default. If you run the plugin once, the config file will automatically generate. The allowegg and allowplugin settings are for allowing spawning from commands/eggs. The height setting is in case you want to disable/enable spawning at a certain height. (a setting at 128 means mobs will not spawn starting from 128. You can raise or lower this as you see fit.)

    Link: Click Here
     

    Attached Files:

  3. Offline

    Jatoc

  4. Offline

    IdealIdeas

    Jatoc
    Awesome, will this require regular updating or should this plugin work for ever?
     
  5. Offline

    Jatoc

    IdealIdeas

    It shouldn't require any updating. Not for a while at least.
     

Share This Page