Skip to content

NationsAtWar/Stork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stork

Mob controlling, spawner removing.

About

We needed to remove spawners on our server, due to people taking advantage of them. We still wanted some sort of reward for finding them, so we decided to turn ours into diamond blocks. Spawners are replaced when mobs spawn from them, it doesn't scan each chunk load.

Since we removed spawners, we also needed a way to spawn blazes in the nether. We added hooks to spawn them at a specified interval with pigmen in the same location.

Config

Spawners:

  • enablereplacement - (true/false) Enables the replacement of spawners.
  • replacement - (itemId(57)) The item to replace the spawners with, use air to remove them.

Blazes:

  • enableblazes - (true/false) Enables the spawning system for blazes.
  • blazespawntype - (WorldType(nether)) Doesn't do anything at the moment.
  • blazeoccurence - (int(20)) Blazes should spawn every x (whatever you set here) pigmen.
  • blazecount - (int(1)) This many blazes will spawn per occurence.

About

Mob controlling, spawner removing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages