Ultra Hardcore config

Discussion in 'Bukkit Help' started by YourSoSerious, May 24, 2012.

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

    YourSoSerious

    I have installed the Ultrhardcore mod and have everything to how i want it, however i cannot set the hunger bar.

    So far the mod is set up so you do not need to eat food - the hungerbar does not go up or down.

    This is my .config =

    Code:
    hideFoodBar:
      enabled: false
      number: 20
      worlds:
      - world
      - world_nether
      - world_the_end
    cancelRegen:
      enabled: true
      worlds:
      - world
      - world_nether
      - world_the_end
    deathMessage:
      enabled: true
      worlds:
      - world
      - world_nether
      - world_the_end
      meddage: Better luck next time!
    playerListHealth:
      enabled: true
    transmitDamage:
      enabled: true
      maxticks: 20
      worlds:
      - world
      - world_nether
      - world_the_end
    forceHardMode:
      enabled: true
      worlds:
      - world
      - world_nether
      - world_the_end
    removeRecipies:
      removeGoldenApple: true
      removeGlisteringMelon: true
    addRecipies:
      addGoldenApple:
        enabled: true
      addGlisteringMelon:
        enabled: true
    kickBan:
      enabled: false
      message: You died! Bad luck.
      worlds:
      - world
      - world_nether
      - world_the_end
    randomFirstSpawn:
      enabled: true
      minradius: 0
      minradiusplayer: 100
      center:
        enabled: false
        x: 0
        z: 0
      radius: 500
      circle: true
      allowedBlocks:
        enabled: true
        IDs:
        - 1
        - 2
        - 3
        - 12
        - 13
        - 78
        - 79
    initialItems:
      enabled: true
      itemIDs: 35-3&4,5-3
    boundaries:
      ticker: 1
      worlds:
        world:
          enabled: true
          radius: 200
          circle: true
          center:
            overrideCenter: false
            x: 0
            z: 0
        world_nether:
          enabled: false
          radius: 100
          circle: true
          center:
            overrideCenter: false
            x: 0
            z: 0
        world_the_end:
          enabled: false
          radius: 800
          circle: true
          center:
            overrideCenter: false
            x: 0
            z: 0
    ticker:
      delayOnRespawn: 500
      delayOnJoin: 500
      initDelay: 20
      period: 20
    portals:
      creationRadius: 14
      searchRadius: 128
    teamsEnabled: false
    teams:
      teamname1:
      - player1
      - player2
      - etc
      teamname2:
      - player3
      - player4
      - player5
    localChat:
      enabled: false
      distance: 200
    
     
Thread Status:
Not open for further replies.

Share This Page