Filled Plugin to make witches spawn everywhere like normal mobs.

Discussion in 'Archived: Plugin Requests' started by LlmDl, Jun 23, 2013.

  1. Offline

    LlmDl

    Plugin category: Monsters

    Suggested name: WitchesSpawn

    What I want: All that I need is a plugin that spawns witches amongst the normal mobs that spawn. The plugin should create its own folder and a config.yml.

    The config.yml should include the ability to turn off witch spawns per-world.
    If it is possible the config should allow the admin to set the the rate at which witches spawn.

    Ideas for commands: No commands needed for this plugin.

    Ideas for permissions: None required.

    When I'd like it by: When its done.
     
  2. Offline

    LlmDl

    Giving this an honest bump, removed a line asking it to behave according to bukkit.yml's spawn-rates, as that is probably something which would happen automatically.
     
  3. Offline

    Zarius

    OtherDrops can do this by replacing existing spawns (you can increase the bukkit.yml spawn-rates to compensate, if you wish) along with customisation per world/biome/time/etc if you want. Eg.

    PHP:
      ANY_CREATURE:
      - 
    triggermobspawn
        chance
    2%  # vary to your liking
        
    dropwitch # replace spawned mob with witch
        
    world: [myworldworld2# optional world condition
        
    biomeswamp  # optional biome condition
        
    timenight  # optional time condition
     
  4. Offline

    LlmDl

    Thanks, I've got a dev who's given me a version that he made as well, still early though.
     

Share This Page