Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.39 KB | None | 0 0
  1.  
  2. [17:44:58] [Server thread/INFO]: [Factions] Enabling Factions v1.6.9.5-U0.5.3-b200
  3. [17:44:58] [Server thread/INFO]: [Factions] === Starting up! ===
  4. [17:44:58] [Server thread/INFO]: [Factions]
  5. [17:44:58] [Server thread/INFO]: [Factions] Factions UUID!
  6. [17:44:58] [Server thread/INFO]: [Factions] Version 1.6.9.5-U0.5.3-b200
  7. [17:44:58] [Server thread/INFO]: [Factions]
  8. [17:44:58] [Server thread/INFO]: [Factions] Detected Minecraft 1.8.8
  9. [17:44:58] [Server thread/INFO]: [Factions]
  10. [17:44:58] [Server thread/INFO]: [Factions] Server UUID 87c0c53e-c2a7-4fac-afac-004b0000b1db
  11. [17:44:59] [Server thread/INFO]: [Factions] Using legacy support for materials: true
  12. [17:44:59] [Server thread/INFO]: [Factions] Found 870 material mappings in the materials.json file.
  13. [17:44:59] [Server thread/INFO]: [Factions] Running material provider in LEGACY mode
  14. [17:44:59] [Server thread/ERROR]: Cannot load plugins/Factions/config.yml
  15. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  16. in 'string', line 68, column 3:
  17. enable: true
  18. ^
  19. expected <block end>, but found BlockMappingStart
  20. in 'string', line 89, column 5:
  21. amount: 20
  22. ^
  23.  
  24. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[custom.jar:git-TacoSpigot-bf023c7d]
  25. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[custom.jar:git-TacoSpigot-bf023c7d]
  26. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[custom.jar:git-TacoSpigot-bf023c7d]
  27. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [custom.jar:git-TacoSpigot-bf023c7d]
  28. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:188) [custom.jar:git-TacoSpigot-bf023c7d]
  29. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:162) [custom.jar:git-TacoSpigot-bf023c7d]
  30. at com.massivecraft.factions.FactionsPlugin.onEnable(FactionsPlugin.java:299) [FactionsUUID-1.6.9.5-u0.5.3-b200.jar:?]
  31. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [custom.jar:git-TacoSpigot-bf023c7d]
  32. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339) [custom.jar:git-TacoSpigot-bf023c7d]
  33. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:411) [custom.jar:git-TacoSpigot-bf023c7d]
  34. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:360) [custom.jar:git-TacoSpigot-bf023c7d]
  35. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:319) [custom.jar:git-TacoSpigot-bf023c7d]
  36. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:417) [custom.jar:git-TacoSpigot-bf023c7d]
  37. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:381) [custom.jar:git-TacoSpigot-bf023c7d]
  38. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:336) [custom.jar:git-TacoSpigot-bf023c7d]
  39. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:269) [custom.jar:git-TacoSpigot-bf023c7d]
  40. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:572) [custom.jar:git-TacoSpigot-bf023c7d]
  41. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
  42. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  43. in 'string', line 68, column 3:
  44. enable: true
  45. ^
  46. expected <block end>, but found BlockMappingStart
  47. in 'string', line 89, column 5:
  48. amount: 20
  49. ^
  50.  
  51. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[custom.jar:git-TacoSpigot-bf023c7d]
  52. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[custom.jar:git-TacoSpigot-bf023c7d]
  53. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[custom.jar:git-TacoSpigot-bf023c7d]
  54. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[custom.jar:git-TacoSpigot-bf023c7d]
  55. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[custom.jar:git-TacoSpigot-bf023c7d]
  56. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[custom.jar:git-TacoSpigot-bf023c7d]
  57. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[custom.jar:git-TacoSpigot-bf023c7d]
  58. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[custom.jar:git-TacoSpigot-bf023c7d]
  59. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[custom.jar:git-TacoSpigot-bf023c7d]
  60. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[custom.jar:git-TacoSpigot-bf023c7d]
  61. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[custom.jar:git-TacoSpigot-bf023c7d]
  62. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[custom.jar:git-TacoSpigot-bf023c7d]
  63. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[custom.jar:git-TacoSpigot-bf023c7d]
  64. ... 17 more
  65. [17:44:59] [Server thread/INFO]: [Factions] Loaded 556 players
  66. [17:44:59] [Server thread/INFO]: [Factions] Loaded 33 Factions
  67. [17:44:59] [Server thread/INFO]: [Factions] Loaded 17636 board locations
  68. [17:44:59] [Server thread/INFO]: [Factions] Found playervaults hook, adding /f vault and /f setmaxvault commands.
  69. [17:44:59] [Server thread/INFO]: [Factions] Faction flight set to false in config.yml. Not enabling /f fly command.
  70. [17:44:59] [Server thread/INFO]: [Factions] Economy integration through Vault plugin successful.
  71. [17:44:59] [Server thread/INFO]: [Factions] NOTE: Economy is disabled. You can enable it in config/main.conf
  72. [17:44:59] [Server thread/INFO]: [Factions] Using Vault with permissions plugin PermissionsEx
  73. [17:44:59] [Server thread/WARN]: [Factions] Notice: PermissionsEx version 1.x is dead. We suggest using LuckPerms (or PEX 2.0 when available). https://luckperms.github.io/
  74. [17:44:59] [Server thread/INFO]: [Factions] Not enabling WorldGuard check since no options for it are enabled.
  75. [17:44:59] [Server thread/INFO]: [Factions] Using PACKETS as a particle provider
  76. [17:44:59] [Server thread/INFO]: [Factions] Using REDSTONE as the ParticleEffect for /f sc
  77. [17:44:59] [Server thread/INFO]: [Factions] Didn't find API support for sending titles, using reflection instead.
  78. [17:44:59] [Server thread/INFO]: [Factions] Successfully registered placeholders with PlaceholderAPI.
  79. [17:44:59] [Server thread/INFO]: [Factions] === Ready to go after 526ms! ===
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement