Difficulty Setting?

Discussion in 'Bukkit Help' started by Lyikos, May 10, 2011.

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

    Lyikos

    Hi,
    Seems like a silly question, but I tried searching the wiki and even google, but can seem to find an answer. I want to set server side difficulty to hard, how do I do that?
     
  2. Offline

    El_Crafto

    you mean change it from peaceful?
     
  3. Offline

    Lyikos

    Yes, although I believe its set to normal atm because mobs do spawn.
     
  4. Offline

    El_Crafto

    you can only set your server to have monsters or not have monsters. it's in the server.properties look for spawn-monsters and change it to true. If it's already true you can't really do much more unless there's a mod to spawn more monsters
     
  5. Offline

    Lyikos

    Ah ok, thanks. I was trying to get that singleplayer-like hard mode where mobs have more HP and do more damage. Looks like I'll have to find plugins for that.
     
  6. Offline

    Bacon&Eggs

    Yeah it should be implemented into the main server
     
  7. Offline

    mrvertigo27

    actually there are ways to do this. choose a map with overhangs. use tools to block sunlight in random areas use heavenlymob or similar tokeep certain lag inducing mobs under controll

    you want hard?
    expand your map greatly and keep it dark-ish
     
  8. Offline

    tcvs

    lol
     
  9. Offline

    PatPeter

    With the addition of difficulty to Minecraft SMP, I've noticed that the difficulty setting does not apply to Bukkit servers. I assume this is because Bukkit isn't 100% integrated into 1.0.0 features.
     
  10. Offline

    iMizLiv

    Go to server.config: "difficulty=3"

    (1 is Easy, 2 is Medium, 3 is Hard, 0 is Peaceful)
     
    Refalm likes this.
  11. Offline

    PatPeter

    That's the reason I linked to server.properties on the Minecraft Wiki. My server does not adhere to that value. All mob damage and associated elements of difficulty are set to normal on my server despite my difficulty being set to 3. I'll try updating my jar again.
     
  12. Offline

    Chillax_Team

    #Minecraft server properties
    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=false
    server-port=25565
    enable-rcon=false
    level-seed=
    server-ip=
    white-list=false
    spawn-animals=true
    online-mode=true
    server-id=unnamed
    pvp=true
    difficulty=1
    gamemode=0
    max-players=20
    spawn-monsters=true
    view-distance=10
    motd=A Minecraft Server

    This file will be in the file called 'server.properties' open that file with a text editor. I prefer NotePad++

    I Bolded difficulty becuase thats you wanna change!
    0 is Peaceful Mode (This Turns off Mobs)
    1 is Easy Mode
    2 is Meduim Mode
    3 is Hard Mode
     
  13. Any additonal worlds, however, are created at difficulty 1 (if my memory serves me correct). If you have more than the standard 3 worlds, you're likely already using a Multi-World management plugin that supports per world difficulty.
    In Multiverse 2:
    Code:
    /mvm set difficulty hard
    or
    Code:
    /mvm set difficulty 3
     
  14. Offline

    PatPeter

    ...................................................................................................................................................... *facepalm* I don't think you read either of my posts.

    The difficulty is set to 3.
    The mob damage is the same as 1.

    Why would I link to the Minecraft Wiki using a very large link if I had not already read it/knew what it said?

    Thanks, I'm using Multiverse. I'll look into how I can change the difficulty.
     
  15. Offline

    Chillax_Team

    We didnt know you were using Multiverse.... That would of helped.
     
  16. Offline

    PatPeter

    It didn't matter whether I used Multiverse or not, you explained something I would have had to have known already from the link provided in my first post.
     
  17. Offline

    Chillax_Team

    You're a..... I was attempting to help you. If i knew you had Multiverse i could of told you what to do. Thank you. This conversation is closed.
     
  18. Offline

    iMizLiv

    ... your just impossible.
     
  19. Offline

    PatPeter

    Why are you both so mad? And it's you're darling.

    And Chillax, actually read a person's post before trying to help him or her, thank you.
     
    Boktor likes this.
  20. Offline

    iMizLiv

    Oh great, now we've got a grammar n***. Ok, I'll just stay away from the help section from now on.
     
  21. Offline

    PatPeter

    No, you shouldn't stay away from the help section; you should just ask questions before explaining things that the other person may find obvious.
     
    Boktor likes this.
  22. Offline

    yamiyugi

    I have an easy solution. get pail and pail plus! with the console they provide you can choose difficulty
     
  23. Offline

    PatPeter

    It wouldn't work since Multiverse handles difficulty itself.
     
  24. once you have used the command

    Code:
    /mvmodify set difficulty 3
    you will find yaml file that contain all world config in

    Code:
    %CraftBukkit Folder%\plugins\Multiverse-Core\worlds.yml
     
Thread Status:
Not open for further replies.

Share This Page