2013-07-13 37 views
0

我有奇怪的問題......錯誤時加載YAML文件中:值映射這裏不允許

我有一個類:

http://pastebin.com/0rn9jCZd

這CONFIGFILE:

# ProfessionalWarns plugin config :) Plugin by BukkitSmerf. 

General: 
    V: 0.01 
    Language: EN 
    DB: SQLite 
    MySQl: 
    user: username 
    db: database 
    pass: password 
    host: host 
    WriteComments: true 
    AutoUpdateConfigs: true 
    CheckForUpdates: true 
    AutoUpdate: false 
Warns: 
    MaxWarns: 100 
    DefaultReason: '&4No reason' 
    SpecialWarnMessage: 
    Enabled: true 
    WarnAliases: 
    - "25:ray:Cheating using x-ray" 
    - "90:nodus:Cheating using nodus#Lightning %p" 
    CommandsAfterWarn: 
    - "lighnting %p" 
    Broadcast: true 
    AfterMaxWarns: 
    ResetWarnsTo: 25 
    ResetWarnsWarnReason: '&9Reseting warns...' 
    Ban: true 
    BanOptions: 
     Reason: '&4Too many warnings!' 
     Time: 1w 
     BanIp: true 
    RunCommands: [] 
    Broadcast: true 
Bans: 
    DefaultReason: '&4No reason' 
    DefaultTime: '5y' 
    BanAliases: [] 
    RunCommands: [] 
Mutes: 
    PlayerMute: 
    CanUseCommand: true 
    CommandList: [msg, tell, call, w, mail] 
    GlobalMute: 
    CanUseCommand: true 
    CommandList: [] 
Jails: 
    UseWordGuard: false 
    UseBorders: true 
    DefaultJail: 
    Jail: 
     Flags: 
     Player: 
      BlockAllInteract: false 
      CanPlaceBlocks: false 
      CanBreakBlocks: false 
      CanUseBlocks: true 
      CanUseItems: true 
      CanDropItems: false 
      CanPickUpItems: false 
      CanGetDamageFromPlayer: true 
      CanGetDamageFromMobs: false 
      CanGetDamageFromPotions: false 
      CanGetDamageFromExplosions: false 
      CanGetDamageFromFall: false 
      CanGetDamageFromFire: false 
      CanGetDamageFromLava: false 
      CanGetDamageFromVoid: false 
      CanGetDamageFromOthers: false 
      CanDamageOthers: false 
      CanDamageMobs: false 
      CanChat: true 
      CanTeleport: false 
      CanUseVehicles: false 
      CanPlaceVehicles: false 
      CanDestroyVehicles: false 
      CanPlacePaintingsAndItemFrames: false 
      CanDestroyPaintingsAndItemFrames: false 
      CanInteractWithItemFrames: false 
      CanOtherInteracts: true 
      CommandList: white 
      List: 
      - login 
      - l 
      - changepassword 
      - tell 
      - msg 
     Region: 
      SpawnMobs: true 
      SpawnMonsters: true 
      TntExplosion: false 
      OtherExplosion: false 
      Enderman: false 
      Silverfish: false 
Chat: 
    CapsLock: 
    Enabled: true 
    MinMessageLength: 4 
    MaxChars: 50 
    Commands: [] 
    CheckCommands: [me, bc, broadcast] 
    Spam: 
    Enabled: true 
    Time: 1000 
    SpamFilter: 
     BlockIfThisSameMessage: true 
     BlockRange: 3 
     MultiPlayerCheck: false 
     MultiBlockRange: 5 
     ExtraFilter: 
     Enabled: true 
     Level: 0 
     Percentage: 80 
     MinimalLength: 10 
    Commands: [] 
    GlobalMinimalLength: 2 
    CheckCommands: [me, bc, broadcast] 
    Ip: 
    Enabled: True 
    Commands: [] 
    CheckCommands: [me, bc, broadcast] 
    Word: 
    Enabled: True 
    ReplaceSpaces: True 
    Removed: [".", ","] 
    Replaced: ["ó:o:u", "ą:a", "ę:e"] 
    CheckCommands: [me, bc, broadcast] 
    FastCheck: 
    - "Give me op" 
    - "I want op" 
    - "IdiotCraft.com:4325" 
    NormalCheck: 
    - "fuck" 
    Exceptions: 
    - "Add Exceptions Here" 
    Commands: [] 
IpTrack: 
    Enabled: true 
    Memory: 5 

並且該錯誤...: http://pastebin.com/E1HPssUX

我沒有任何想法如何解決這個問題?

如果我改變配置來如:

rgoerihgyuehguidih: 
    gfyuertergherg: 2 

然後我也有同樣的錯誤「:」在rgoerihgyuehguidih:

所以...任何想法如何解決這個問題?我花了2天...仍然沒有;/

回答

相關問題