bukket.yml Auto update feature

Discussion in 'Bukkit Help' started by Jeremy Stuck, Mar 1, 2012.

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

    Jeremy Stuck

    I have read the wiki and I dont see where I am suppose to put in the change. From the wiki:

    My bukket.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
    #
    # If you need help on this file, feel free to join us on irc or leave a message
    # on the forums asking for advice.
    #
    # IRC: #bukkit @ esper.net
    #    (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit )
    # Forums: http://forums.bukkit.org/forums/bukkit-help.6/
    # Twitter: http://twitter.com/Craftbukkit
    # Bug tracker: http://leaky.bukkit.org/
     
     
    settings:
      allow-end: false
      warn-on-overload: false
      spawn-radius: 16
      permissions-file: permissions.yml
      update-folder: update
      ping-packet-limit: 100
      use-exact-login-location: false
    ticks-per:
      animal-spawns: 400
      monster-spawns: 1
    aliases:
      icanhasbukkit:
      - version
    database:
      username: bukkit
      isolation: SERIALIZABLE
      driver: org.sqlite.JDBC
      password: PASSWORDREMOVED
      url: jdbc:sqlite:{DIR}{NAME}.db
    
    How can I make the change to see DEV builds in game notifications per:

     
  2. Offline

    Exor

    Same here. I want to make the server detect dev build for update.
     
  3. Offline

    Jeremy Stuck

    A delete of bukket.yml and restart did not add the fields im looking for.

    1 hr old bump for justice

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  4. Offline

    STHedgeHog

    Odd that the latest build didnt change your yml, mine looks like this:

    Code:
    settings:
      allow-end: true
      warn-on-overload: true
      spawn-radius: 0
      permissions-file: permissions.yml
      update-folder: update
      ping-packet-limit: 100
      use-exact-login-location: false
      plugin-profiling: false
    ticks-per:
      animal-spawns: 400
      monster-spawns: 1
    auto-updater:
      enabled: false
      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
    aliases:
      icanhasbukkit:
      - version
    To make bukkit look for new Development builds you change "preferred-channel: rb" to read "preferred-channel: dev"
    Hope that helps :)
     
Thread Status:
Not open for further replies.

Share This Page