Something wrong with these plugin.

Discussion in 'Bukkit Help' started by binbin12341, Jun 16, 2012.

  1. Offline

    binbin12341

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  2. Offline

    andrewpo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Sorry, it's our policy not to download files as they may be malicious.

    If you want to share plugin configs with us, that's fine and you can do so by pasting the content on pastebin.com and sending us the link here.
  3. Offline

    binbin12341

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    idk what file is wrong :(.
  4. Offline

    andrewpo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Upload the contents of " server.log " to www.pastebin.com please, then send us the link.
  5. Offline

    binbin12341

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  6. Offline

    andrewpo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    That isn't your server.log file. :confused:
  7. Offline

    binbin12341

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I realized that my PerEx have something wrong cuz when i delete it, my server run normally.
    Btw, here is my server.log :
    http://pastebin.com/syqh5bs3

    This post has been edited 1 time. It was last edited by binbin12341 Jun 16, 2012.
  8. Offline

    smilne74

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Code:
    Caused by: org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
    found character        '\t' that cannot start any token in "<string>", line 45, column 1:
     
    
    That's your problem there.

    You have a TAB instead of spaces in your permissions.yml. Check your permissions.yml for TAB's instead of spaces. Better yet, use an editor that will convert a tab into spaces automatically and your life will be even more easier !
    binbin12341 likes this.
  9. Offline

    DT_Rush

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    binbin12341 likes this.
  10. Offline

    codename_B

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    bPermissions auto-replaces tabs with 4 spaces btw - that's why you never see these reports about that :)
  11. Offline

    Omnitv

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I dont know his font is like This. =_=
  12. Offline

    binbin12341

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It's good now, thanks all.

Share This Page