Advertisement
killeBr

Whats wrong with this plugin.yml

Jan 6th, 2020
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 13.50 KB | None | 0 0
  1. Loading libraries, please wait...
  2. [23:14:20] [Server thread/INFO]: Starting minecraft server version 1.15
  3. [23:14:20] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
  4. [23:14:20] [Server thread/INFO]: Loading properties
  5. [23:14:20] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-3b314f5-e2790ae (MC: 1.15) (Implementing API version 1.15-R0.1-SNAPSHOT)
  6. [23:14:21] [Server thread/INFO]: Debug logging is disabled
  7. [23:14:21] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [23:14:21] [Server thread/INFO]: Server Ping Player Sample Count: 12
  9. [23:14:21] [Server thread/INFO]: Default game type: SURVIVAL
  10. [23:14:21] [Server thread/INFO]: Generating keypair
  11. [23:14:21] [Server thread/INFO]: Starting Minecraft server on 192.168.1.78:25565
  12. [23:14:21] [Server thread/INFO]: Using default channel type
  13. [23:14:22] [Server thread/ERROR]: Could not load 'plugins\Speed.jar' in folder 'plugins'
  14. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  15.         at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:170) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  16.         at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:138) [spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  17.         at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:351) [spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  18.         at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  19.         at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783) [spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  20.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_231]
  21. Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token
  22. found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
  23.  in 'reader', line 9, column 1:
  24.         usage: /speed
  25.     ^
  26.  
  27.         at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:419) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  28.         at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:227) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  29.         at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:586) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  30.         at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  31.         at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  32.         at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:124) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  33.         at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:239) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  34.         at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:230) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  35.         at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:218) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  36.         at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:144) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  37.         at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:239) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  38.         at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:230) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  39.         at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:218) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  40.         at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:144) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  41.         at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:85) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  42.         at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:108) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  43.         at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:141) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  44.         at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:525) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  45.         at org.yaml.snakeyaml.Yaml.load(Yaml.java:453) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  46.         at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.java:240) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  47.         at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:165) ~[spigot-1.15.jar:git-Spigot-3b314f5-e2790ae]
  48.         ... 5 more
  49. [23:14:22] [Server thread/INFO]: Preparing level "world"
  50. [23:14:22] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
  51. [23:14:22] [Server thread/INFO]: Loaded 6 recipes
  52. [23:14:23] [Server thread/INFO]: -------- World Settings For [world] --------
  53. [23:14:23] [Server thread/INFO]: View Distance: 10
  54. [23:14:23] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  55. [23:14:23] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  56. [23:14:23] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  57. [23:14:23] [Server thread/INFO]: Item Despawn Rate: 6000
  58. [23:14:23] [Server thread/INFO]: Item Merge Radius: 2.5
  59. [23:14:23] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  60. [23:14:23] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  61. [23:14:23] [Server thread/INFO]: Cactus Growth Modifier: 100%
  62. [23:14:23] [Server thread/INFO]: Cane Growth Modifier: 100%
  63. [23:14:23] [Server thread/INFO]: Melon Growth Modifier: 100%
  64. [23:14:23] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  65. [23:14:23] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  66. [23:14:23] [Server thread/INFO]: Sapling Growth Modifier: 100%
  67. [23:14:23] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  68. [23:14:23] [Server thread/INFO]: Carrot Growth Modifier: 100%
  69. [23:14:23] [Server thread/INFO]: Potato Growth Modifier: 100%
  70. [23:14:23] [Server thread/INFO]: Wheat Growth Modifier: 100%
  71. [23:14:23] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  72. [23:14:23] [Server thread/INFO]: Vine Growth Modifier: 100%
  73. [23:14:23] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  74. [23:14:23] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  75. [23:14:23] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  76. [23:14:23] [Server thread/INFO]: Kelp Growth Modifier: 100%
  77. [23:14:23] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  78. [23:14:23] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  79. [23:14:23] [Server thread/INFO]: Max TNT Explosions: 100
  80. [23:14:23] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  81. [23:14:23] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  82. [23:14:23] [Server thread/INFO]: Mob Spawn Range: 6
  83. [23:14:23] [Server thread/INFO]: Experience Merge Radius: 3.0
  84. [23:14:23] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  85. [23:14:23] [Server thread/INFO]: View Distance: 10
  86. [23:14:23] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  87. [23:14:23] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  88. [23:14:23] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  89. [23:14:23] [Server thread/INFO]: Item Despawn Rate: 6000
  90. [23:14:23] [Server thread/INFO]: Item Merge Radius: 2.5
  91. [23:14:23] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  92. [23:14:23] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  93. [23:14:23] [Server thread/INFO]: Cactus Growth Modifier: 100%
  94. [23:14:23] [Server thread/INFO]: Cane Growth Modifier: 100%
  95. [23:14:23] [Server thread/INFO]: Melon Growth Modifier: 100%
  96. [23:14:23] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  97. [23:14:23] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  98. [23:14:23] [Server thread/INFO]: Sapling Growth Modifier: 100%
  99. [23:14:23] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  100. [23:14:23] [Server thread/INFO]: Carrot Growth Modifier: 100%
  101. [23:14:23] [Server thread/INFO]: Potato Growth Modifier: 100%
  102. [23:14:23] [Server thread/INFO]: Wheat Growth Modifier: 100%
  103. [23:14:23] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  104. [23:14:23] [Server thread/INFO]: Vine Growth Modifier: 100%
  105. [23:14:23] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  106. [23:14:23] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  107. [23:14:23] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  108. [23:14:23] [Server thread/INFO]: Kelp Growth Modifier: 100%
  109. [23:14:23] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  110. [23:14:23] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  111. [23:14:23] [Server thread/INFO]: Max TNT Explosions: 100
  112. [23:14:23] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  113. [23:14:23] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  114. [23:14:23] [Server thread/INFO]: Mob Spawn Range: 6
  115. [23:14:23] [Server thread/INFO]: Experience Merge Radius: 3.0
  116. [23:14:23] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  117. [23:14:23] [Server thread/INFO]: View Distance: 10
  118. [23:14:23] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  119. [23:14:23] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  120. [23:14:23] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  121. [23:14:23] [Server thread/INFO]: Item Despawn Rate: 6000
  122. [23:14:23] [Server thread/INFO]: Item Merge Radius: 2.5
  123. [23:14:23] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  124. [23:14:23] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  125. [23:14:23] [Server thread/INFO]: Cactus Growth Modifier: 100%
  126. [23:14:23] [Server thread/INFO]: Cane Growth Modifier: 100%
  127. [23:14:23] [Server thread/INFO]: Melon Growth Modifier: 100%
  128. [23:14:23] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  129. [23:14:23] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  130. [23:14:23] [Server thread/INFO]: Sapling Growth Modifier: 100%
  131. [23:14:23] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  132. [23:14:23] [Server thread/INFO]: Carrot Growth Modifier: 100%
  133. [23:14:23] [Server thread/INFO]: Potato Growth Modifier: 100%
  134. [23:14:23] [Server thread/INFO]: Wheat Growth Modifier: 100%
  135. [23:14:23] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  136. [23:14:23] [Server thread/INFO]: Vine Growth Modifier: 100%
  137. [23:14:23] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  138. [23:14:23] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  139. [23:14:23] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  140. [23:14:23] [Server thread/INFO]: Kelp Growth Modifier: 100%
  141. [23:14:23] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  142. [23:14:23] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  143. [23:14:23] [Server thread/INFO]: Max TNT Explosions: 100
  144. [23:14:23] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  145. [23:14:23] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  146. [23:14:23] [Server thread/INFO]: Mob Spawn Range: 6
  147. [23:14:23] [Server thread/INFO]: Experience Merge Radius: 3.0
  148. [23:14:23] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
  149. [23:14:24] [Server thread/INFO]: Preparing spawn area: 0%
  150. [23:14:24] [Server thread/INFO]: Preparing spawn area: 0%
  151. [23:14:24] [Server thread/INFO]: Preparing spawn area: 0%
  152. [23:14:26] [Server-Worker-2/INFO]: Preparing spawn area: 0%
  153. [23:14:26] [Server-Worker-5/INFO]: Preparing spawn area: 0%
  154. [23:14:26] [Server-Worker-3/INFO]: Preparing spawn area: 0%
  155. [23:14:27] [Server thread/INFO]: Preparing spawn area: 0%
  156. [23:14:27] [Server thread/INFO]: Preparing spawn area: 0%
  157. [23:14:29] [Server-Worker-6/INFO]: Preparing spawn area: 98%
  158. [23:14:29] [Server-Worker-3/INFO]: Preparing spawn area: 98%
  159. [23:14:29] [Server-Worker-6/INFO]: Preparing spawn area: 98%
  160. [23:14:29] [Server-Worker-3/INFO]: Preparing spawn area: 98%
  161. [23:14:29] [Server-Worker-4/INFO]: Preparing spawn area: 99%
  162. [23:14:29] [Server thread/INFO]: Time elapsed: 6207 ms
  163. [23:14:29] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
  164. [23:14:30] [Server thread/INFO]: Preparing spawn area: 0%
  165. [23:14:30] [Server thread/INFO]: Preparing spawn area: 38%
  166. [23:14:30] [Server-Worker-2/INFO]: Preparing spawn area: 83%
  167. [23:14:31] [Server-Worker-3/INFO]: Preparing spawn area: 88%
  168. [23:14:31] [Server thread/INFO]: Time elapsed: 1862 ms
  169. [23:14:31] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
  170. [23:14:31] [Server thread/INFO]: Preparing spawn area: 0%
  171. [23:14:32] [Server-Worker-7/INFO]: Preparing spawn area: 83%
  172. [23:14:32] [Server thread/INFO]: Time elapsed: 654 ms
  173. [23:14:32] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  174. [23:14:32] [Server thread/INFO]: Done (10.269s)! For help, type "help"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement