• Bitte beachte, dass wir eine Serverliste sind!
    Wenn du ein Problem auf einem Server hast (z.B. Entbannantrag, etc), dann ist das Forum hier der falsche Ort.
  • Es freut uns dass du in unser Minecraft Forum gefunden hast. Hier kannst du mit über 130.000 Minecraft Fans über Minecraft diskutieren, Fragen stellen und anderen helfen. In diesem Minecraft Forum kannst du auch nach Teammitgliedern, Administratoren, Moderatoren , Supporter oder Sponsoren suchen. Gerne kannst du im Offtopic Bereich unseres Minecraft Forums auch über nicht Minecraft spezifische Themen reden. Wir hoffen dir gefällt es in unserem Minecraft Forum!

Es Spawnen Keine Monster mehr

Vakarian

Vorarbeiter
Registriert
25 Juni 2012
Beiträge
247
Diamanten
0
Minecraft
Camaro2009
HILFE :D


wir hatten bis vor Kurzen auf unserm Survival Server MoCreaturs und CustomMobSpawner, wir haben beide Mod's wieder Entfernt weil es fast keine Kompatibilität mit Multivers gab.

Jetzt das Problem es Spawnen Keine Monster mehr auf der Welt Neuinstallation von Multivers bringt nichts aber komischer weise Spawnen Im Nether Monster obwohl dort auch MoCreaturs Aktiv wahr.


bitte um Hilfe
 

Vakarian

Vorarbeiter
Registriert
25 Juni 2012
Beiträge
247
Diamanten
0
Minecraft
Camaro2009
Bevor hier alle immer wieder fragen, wäre es am Sinnvollsten wenn du uns deine Configs postest, damit wir den Fehler finden können



hier die

Propheties datei

Code:
#Minecraft server properties
#Thu Feb 28 17:07:13 CET 2013
generator-settings=
allow-nether=true
level-name=Survival
enable-query=true
allow-flight=false
server-port=25500
query.port=25500
level-type=NORMAL
enable-rcon=false
level-seed=-5136817605879160802
server-ip=
max-build-height=256
spawn-npcs=true
white-list=true
debug=false
spawn-animals=true
texture-pack=http\://www.forum-mc.square7.ch/textur/Survival%20Land's%201.4.6.zip
snooper-enabled=true
hardcore=false
online-mode=false
pvp=true
difficulty=2
server-name=unbekannt
enable-command-block=true
gamemode=0
max-players=20
spawn-monsters=true
view-distance=10
generate-structures=true
spawn-protection=0
motd=\u00A76Minecraft \u00A74Survival Land's

bukkit.yml
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
settings:
  allow-end: true
  warn-on-overload: true
  permissions-file: permissions.yml
  update-folder: update
  ping-packet-limit: 100
  use-exact-login-location: false
  plugin-profiling: false
  connection-throttle: 4000
  query-plugins: true
  deprecated-verbose: default
  shutdown-message: Server Heruntergefahren
  filter-unsafe-ips: false
  whitelist-message: Du Stehst nicht auf der Whitelist
  log-commands: true
  command-complete: true
  spam-exclusions:
  - /skill
  tab-ping: false
  timeout-time: 60
  restart-on-crash: false
  restart-script-location: /path/to/server/start.sh
world-settings:
  default:
    growth-chunks-per-tick: 650
    mob-spawn-range: 4
    item-merge-radius: 3.5
    exp-merge-radius: 3.5
    random-light-updates: false
    aggregate-chunkticks: 4
    wheat-growth-modifier: 100
    cactus-growth-modifier: 100
    melon-growth-modifier: 100
    pumpkin-growth-modifier: 100
    sugar-growth-modifier: 100
    tree-growth-modifier: 100
    mushroom-growth-modifier: 100
    entity-activation-range-animals: 32
    entity-activation-range-monsters: 32
    entity-activation-range-misc: 16
  world:
    growth-chunks-per-tick: 1000
  world_nether:
    view-distance: 5
    growth-chunks-per-tick: 0
    random-light-updates: true
    water-creatures-per-chunk: 0
spawn-limits:
  monsters: 70
  animals: 15
  water-animals: 5
  ambient: 15
chunk-gc:
  period-in-ticks: 600
  load-threshold: 0
ticks-per:
  animal-spawns: 400
  monster-spawns: 1
  autosave: 0
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
orebfuscator:
  enable: true
  engine-mode: 1
  update-radius: 2
  disabled-worlds:
  - world_the_end
config-version: 2

Multivers (es geht um der welt Survival in der keine monster mehr spawnen)

Code:
worlds:
  Survival:
    seed: -5136817605879160802
    environment: NORMAL
    type: NORMAL
    hidden: false
    alias:
      name: Erde
      color: GREEN
    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: -278.5
      y: 63.0
      z: 147.5
      pitch: 0.0
      yaw: 0.0
      world: Survival
    autoload: true
    bedrespawn: true
  Survival_nether:
    seed: -5136817605879160802
    environment: NETHER
    type: NORMAL
    hidden: false
    alias:
      name: Nether
      color: RED
    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: 204.0
      y: 63.0
      z: 261.0
      pitch: 0.0
      yaw: 0.0
      world: Survival_nether
    autoload: true
    bedrespawn: true
  Survival_the_end:
    seed: -5136817605879160802
    environment: THE_END
    type: NORMAL
    hidden: false
    alias:
      name: ''
      color: BLACK
    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: 60.0
      z: 0.0
      pitch: 0.0
      yaw: 0.0
      world: Survival_the_end
    autoload: true
    bedrespawn: true
  tim:
    generator: CleanroomGenerator:20,stone,4,dirt,1,grass
    seed: 6805482320502471205
    environment: NORMAL
    type: NORMAL
    hidden: false
    alias:
      name: Hetzer-aus-LB_Welt
      color: BLUE
    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: false
    portalform: ALL
    gamemode: CREATIVE
    keepspawninmemory: true
    spawn:
      x: 23.07233934982202
      y: 26.0
      z: -112.6939735135249
      pitch: 4.650005
      yaw: 82.64255
      world: tim
    autoload: true
    bedrespawn: true

hier eine liste aller plugins

plugins.png
 
Zuletzt bearbeitet:
Oben