Solved Multiverse-Core difficulty problem

Discussion in 'Bukkit Help' started by IronGolem001, Aug 8, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    IronGolem001

    In the "plugins/Multiverse-Core/worlds.yml", I have put the difficulty in EASY on my PVP/Mob Arena

    Arena:
    ==: MVWorld
    hidden: 'false'
    alias: Arena
    color: RED
    style: NORMAL
    pvp: 'true'
    scale: '1.0'
    respawnWorld: arena
    allowWeather: 'false'
    difficulty: EASY
    spawning:
    ==: MVSpawnSettings
    animals:
    ==: MVSpawnSubSettings
    spawn: 'false'
    spawnrate: '-1'
    exceptions: []
    monsters:
    ==: MVSpawnSubSettings
    spawn: 'true'
    spawnrate: '-1'
    exceptions: []
    entryfee:
    ==: MVEntryFee
    amount: '0.0'
    currency: '-1'
    hunger: 'false'
    autoHeal: 'true'
    adjustSpawn: 'true'
    portalForm: NONE
    gameMode: SURVIVAL
    keepSpawnInMemory: 'true'
    spawnLocation:
    ==: MVSpawnLocation
    yaw: 0.0
    pitch: 0.0
    z: -454.0
    y: 4.0
    x: 427.0
    autoLoad: 'true'
    bedRespawn: 'false'
    worldBlacklist: []
    environment: NORMAL
    seed: '-8111112097903753301'
    generator: 'null'
    playerLimit: '-1'
    allowFlight: 'true'

    But when I start my server, back in the worlds.yml, the difficulty is set back to PEACEFUL in all of my worlds. I put on each difficulty per world again and when I start my server, the same thing happens. Please Help :(
     
  2. Offline

    deep15mine

    Check in your server.properties file and see what your difficulty= is set at.
     
  3. Offline

    IronGolem001

    Yes my difficulty is at 0 (Peaceful), so I want certain worlds to have each difficulty set. How do I fix this?
     
  4. Offline

    IronGolem001

    Please somebody respond :(
     
  5. Offline

    LHammonds

    Responded.

    A vanilla server's difficulty is controlled initially by the server.property value.

    If you have Multiverse-Core installed, each world's difficulty is now determined by the setting in Multiverse's "worlds.yml"

    Since you seem to know about these already, it begs the question if you are changing these values in the file(s) while the server is online. If not, then one has to wonder if you have some other plugin that affects difficulty.

    LHammonds
     
  6. Offline

    IronGolem001

    Yes, the problem was with some other plugin. I uninstalled it and the difficulties aren't changing anymore. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page