Any why to limit creeper

Discussion in 'Bukkit Help' started by thexcal, Mar 30, 2012.

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

    thexcal

    like is any plugins to this?
     
  2. Offline

    ZeroZX4

  3. Offline

    thexcal

    Sorry i ment is there a way of limiting them so like only 2 spawn in the map at one time?
     
  4. Offline

    Rickster

    I did a quick search and found this. I have NEVER used this, so the rest is all educated guesses:

    1. Install that.
    2. Run the server.
    3. Go into /plugins/NoSpawn/ and find the configuration file.
    4. Make it say this:
    Code:
    properties:
        RefreshTimer: 20000
    worlds:
        world:
            creature:
                Creeper:
                    spawn: true
                    BlockBlacklist: ''
                    Limit: 2
                    UseGlobalBlockBlacklist: true
    Make sure world is your world name and 2 is the amount you want. Tell me if this works!
    - gfrung4
     
    thexcal likes this.
  5. Offline

    thexcal

    Thank you :) im just about to try it is that the one from post 2?
     
Thread Status:
Not open for further replies.

Share This Page