mythicmobs限制怪物生成总量问题
我设置一个怪物在世界world随机生成
目前怪物过多,我记得有指令可以限制怪物总量
求该指令,谢谢坛友.
我设置一个怪物在世界world随机生成
目前怪物过多,我记得有指令可以限制怪物总量
求该指令,谢谢坛友.
指令不知
不过可以在配置文件里改
RandomSpawns文件夹里
Chance: 1 怪物生成的几率
不过可以在配置文件里改
RandomSpawns文件夹里
Chance: 1 怪物生成的几率
于怪物的生成配置那动手脚
给上conditions
或者config.yml那做改动
给上conditions
mobsinworld [number_range]
*Execute the skill if a certain amount of mobs are present in the world.
*Can be a single number, a range (20-40), or >10 <5, etc.
*mobsinworld >100
或者config.yml那做改动
RandomSpawning:
GenerateSpawnPoints: true
MaxMobsPerChunk: 100 这个 每区块允许的mm最大值
SpawnRadiusPerPlayer: 64
SpawnRadiusPerPlayerY: 32
DespawnLazyRandomMobs: true 这个 是否清除过远mm?...