Help with bukkit plugins (essentials and permissionsex)

Discussion in 'General Help' started by SaintFlareGhost, Jan 5, 2015.

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

    SaintFlareGhost

    When i go onto my server, I can break anything take damage or do anything. I did /pl and the following plugins are red not green, PermissionsEX, Essentials, EssentialsSpawn, and EssentialsChat. The plugins I have are ClearLag, Essentials, LoginSecurity, PermissionsEX, PluginMetrics, Update, Updater, Vault, WorldEdit.

    Here is my permissionsEX file/list: http://pastebin.com/Bgxr1ZaG
    Here is my Essentials file/list: http://pastebin.com/2sYqPpTH

    Thanks to anyone that can help
     
  2. Invisible

    nverdier

  3. Offline

    SaintFlareGhost

  4. Invisible

    nverdier

    @SaintFlareGhost There is a problem with the format of your permissions.yml. Run it through a parser, and fix all of the errors it gives you.
     
  5. Online

    timtower Administrator Administrator Moderator

    Moved to Bukkit alternatives
     
  6. Offline

    SaintFlareGhost

    When i try to fix one of the problems its give me the same problem with different lines and columns.
    Example:
    ERROR:

    while parsing a block mapping
    in "<unicode string>", line 95, column 5:
    SaintFlareGhost:
    ^
    expected <block end>, but found '<block sequence start>'
    in "<unicode string>", line 97, column 9:
    - Owner
    ^
    But when i space it it give me this:
    ERROR:

    while parsing a block mapping
    in "<unicode string>", line 96, column 10:
    group:
    ^
    expected <block end>, but found '<scalar>'
    in "<unicode string>", line 98, column 10:
    permission
    ^
    pls halp
     
  7. Invisible

    nverdier

  8. Offline

    SaintFlareGhost

    @nverdier Nvm i fixed it thank you very much!

    @nverdier I went back into game and the plugins are still red! pls halp

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 31, 2016
  9. Invisible

    nverdier

    @SaintFlareGhost Are all of the errors when going through the parser fixed?
     
  10. Offline

    SaintFlareGhost

  11. Invisible

    nverdier

  12. Offline

    SaintFlareGhost

    @nverdier Here are some errors
    [21:57:30] [Server thread/ERROR]: [PermissionsEx]
    ========== UNABLE TO LOAD PERMISSIONS BACKEND =========
    Your configuration must be fixed before PEX will enable
    Details: Error loading permissions file!
    =======================================================
    ru.tehkode.permissions.exceptions.PermissionBackendException: Error loading permissions file!
    at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:255) ~[PermissionsEx.jar:?]
    at ru.tehkode.permissions.backends.FileBackend.initialize(FileBackend.java:79) ~[PermissionsEx.jar:?]
    at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:430) ~[PermissionsEx.jar:?]
    at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:496) ~[PermissionsEx.jar:?]
    at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:54) ~[PermissionsEx.jar:?]
    at ru.tehkode.permissions.bukkit.PermissionsEx.onLoad(PermissionsEx.java:87) [PermissionsEx.jar:?]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:374) [craftbukkit.jar:git-Spigot-1646]
    at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [craftbukkit.jar:git-Spigot-1646]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [craftbukkit.jar:git-Spigot-1646]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1646]
    Caused by: org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
    found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
    in 'string', line 99, column 1:
    - permissions.*
    ^

    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit.jar:git-Spigot-1646]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit.jar:git-Spigot-1646]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit.jar:git-Spigot-1646]
    at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:243) ~[PermissionsEx.jar:?]
    ... 9 more
    Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token; found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation); in 'string', line 99, column 1:
    - permissions.*
    ^
    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:420) ~[craftbukkit.jar:git-Spigot-1646]
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[craftbukkit.jar:git-Spigot-1646]
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:586) ~[craftbukkit.jar:git-Spigot-1646]
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[craftbukkit.jar:git-Spigot-1646]
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[craftbukkit.jar:git-Spigot-1646]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132) ~[craftbukkit.jar:git-Spigot-1646]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Spigot-1646]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[craftbukkit.jar:git-Spigot-1646]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Spigot-1646]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[craftbukkit.jar:git-Spigot-1646]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Spigot-1646]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[craftbukkit.jar:git-Spigot-1646]
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[craftbukkit.jar:git-Spigot-1646]
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[craftbukkit.jar:git-Spigot-1646]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[craftbukkit.jar:git-Spigot-1646]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[craftbukkit.jar:git-Spigot-1646]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[craftbukkit.jar:git-Spigot-1646]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Spigot-1646]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit.jar:git-Spigot-1646]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit.jar:git-Spigot-1646]
    at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:243) ~[PermissionsEx.jar:?]
    ... 9 more

    [21:57:33] [Server thread/ERROR]: [PermissionsEx] ==== PermissionsEx could not be enabled due to an earlier error. Look at the previous server log for more info ====

    [21:57:34] [Server thread/ERROR]: java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(J)Lcom/google/common/cache/CacheBuilder;


    [21:57:34] [Server thread/ERROR]: Error occurred while enabling Essentials vTeamCity (Is it up to date?)

    [21:57:34] [Server thread/ERROR]: Essentials not installed or failed to load. Essenials Protect is in emergency mode now.
     
  13. Invisible

    nverdier

  14. Offline

    SaintFlareGhost

    @nverdier whats a yaml? is that spigot or something?
     
  15. Invisible

    nverdier

  16. Offline

    SaintFlareGhost

    @nverdier I fixed everything! including essentials!

    @nverdier I Fixed all the yml files and Its still not working
     
    Last edited by a moderator: Jan 6, 2015
  17. Invisible

    nverdier

  18. Offline

    SaintFlareGhost

    @nverdier When i go into game and do /pl some mods are red like Essentials, PermissionsEX, EssentialsSpawn, and EssentialsChat
     
    Last edited: Jan 6, 2015
  19. Invisible

    nverdier

    @SaintFlareGhost That means there was an error on load, and probably your YAML format is incorrect for the configs etc.
     
  20. Offline

    SaintFlareGhost

    @nverdier everything is in the right yaml format
    the errors are still there though, is there anyone else you know that can help me?
     
  21. Offline

    AustinPuppyUSA

    @SaintFlareGhost
    May I ask what version your server is running on and what version of PermissionsEX you have? Also, are you running CraftBukkit or Spigot?

    If your server is running 1.8 officially (meaning only 1.8 users can connect and has all 1.8 features) then make sure you have the latest PermissionsEX update. http://dev.bukkit.org/bukkit-plugins/permissionsex/

    If you are using a 1.7 server, then make sure you are NOT using the latest PermissionsEX update because the latest update only supports 1.8. Use an older version of PermissionsEX.

    As to your Essentials problem:

    If you are running 1.8, use this https://hub.spigotmc.org/jenkins/job/Spigot-Essentials/

    If you are running 1.7, make sure you have the latest update from BukkitDev. http://dev.bukkit.org/bukkit-plugins/essentials/
     
    Last edited: Jan 11, 2015
  22. Invisible

    nverdier

    @SaintFlareGhost You are using tabs is your YAML format, which isn't allowed! Fix it, run it through a parser!
     
Thread Status:
Not open for further replies.

Share This Page