Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.30 KB | None | 0 0
  1. [19:23:57] [Server thread/INFO]: [FactionRankup] Enabling FactionRankup v3.2.5
  2. [19:23:57] [Server thread/WARN]: [FactionRankup] The plugin Factions is not enabled yet, delaying start...
  3. [19:23:57] [Server thread/INFO]: [FactionsTop] Enabling FactionsTop v5.0.30
  4. [19:23:57] [Server thread/INFO]: [Factions] Enabling Factions v1.6.9.5-U0.4.1-b157
  5. [19:23:57] [Server thread/INFO]: [Factions]
  6. [19:23:57] [Server thread/INFO]: [Factions] Factions UUID!
  7. [19:23:57] [Server thread/INFO]: [Factions] Version 1.6.9.5-U0.4.1-b157
  8. [19:23:57] [Server thread/INFO]: [Factions]
  9. [19:23:57] [Server thread/INFO]: [Factions] Detected Minecraft 1.8.8
  10. [19:23:57] [Server thread/INFO]: [Factions]
  11. [19:23:57] [Server thread/INFO]: [Factions] Using legacy support for materials: true
  12. [19:23:57] [Server thread/INFO]: [Factions] Found 870 material mappings in the materials.json file.
  13. [19:23:57] [Server thread/INFO]: [Factions] === Starting up! ===
  14. [19:23:57] [Server thread/INFO]: [Factions] Running material provider in LEGACY mode
  15. [19:23:57] [Server thread/ERROR]: Cannot load plugins/Factions/config.yml
  16. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  17. in 'string', line 166, column 2:
  18. default:
  19. ^
  20. expected <block end>, but found BlockMappingStart
  21. in 'string', line 182, column 3:
  22. also-send-chat: true
  23. ^
  24.  
  25. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  26. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  27. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  28. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [patched.jar:git-PaperSpigot-"4c7641d"]
  29. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:188) [patched.jar:git-PaperSpigot-"4c7641d"]
  30. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:162) [patched.jar:git-PaperSpigot-"4c7641d"]
  31. at com.massivecraft.factions.P.onEnable(P.java:142) [Factions%20(1).jar:?]
  32. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [patched.jar:git-PaperSpigot-"4c7641d"]
  33. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [patched.jar:git-PaperSpigot-"4c7641d"]
  34. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [patched.jar:git-PaperSpigot-"4c7641d"]
  35. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [patched.jar:git-PaperSpigot-"4c7641d"]
  36. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [patched.jar:git-PaperSpigot-"4c7641d"]
  37. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [patched.jar:git-PaperSpigot-"4c7641d"]
  38. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [patched.jar:git-PaperSpigot-"4c7641d"]
  39. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [patched.jar:git-PaperSpigot-"4c7641d"]
  40. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [patched.jar:git-PaperSpigot-"4c7641d"]
  41. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [patched.jar:git-PaperSpigot-"4c7641d"]
  42. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  43. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  44. in 'string', line 166, column 2:
  45. default:
  46. ^
  47. expected <block end>, but found BlockMappingStart
  48. in 'string', line 182, column 3:
  49. also-send-chat: true
  50. ^
  51.  
  52. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  53. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  54. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  55. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  56. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  57. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  58. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  59. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  60. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  61. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  62. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  63. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  64. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[patched.jar:git-PaperSpigot-"4c7641d"]
  65. ... 17 more
  66. [19:23:57] [Server thread/INFO]: [Factions] Loaded 98 players
  67. [19:23:58] [Server thread/INFO]: [Factions] Loaded 36 Factions
  68. [19:23:58] [Server thread/INFO]: [Factions] Loading board from disk
  69. [19:23:58] [Server thread/INFO]: [Factions] Loaded 1527 board locations
  70. [19:23:58] [Server thread/INFO]: [Factions] Found FactionsTop plugin. Disabling our own /f top command.
  71. [19:23:58] [Server thread/INFO]: [Factions] Faction flight set to false in config.yml. Not enabling /f fly command.
  72. [19:23:58] [Server thread/INFO]: [Factions] Economy integration through Vault plugin successful.
  73. [19:23:58] [Server thread/INFO]: [Factions] Not enabling WorldGuard check since no options for it are enabled.
  74. [19:23:58] [Server thread/INFO]: [Factions] Using PACKETS as a particle provider
  75. [19:23:58] [Server thread/INFO]: [Factions] Using REDSTONE as the ParticleEffect for /f sc
  76. [19:23:58] [Server thread/INFO]: [Factions] Didn't find API support for sending titles :( Will attempt reflection. No promises.
  77. [19:23:58] [Server thread/INFO]: [Factions] Successfully registered placeholders with PlaceholderAPI.
  78. [19:23:58] [Server thread/INFO]: [Factions] === Ready to go after 506ms! ===
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement