Mod SpawnController by maru2213

  • SpawnController by maru2213

    You can control spawning monsters!
    • 12.61 KB
    • 1.12.2
    • March 10, 2018
    • September 22, 2018
    • Miscellaneous
      Server Utility
    SpawnController
Mod Information
NameSpawnControllerAuthormaru2213DescriptionYou can control spawning monsters!
InformationDownloads:
Version: 1.12.2
Size: 12.61 KB
Updated at: September 22, 2018
Created at: March 10, 2018
Tags
Miscellaneous
Server Utility

 

SpawnController

 


 

 

 

What's this?

If you add this mod to you minecraft, you will be able to control spawning monsters!  You can choose whether to make each monsters spawn.

For example, if you want not to spawn witches but you don't want to change the difficulty level, you can force only witches not to spawn.

It is convenient, isn't it?

 

Usage

Launch your minecraft once after add this mod, and you can find "spawncontroller.cfg" in your config folder.

You can control spawning monsters in it, or also you can control it using commands(written below).

 

Config

In the config, you can set up the probability of each mobs to spawn in percentage.

This is an example:

 

# Probability of Cow to spawn [range: 0 ~ 100, default: 100]
I:Cow=100

 

This means that there is a 100% chance that cows will spawn where they originally should be.

You can change this probability from 0 to 100.  If you want cow not to spawn, you should set 0.

 

Commands

  • /showchance [mob's name]
          You can see the probability of the mob.  If you don't specify the name, specify a mob on the line of sight.
  • /adjchance <chance(%)> [mob's name]
          You can change the probability of the mob. If you don't specify the name, specify a mob on the line of sight.

 

Example

  • /showchance zombie
  • /showchance Zombie
  • /showchance ZOMBIE
  • /adjchance 100 zombie
  • /adjchance 20 ZOMBIE