garbagemule / MobArena

MobArena plugin for Minecraft
GNU General Public License v3.0
195 stars 151 forks source link

Mobs Spawning #39

Closed xarrux closed 11 years ago

xarrux commented 13 years ago

Hey, I noticed something interesting, When i like add MobArena into my plugins, then like World animals/mobs will not spawn anymore, Like it's completely down no pigs no wolves no cows no chickens and so on...

garbagemule commented 13 years ago

I like you too!

acstache commented 13 years ago

Hey, do you like have any other plugins, ones that could like stop mobs from spawning in the world or not? Like, list your plugins and use http://pastebin.com to post your config.yml from MobArena. Also, if you like remove MobArena do animals/mobs start spawning again?

xarrux commented 13 years ago

Hey, I've temp. removed the MobArena yes that's how i noticed the problem ( like there was no mobs spawning, so i tryed to remove mobarena and they started spawning again so i thought i should post it here) Anyway: http://pastebin.com/LctfDQ9C my config. And there's no other plugins what are connected to world mobs so it's only MobArena atm but I really like the plugin and i would like to readd it just this problem atm.

acstache commented 13 years ago

Could you list all of your plugins just in case? Sometimes they slip in under the radar. You should be able to type "plugins" into your server console and stick that list in here. Your config file looks spot on, so nothing should be messing with it in there.

xarrux commented 13 years ago

Plugins: AdminChat, BorderGuard, Essentials, EssentialsChat, Gro upManager, EssentialsProtect, EssentialsSpawn, HeroicDeath, NoCheat, Vanilla, Wo rldEdit, WorldGuard, Permissions, LWC, (MobArena- removed atm )

acstache commented 13 years ago

Hmm... Check with only MobArena installed, and see if mobs spawn. From what I recall, Mob Arena only denies spawns inside the Arena area you specified/expanded upon arena creation, no where else.

If mobs start spawning, try leaving out WorldGuard, WorldEdit, BorderGuard, and Essentials. See if they still spawn. If they do, add those in one by one (WorldGuard last to avoid issues with loading) until mobs stop spawning.

xarrux commented 12 years ago

It doesn't matter... Only thing took my spawning down was the mobarena, but i try to readd it today i'll see what happens if it still cuts animals/monsters spawn down then i let you know!

jdastrup commented 12 years ago

I discovered this issue is impacting my server. I wasn't sure what it was at first, then I added plugins in one at a time - enabled MobArena and no mobs or animals. I can't even do /spawnmob sheep as an op, and this impacts every world, not just the world where the arena is. Disable it, then everything is fine. My plugins are:

Plugins: MagicCarpet, CensorIt, AlphaChest, Minequery, WorldEdit, Buycraft, Vault, Multiverse-Core, PermissionsEx, Questioner, WorldGuard, Lottery, iConomy, Register, Permissions, Deadbolt, Modifyworld, NoCheat, Votifier, MobDisguise, mcMMO, Catacombs, Tips, Essentials, Lift, ChatManager, EssentialsProtect, Towny, EssentialsSpawn, Multiverse-Portals, Multiverse-Inventories, Multiverse-NetherPortals, AnCasino, HomeSpawnPlus, ChestShop

I'm using Bukkit 1.2.3-R0.2 (#2060) and MobArena v0.94.3.24

garbagemule commented 12 years ago

Download the latest bleeding build. .64

jdastrup commented 12 years ago

Just tried the bleeding build, this is what I got, both with my existing MobArena/ files and an empty config:

2012-03-13 15:25:06 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R6-39-g6d198be-b2040jnks (MC:1.2.3) (Implementing API version 1.2.3-R0.2-SNAPSHOT) 2012-03-13 15:25:07 [SEVERE] Could not load 'plugins/MobArena.jar' in folder 'plugins' org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:201) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:132) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207) at org.bukkit.craftbukkit.CraftServer.(CraftServer.java:183) at net.minecraft.server.ServerConfigurationManager.(ServerConfigurationManager.java:56) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425) at net.minecraft.server.ThreadServerApplication.run(SourceFile:490) Caused by: java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.(ZipFile.java:131) at java.util.jar.JarFile.(JarFile.java:150) at java.util.jar.JarFile.(JarFile.java:114) at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:189) ... 7 more

I'll try the dev build next, sorry, should have tried that one too.

garbagemule commented 12 years ago

Either your update went bad or your download went bad. Re-download the bleeding build, and make sure your server is stopped before replacing the MobArena.jar in plugins/

jdastrup commented 12 years ago

Yeah, bad download. I got the bleeding jar, and mobspawning is working now. Thanks!

TagCraftMC commented 11 years ago

Hello garbagemule.