Advertisement
ArifJan

Untitled

Jul 1st, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.47 KB | None | 0 0
  1. [10:27:05] [Server thread/INFO]: [ReActions] Enabling ReActions v0.11.0
  2. [10:27:05] [Server thread/INFO]: [ReActions] Failed to load configuration from file F:\ResourceCraft\plugins\ReActions\Activators\mine.yml
  3. [10:27:05] [Server thread/WARN]: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  4. [10:27:05] [Server thread/WARN]: in 'string', line 5, column 3:
  5. [10:27:05] [Server thread/WARN]: wood_max_default:
  6. [10:27:05] [Server thread/WARN]: ^
  7. [10:27:05] [Server thread/WARN]: expected <block end>, but found BlockSequenceStart
  8. [10:27:05] [Server thread/WARN]: in 'string', line 7, column 4:
  9. [10:27:05] [Server thread/WARN]: - VAR_PLAYER_LOWER=id:weight val ...
  10. [10:27:05] [Server thread/WARN]: ^
  11. [10:27:05] [Server thread/WARN]:
  12. [10:27:05] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
  13. [10:27:05] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162)
  14. [10:27:05] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130)
  15. [10:27:05] [Server thread/WARN]: at me.fromgate.reactions.activators.Activators.loadActivators(Activators.java:257)
  16. [10:27:05] [Server thread/WARN]: at me.fromgate.reactions.activators.Activators.loadActivators(Activators.java:63)
  17. [10:27:05] [Server thread/WARN]: at me.fromgate.reactions.activators.Activators.init(Activators.java:56)
  18. [10:27:05] [Server thread/WARN]: at me.fromgate.reactions.ReActions.onEnable(ReActions.java:77)
  19. [10:27:05] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  20. [10:27:05] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316)
  21. [10:27:05] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  22. [10:27:05] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395)
  23. [10:27:05] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344)
  24. [10:27:05] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442)
  25. [10:27:05] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403)
  26. [10:27:05] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341)
  27. [10:27:05] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289)
  28. [10:27:05] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616)
  29. [10:27:05] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  30. [10:27:05] [Server thread/WARN]: Caused by: while parsing a block mapping
  31. [10:27:05] [Server thread/WARN]: in 'string', line 5, column 3:
  32. [10:27:05] [Server thread/WARN]: wood_max_default:
  33. [10:27:05] [Server thread/WARN]: ^
  34. [10:27:05] [Server thread/WARN]: expected <block end>, but found BlockSequenceStart
  35. [10:27:05] [Server thread/WARN]: in 'string', line 7, column 4:
  36. [10:27:05] [Server thread/WARN]: - VAR_PLAYER_LOWER=id:weight val ...
  37. [10:27:05] [Server thread/WARN]: ^
  38. [10:27:05] [Server thread/WARN]:
  39. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:571)
  40. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157)
  41. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147)
  42. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:227)
  43. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154)
  44. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:249)
  45. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:240)
  46. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
  47. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154)
  48. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
  49. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
  50. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:140)
  51. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
  52. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.load(Yaml.java:437)
  53. [10:27:05] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
  54. [10:27:05] [Server thread/WARN]: ... 17 more
  55. [10:27:05] [Server thread/INFO]: [ReActions] Failed to load configuration from file F:\ResourceCraft\plugins\ReActions\Activators\var.yml
  56. [10:27:05] [Server thread/WARN]: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  57. [10:27:05] [Server thread/WARN]: in 'string', line 5, column 3:
  58. [10:27:05] [Server thread/WARN]: Var:
  59. [10:27:05] [Server thread/WARN]: ^
  60. [10:27:05] [Server thread/WARN]: expected <block end>, but found BlockSequenceStart
  61. [10:27:05] [Server thread/WARN]: in 'string', line 7, column 4:
  62. [10:27:05] [Server thread/WARN]: - VAR_PLAYER_CLEAR=id:weight
  63. [10:27:05] [Server thread/WARN]: ^
  64. [10:27:05] [Server thread/WARN]:
  65. [10:27:05] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
  66. [10:27:05] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162)
  67. [10:27:05] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130)
  68. [10:27:05] [Server thread/WARN]: at me.fromgate.reactions.activators.Activators.loadActivators(Activators.java:257)
  69. [10:27:05] [Server thread/WARN]: at me.fromgate.reactions.activators.Activators.loadActivators(Activators.java:63)
  70. [10:27:05] [Server thread/WARN]: at me.fromgate.reactions.activators.Activators.init(Activators.java:56)
  71. [10:27:05] [Server thread/WARN]: at me.fromgate.reactions.ReActions.onEnable(ReActions.java:77)
  72. [10:27:05] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  73. [10:27:05] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316)
  74. [10:27:05] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  75. [10:27:05] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395)
  76. [10:27:05] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344)
  77. [10:27:05] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442)
  78. [10:27:05] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403)
  79. [10:27:05] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341)
  80. [10:27:05] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289)
  81. [10:27:05] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616)
  82. [10:27:05] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  83. [10:27:05] [Server thread/WARN]: Caused by: while parsing a block mapping
  84. [10:27:05] [Server thread/WARN]: in 'string', line 5, column 3:
  85. [10:27:05] [Server thread/WARN]: Var:
  86. [10:27:05] [Server thread/WARN]: ^
  87. [10:27:05] [Server thread/WARN]: expected <block end>, but found BlockSequenceStart
  88. [10:27:05] [Server thread/WARN]: in 'string', line 7, column 4:
  89. [10:27:05] [Server thread/WARN]: - VAR_PLAYER_CLEAR=id:weight
  90. [10:27:05] [Server thread/WARN]: ^
  91. [10:27:05] [Server thread/WARN]:
  92. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:571)
  93. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157)
  94. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147)
  95. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:227)
  96. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154)
  97. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:249)
  98. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:240)
  99. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
  100. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154)
  101. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
  102. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
  103. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:140)
  104. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
  105. [10:27:05] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.load(Yaml.java:437)
  106. [10:27:05] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
  107. [10:27:05] [Server thread/WARN]: ... 17 more
  108. [10:27:05] [Server thread/INFO]: [ReActions] PlayEffect plugin is not found at your system
  109. [10:27:05] [Server thread/INFO]: [ReActions] If you need more effects please download PlayEffect from:
  110. [10:27:05] [Server thread/INFO]: [ReActions] http://dev.bukkit.org/bukkit-plugins/playeffect/
  111. [10:27:05] [Server thread/INFO]: [ReActions] Connected to PlaceholderAPI
  112. [10:27:05] [Server thread/INFO]: [ReActions] ProtocolLib connected
  113. [10:27:05] [Server thread/INFO]: [ReActions] WorldGuard 6.2.2-SNAPSHOT;8eeab68 found. Bridge loaded: WGBridge 0.0.2/WG6x
  114. [10:27:05] [Server thread/INFO]: [ReActions] Vault connected
  115. [10:27:05] [Server thread/INFO]: [ReActions] Failed to load delayed actions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement