Filled Anti world gen

Discussion in 'Archived: Plugin Requests' started by 15987632, Jan 17, 2014.

  1. Offline

    15987632

    Plugin category: mechanics

    Suggested name: Anti world gen

    What I want: I want a plugin that turns off world generation completely. You spawn on a bedrock block and that is the only block naturally spawned in the world.

    Ideas for commands: No commands needed for this plugin.

    Ideas for permissions: No perms are needed

    When I'd like it by: As soon as possible but take your time :D
     
  2. Offline

    s0f4r

    Should just be a world generator that only creates a layer of bedrock. There's a specific generator development wiki page that explains the process... can't find the link just now.
     
  3. Offline

    15987632

    I'm sorry but i couldn't tell were you talking to me or devs who might take this project up?
     
  4. Offline

    s0f4r

    It's a hint as to how you'd implement what you want, so it would be useful for the person who is implementing it.

    Mind you, there are already world generators out there that can create worlds like this for you.
     
  5. Offline

    15987632

    Can you link me to one? I looked myself for about 10 minutes and couldnt find any

    s0f4r I found this one however but it is olny for multiverse/multiworld not affecting the main world
     
  6. Offline

    s0f4r

    Sorry, I don't know if there's a way to change the default world generator... I actually thought MultiVerse could do that.
     
  7. Offline

    SGrayMe

  8. Offline

    15987632

    lol i forgot to link the plugin i was talking about above http://dev.bukkit.org/bukkit-plugins/emptyworldgenerator/

    s0f4r @SGrayMe ok so i guess i will be using multiverse then thank you guys

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

    SGrayMe


    I'm sorry, but this comment made me do this: :confused:

    bukkit.yml
    Code:
    worlds:
      world:
        generator: VoidGenerator
    Edit-in: Wiki page on changing world gen
    http://wiki.bukkit.org/Bukkit.yml#.2AOPTIONAL.2A_worlds
     
  10. Offline

    15987632

    I wish that was in the bukkit.yml if it is then im wrong but this is mine

    Code:
    settings:
      allow-end: true
      warn-on-overload: true
      permissions-file: permissions.yml
      update-folder: update
      ping-packet-limit: 100
      use-exact-login-location: false
      plugin-profiling: false
      connection-throttle: 4000
      query-plugins: true
      deprecated-verbose: default
      shutdown-message: Server closed
    spawn-limits:
      monsters: 70
      animals: 15
      water-animals: 5
      ambient: 15
    chunk-gc:
      period-in-ticks: 600
      load-threshold: 0
    ticks-per:
      animal-spawns: 400
      monster-spawns: 1
      autosave: 0
    auto-updater:
      enabled: true
      on-broken:
      - warn-console
      - warn-ops
      on-update:
      - warn-console
      - warn-ops
      preferred-channel: rb
      host: dl.bukkit.org
      suggest-channels: true
    database:
      username: bukkit
      isolation: SERIALIZABLE
      driver: org.sqlite.JDBC
      password: walrus
      url: jdbc:sqlite:{DIR}{NAME}.db
    
     
    s0f4r likes this.
  11. Offline

    SGrayMe

    15987632 I edited my post to link the wiki article. You add this section to the bukkit.yml
     
  12. Offline

    15987632

  13. Offline

    s0f4r

    Thanks SGrayMe, I thought it was possible as well, thanks for taking the time to track down the exact settings.
     

Share This Page