CraftBook icon indicating copy to clipboard operation
CraftBook copied to clipboard

MC1227 Advanced Entity Spawner enhancement: Radius

Open LadyCailinBot opened this issue 12 years ago • 3 comments

CRAFTBOOK-2619 - Reported by pmpmpm

Hi,

Actually the MC1227 only allows you to make one or more mob(s) spawn at a given location. What about adding a radius in which mobs or entities spawn where they can? (So that zombies don't go playing the mummy in walls)

Thanks for reading.

LadyCailinBot avatar Jun 19 '13 21:06 LadyCailinBot

Comment by me4502

Hmm.. I don't know.. Maybe I'll just make sure they can't spawn in walls?

LadyCailinBot avatar Jun 20 '13 05:06 LadyCailinBot

Comment by pmpmpm

Well I was asking that because we had a problem using the MC1227 and [off]. When you write [off] on the thrid line of this sign, and you're trying to make a mob appear close of a wall, he'll generally spawn into the wall, as you said.

For this, it would be cool if the mob could spawn in the middle of the block rather than in the corner.

But still, I often have to build large/very large circuits to make mobs appear in a "random" way at different locations in the same room. So I wondered if it would be worth the time to make a built-in random system based on the radius.

LadyCailinBot avatar Jun 20 '13 08:06 LadyCailinBot

Comment by erwieder

CraftBook Build #3996

Error :

[19:09:16] [Server thread/ERROR]: Could not load 'plugins/CraftBook-4.0-SNAPSHOT.jar' in folder 'plugins' org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:152) ~[minecraft_server.jar:git-Bukkit-a486600] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [minecraft_server.jar:git-Bukkit-a486600] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:288) [minecraft_server.jar:git-Bukkit-a486600] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.(CraftServer.java:250) [minecraft_server.jar:git-Bukkit-a486600] at net.minecraft.server.v1_8_R3.PlayerList.(PlayerList.java:69) [minecraft_server.jar:git-Bukkit-a486600] at net.minecraft.server.v1_8_R3.DedicatedPlayerList.(SourceFile:14) [minecraft_server.jar:git-Bukkit-a486600] at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:180) [minecraft_server.jar:git-Bukkit-a486600] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:507) [minecraft_server.jar:git-Bukkit-a486600] at java.lang.Thread.run(Thread.java:701) [?:1.6.0_35] Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml ... 9 more [19:09:16] [Server t

(Minecraft 1.8.4)

LadyCailinBot avatar May 27 '15 18:05 LadyCailinBot