So, i was flying around on my server with some friends and i got the idea to get some fun-maps/Minigames, i did and i noticed that some of the maps required that you had mobs and stuff enabled and i wanted to make sure i had that so i took an pig egg and a zombie egg, It didnt work! Nothing happend, after that i thought it was the plugins so i moved all plugins to the desktop and sorted it out , and the ones i thought it would be i "activated" one by one, no plugin did the error ,so i basically aws able to spawn theese mobs again, after about 2 hours, the same thing happend, i can not spawn any mobs! Anyone know what this is occured by? Heres the info that i was going to give : 1. Im using Windows 7 Ultimate 2. Im using x86 3. The newest java 4. Hamachi 5. 1.2.5 6. Dunno if i understanded this wrong, but if i understanded it right.. Echo OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar PAUSE As a .bat file 7. Chatmanager , CommandsEx , Craftbook, Essentials, Jail, Mobarena, Multiverse-core, PermissionsEx , Waypoints, Wirelessredstone , Worldedit 8. None 9. Read the very first text. 10. Some of them, if i remove all the plugins it works, if i put back the plugins it works..for a while
Have you modified the "animal-spawns"/"monster-spawns" sections in your "Bukkit.yml" file? Also you have Multiverse-core which I believe has mob spawning settings - investigate that. + thanks for providing all the information, it really does help. If only everyone could be as useful as you... we'd be on a perfect forum. <3
Haha andrewpo, you made my day with those words! Now to the more weird part, and i guess i got the solution, if i remove the multiverse-core config.yml file, then run multiverse so i get it back and then i re-import the worlds, it do works , i dont know for how long, but still, i guess i just have to do that everytime i want them back, guess its in Multiverse-core theese bugs are..
Try these commands: Code: /mvm set monsters true /mvm set animals true Also check your multiverse-core config files to check that nobody has set a mob spawning blacklist. For more information, check this link: https://github.com/Multiverse/Multiverse-Core/wiki/Command-Reference
If you have a problem with a specific plugin, you should request support from the developer. I use MyWorlds on the server I administrate so I am unable to offer you reliable multiverse support.
Okay, well i didnt find a specific plugin, more a undone multiverse i guess, whats MyWorlds actually? If its similar to multiverse, is MyWorlds or Multiverse better?
I have multiverse and I could help with your animal problem if you have any questions. Could you type what's inside your config.yml from Multiverse-Core into this thread, please? Also, there is a section in Essentials that trigger spawning, it looks like this: spawn: chicken: false cow: false creeper: false ghast: false giant: false monster: false pig: false pig_zombie: false sheep: false skeleton: false slime: false spider: false squid: false zombie: false wolf: false cave_spider: false enderman: false silverfish: false ender_dragon: false villager: false blaze: false mushroom_cow: false magma_cube: false snowman: false By any chance, are those set to true? EDIT by Moderator: merged posts, please use the edit button instead of double posting.
Heres the config.yml below, but didn't you mean worlds.yml ? however, i checked the essentials and those are set to false. And in reply #5 , i ment "if i remove worlds.yml" , not config.yml.. Anyway, i noticed that even if i remove 1 world it seems like i have to import all again sometimes, and that would fix the problem, of just "re-importing" the worlds.. EDIT : Abit annoying though when i have to import the worlds over and over.. Code: # ------------------------------------------------------------------------- # # This is the MV2 Config. If you mess it up, copy the values out # # delete it, and it will be regenerated. Then use the ingame interface # # to add your values back via the "/mv conf" command. # # When in-game, simply type: "/mv conf ?" for help. # # A config with explanations can be found here: # # https://github.com/Multiverse/Multiverse-Core/wiki/config.yml # # # # # # IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT # # # # Do NOT delete this line from your config!!!! # # ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration # # # # IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT # # ------------------------------------------------------------------------- # multiverse-configuration: ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration enforceaccess: 'false' prefixchat: 'true' teleportintercept: 'true' firstspawnoverride: 'true' displaypermerrors: 'true' globaldebug: '0' messagecooldown: '5000' version: '2.9' firstspawnworld: Oldtown teleportcooldown: '1000'
That repetive thing keeps going, sometimes its on, sometimes off DaFastRapper andrewpo -Just to make u see my reply! xD
Spoiler (Move your mouse to the spoiler area to reveal the content) Show Spoiler Hide Spoiler Code: # Prevent the spawning of creatures spawn: chicken: false cow: false creeper: false ghast: false giant: false monster: false pig: false pig_zombie: false sheep: false skeleton: false slime: false spider: false squid: false zombie: false wolf: false cave_spider: false enderman: false silverfish: false ender_dragon: false villager: false blaze: false mushroom_cow: false magma_cube: false snowman: false The Essentials is to DISABLE the spawning - If you set it to true it prevents that mob from spawning, so all should be false. Send worlds.yml please, your MV-core config.yml looks fine.
andrewpo Okay then i understand, heres the world.yml Code: worlds: Oldtown: seed: 8607724621199324995 environment: NORMAL type: NORMAL hidden: false alias: name: '' color: WHITE pvp: true scale: 1.0 respawnworld: '' allowweather: true difficulty: EASY animals: spawn: true monsters: spawn: true entryfee: currency: -1 price: 0.0 hunger: true autoheal: true adjustspawn: true portalform: ALL gamemode: SURVIVAL keepspawninmemory: true spawn: x: 246.0 y: 64.0 z: 226.0 pitch: 0.0 yaw: 0.0 world: Oldtown autoload: true bedrespawn: true Oldtown_nether: seed: 8607724621199324995 environment: NETHER type: NORMAL hidden: false alias: name: '' color: WHITE pvp: true scale: 8.0 respawnworld: '' allowweather: true difficulty: EASY animals: spawn: true monsters: spawn: true entryfee: currency: -1 price: 0.0 hunger: true autoheal: true adjustspawn: true portalform: ALL gamemode: SURVIVAL keepspawninmemory: true spawn: x: -5.0 y: 61.0 z: -4.0 pitch: 0.0 yaw: 0.0 world: Oldtown_nether autoload: true bedrespawn: true Oldtown_the_end: seed: 8607724621199324995 environment: THE_END type: NORMAL hidden: false alias: name: '' color: WHITE pvp: true scale: 1.0 respawnworld: '' allowweather: true difficulty: EASY animals: spawn: true monsters: spawn: true entryfee: currency: -1 price: 0.0 hunger: true autoheal: true adjustspawn: true portalform: ALL gamemode: SURVIVAL keepspawninmemory: true spawn: x: 0.0 y: 65.0 z: 0.0 pitch: 0.0 yaw: 0.0 world: Oldtown_the_end autoload: true bedrespawn: true Challenges: seed: -6600601294548564839 environment: NORMAL type: NORMAL hidden: false alias: name: '' color: WHITE pvp: true scale: 1.0 respawnworld: '' allowweather: true difficulty: EASY animals: spawn: true monsters: spawn: true entryfee: currency: -1 price: 0.0 hunger: true autoheal: true adjustspawn: true portalform: ALL gamemode: SURVIVAL keepspawninmemory: true spawn: x: 220.0 y: 64.0 z: 252.0 pitch: 0.0 yaw: 0.0 world: Challenges autoload: true bedrespawn: true Creative: seed: 5200182887748377824 environment: NORMAL type: NORMAL hidden: false alias: name: '' color: WHITE pvp: true scale: 1.0 respawnworld: '' allowweather: true difficulty: EASY animals: spawn: true monsters: spawn: true entryfee: currency: -1 price: 0.0 hunger: true autoheal: true adjustspawn: true portalform: ALL gamemode: SURVIVAL keepspawninmemory: true spawn: x: 270.0 y: 64.0 z: 345.0 pitch: 0.0 yaw: 0.0 world: Creative autoload: true bedrespawn: true newtown: seed: 8571940989910626600 environment: NORMAL type: NORMAL hidden: false alias: name: '' color: WHITE pvp: true scale: 1.0 respawnworld: '' allowweather: true difficulty: EASY animals: spawn: true monsters: spawn: false entryfee: currency: -1 price: 0.0 hunger: true autoheal: true adjustspawn: true portalform: ALL gamemode: SURVIVAL keepspawninmemory: true spawn: x: -467.0 y: 70.0 z: 373.0 pitch: 0.0 yaw: 0.0 world: newtown autoload: true bedrespawn: true Pixelart: seed: 2059644253870721769 environment: NORMAL type: FLAT hidden: false alias: name: '' color: WHITE pvp: true scale: 1.0 respawnworld: '' allowweather: true difficulty: EASY animals: spawn: true monsters: spawn: true entryfee: currency: -1 price: 0.0 hunger: true autoheal: true adjustspawn: true portalform: ALL gamemode: SURVIVAL keepspawninmemory: true spawn: x: -820.0 y: 4.0 z: -1437.0 pitch: 0.0 yaw: 0.0 world: Pixelart autoload: true bedrespawn: true Pvp: seed: 75985546933887931 environment: NORMAL type: NORMAL hidden: false alias: name: '' color: WHITE pvp: true scale: 1.0 respawnworld: '' allowweather: true difficulty: EASY animals: spawn: true monsters: spawn: false entryfee: currency: -1 price: 0.0 hunger: true autoheal: true adjustspawn: true portalform: ALL gamemode: SURVIVAL keepspawninmemory: true spawn: x: 289.0 y: 64.0 z: 295.0 pitch: 0.0 yaw: 0.0 world: Pvp autoload: true bedrespawn: true Strongholdcity: seed: 6179073052634158225 environment: NORMAL type: NORMAL hidden: false alias: name: '' color: WHITE pvp: true scale: 1.0 respawnworld: '' allowweather: true difficulty: EASY animals: spawn: true monsters: spawn: false entryfee: currency: -1 price: 0.0 hunger: true autoheal: true adjustspawn: true portalform: ALL gamemode: SURVIVAL keepspawninmemory: true spawn: x: 392.0 y: 64.0 z: -538.0 pitch: 0.0 yaw: 0.0 world: Strongholdcity autoload: true bedrespawn: true Survival: seed: 1229603993218579748 environment: NORMAL type: NORMAL hidden: false alias: name: Trippy color: WHITE pvp: false scale: 1.0 respawnworld: '' allowweather: true difficulty: EASY animals: spawn: true monsters: spawn: true entryfee: currency: -1 price: 0.0 hunger: true autoheal: true adjustspawn: true portalform: ALL gamemode: SURVIVAL keepspawninmemory: true spawn: x: 164.5 y: 64.0 z: 251.5 pitch: 0.0 yaw: 0.0 world: Survival autoload: true bedrespawn: true Survivalworld: seed: 6523679958506222803 environment: NORMAL type: NORMAL hidden: false alias: name: '' color: WHITE pvp: false scale: 1.0 respawnworld: '' allowweather: true difficulty: EASY animals: spawn: true monsters: spawn: true entryfee: currency: -1 price: 0.0 hunger: true autoheal: true adjustspawn: true portalform: ALL gamemode: SURVIVAL keepspawninmemory: true spawn: x: 7.292423749591538 y: 79.0 z: -266.10899178639016 pitch: 35.164574 yaw: -105.49178 world: Survivalworld autoload: true bedrespawn: true
Monsters are disabled in worlds: "PvP", "Strongholdcity" and "oldtown". You have..... lots of worlds.
andrewpo I know i have lots of worlds , and in Pvp, strongholdcity, and oldtown the monsters should be disabled, but the animals shouldn't be disabled as they get sometime..
andrewpo Yea sure, here it is : Code: # This is the main configuration file for Bukkit. # As you can see, there's actually not that much to configure without any plugins. # For a reference for any variable inside this file, check out the bukkit wiki at # http://wiki.bukkit.org/Bukkit.yml # # If you need help on this file, feel free to join us on irc or leave a message # on the forums asking for advice. # # IRC: #bukkit @ esper.net # (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit ) # Forums: http://forums.bukkit.org/forums/bukkit-help.6/ # Twitter: http://twitter.com/Craftbukkit # Bug tracker: http://leaky.bukkit.org/ settings: allow-end: true warn-on-overload: true spawn-radius: 0 permissions-file: permissions.yml update-folder: update ping-packet-limit: 100 use-exact-login-location: false plugin-profiling: false connection-throttle: 4000 spawn-limits: monsters: 70 animals: 15 water-animals: 5 ticks-per: animal-spawns: 400 monster-spawns: 1 auto-updater: enabled: true on-broken: - warn-console - warn-ops on-update: - warn-console - warn-ops preferred-channel: rb host: dl.bukkit.org suggest-channels: true database: username: bukkit isolation: SERIALIZABLE driver: org.sqlite.JDBC password: walrus url: jdbc:sqlite:{DIR}{NAME}.db