Question Essentials.yml problem

Discussion in 'Bukkit Help' started by Chrizard, Feb 9, 2015.

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

    Chrizard

    Hello!

    I have a problem with my config.yml file.

    When I open it, it is only three lines wich is:

    plugin-channel: world_info
    inform-player: false
    encoding: UTF-8

    Does anyone have a clue how to solve this?
     
    Last edited: Feb 9, 2015
  2. Offline

    Boomer

    stop server, delete the yml file, restart - let it regenerate a new one

    wait - essentials.yml file?

    What are you expecting the content to be (essentials config.yml is the full config file)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 13, 2016
  3. Offline

    Chrizard

    I have tried that and it doesn't work.
    I expect it to be something like this:
    essentials (open)

    Essentials' config.yml
    Config file as of 0 seconds ago.



    ############################################################
    # +------------------------------------------------------+ #
    # | Notes | #
    # +------------------------------------------------------+ #
    ############################################################

    # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
    # If you receive an error when Essentials loads, ensure that:
    # - No tabs are present: YAML only allows spaces
    # - Indents are correct: YAML hierarchy is based entirely on indentation
    # - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrophe)
    # - Text with symbols is enclosed in single or double quotation marks

    # If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat

    ############################################################
    # +------------------------------------------------------+ #
    # | Essentials (Global) | #
    # +------------------------------------------------------+ #
    ############################################################

    # A color code between 0-9 or a-f. Set to 'none' to disable.
    ops-name-color: '4'

    # The character(s) to prefix all nicknames, so that you know they are not true usernames.
    nickname-prefix: '~'

    # The maximum length allowed in nicknames. The nickname prefix is included in this.
    max-nick-length: 15

    # Disable this if you have any other plugin, that modifies the displayname of a user.
    change-displayname: true

    # When this option is enabled, the (tab) player list will be updated with the displayname.
    # The value of change-displayname (above) has to be true.
    #change-playerlist: true

    # When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
    # This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'.
    # The value of change-displayname (above) has to be true.
    # Do not edit this setting unless you know what you are doing!
    #add-prefix-suffix: false

    # If the teleport destination is unsafe, should players be teleported to the nearest safe location?
    # If this is set to true, Essentials will attempt to teleport players close to the intended destination.
    # If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.
    teleport-safety: true

    # The delay, in seconds, required between /home, /tp, etc.
    teleport-cooldown: 0

    # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
    teleport-delay: 0

    # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
    # This will also prevent the player attacking other players.
    teleport-invulnerability: 4

    # The delay, in seconds, required between /heal or /feed attempts.
    heal-cooldown: 60

    # What to prevent from /item and /give.
    # e.g item-spawn-blacklist: 10,11,46
    item-spawn-blacklist:
    # Set this to true if you want permission based item spawn rules.
    # Note: The blacklist above will be ignored then.
    # Example permissions (these go in your permissions manager):
    # - essentials.itemspawn.item-all
    # - essentials.itemspawn.item-[itemname]
    # - essentials.itemspawn.item-[itemid]
    # - essentials.give.item-all
    # - essentials.give.item-[itemname]
    # - essentials.give.item-[itemid]
    # - essentials.unlimited.item-all
    # - essentials.unlimited.item-[itemname]
    # - essentials.unlimited.item-[itemid]
    # - essentials.unlimited.item-bucket # Unlimited liquid placing
    #
    # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
    permission-based-item-spawn: false

    # Mob limit on the /spawnmob command per execution.
    spawnmob-limit: 10

    # Shall we notify users when using /lightning?
    warn-on-smite: true

    # The motd and rules are now configured in the files motd.txt and rules.txt.

    # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
    # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
    # In this state, which plugin 'wins' appears to be almost random.
    #
    # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
    # To force essentials to take 'god' alias 'god' to 'egod'.
    # See http://wiki.bukkit.org/Commands.yml#aliases for more information.

    overridden-commands:
    # - god
    # - info

    # Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
    # You should not have to disable commands used in other plugins, they will automatically get priority.
    # See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins.
    disabled-commands:
    # - nick
    # - clear

     
  4. Offline

    Boomer

    right - thats the config.yml file, not essentials.yml
     
  5. Offline

    Chrizard

    Right... Still, do you know what may cause the problem?
     
  6. Offline

    Boomer

    if you mean "this is my config.sys" for "essentials' then the guess is, the version of "essentials" you are running isn't the one you think you are running...

    Pastebin to the full log from a server start
     
Thread Status:
Not open for further replies.

Share This Page