• 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!

Erfahrungspunkte gehen bei Weltenwechsel verloren

Status
Für weitere Antworten geschlossen.

dezeyer23

Redstoneengineer
Registriert
14 Mai 2012
Beiträge
41
Diamanten
0
Ich hab da son kleines problem mit dem weltenwächsel, und zwar werden dann die Erfahrungspunkte nicht mehr angezeigt, wenn man aber dann wieder Punkte griegt, sind alle wieder da. Ist das normal, oder liegt es an meinen Multiverse einstellungen?

Lg Dez
 

dezeyer23

Redstoneengineer
Registriert
14 Mai 2012
Beiträge
41
Diamanten
0
hier die config
Code:
multiverse-configuration:
  ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
  enforceaccess: 'false'
  prefixchat: 'false'
  teleportintercept: 'true'
  firstspawnoverride: 'true'
  displaypermerrors: 'true'
  globaldebug: '0'
  messagecooldown: '5000'
  version: '2.9'
  firstspawnworld: worlds
  teleportcooldown: '1000'
und die worlds (fals gebraucht wird)
Code:
worlds:
  worlds:
    seed: 446730332617117543
    environment: NORMAL
    type: NORMAL
    hidden: false
    alias:
      name: '&5Stadt'
      color: WHITE
    pvp: false
    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: -749.0
      y: 83.0
      z: 246.0
      pitch: 0.0
      yaw: 0.0
      world: worlds
    autoload: true
    bedrespawn: true
  worlds_nether:
    seed: 446730332617117543
    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: -59.98275498044696
      y: 83.0
      z: 129.02306424775514
      pitch: 1.4999946
      yaw: -181.04996
      world: worlds_nether
    autoload: true
    bedrespawn: true
  worlds_the_end:
    seed: 7117744217910601988
    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: 63.0
      z: 0.0
      pitch: 0.0
      yaw: 0.0
      world: worlds_the_end
    autoload: true
    bedrespawn: true
  farming:
    seed: -4387040155773182919
    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: -465.47103041113337
      y: 65.0
      z: 35.40921100141165
      pitch: -3.75002
      yaw: 267.0409
      world: farming
    autoload: true
    bedrespawn: true
  nStadt:
    seed: -4594579853845723192
    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: false
    entryfee:
      currency: -1
      price: 0.0
    hunger: true
    autoheal: true
    adjustspawn: false
    portalform: ALL
    gamemode: SURVIVAL
    keepspawninmemory: true
    spawn:
      x: -15.495051698670084
      y: 37.0
      z: -56.19535121912461
      pitch: 38.8503
      yaw: -95.55831
      world: nStadt
    autoload: true
    bedrespawn: true
  ctf:
    seed: 6803052449698701051
    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: -203.5
      y: 66.0
      z: 260.5
      pitch: 0.0
      yaw: 0.0
      world: ctf
    autoload: true
    bedrespawn: true

version ist 2.4
 
Status
Für weitere Antworten geschlossen.
Oben