login as: pi
pi@CENSOREDIP's password:
Linux RaspberryPi 3.18.11-v7+ #781 SMP PREEMPT Tue Apr 21 18:07:59 BST 2015 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Aug 24 09:44:04 2015 from 703tcs-pc.local
pi@RaspberryPi ~ $ ./start.sh
Code: Select all
Loading libraries, please wait...
2015-08-24 09:49:17,421 ERROR Cannot access RandomAccessFile {}) java.io.FileNotFoundException: logs/latest.log (Permission denied)
2015-08-24 09:49:17,426 ERROR Unable to invoke method createAppender in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender for element RollingRandomAccessFile java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.logging.log4j.core.config.BaseConfiguration.createPluginObject(BaseConfiguration.java:841)
at org.apache.logging.log4j.core.config.BaseConfiguration.createConfiguration(BaseConfiguration.java:595)
at org.apache.logging.log4j.core.config.BaseConfiguration.createConfiguration(BaseConfiguration.java:587)
at org.apache.logging.log4j.core.config.BaseConfiguration.doConfigure(BaseConfiguration.java:244)
at org.apache.logging.log4j.core.config.BaseConfiguration.start(BaseConfiguration.java:142)
at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:339)
at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:378)
at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:149)
at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:85)
at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:34)
at org.apache.logging.log4j.LogManager.getLogger(LogManager.java:387)
at org.apache.logging.log4j.LogManager.getLogger(LogManager.java:322)
at net.minecraft.server.v1_8_R3.MinecraftServer.<clinit>(MinecraftServer.java:53)
at org.bukkit.craftbukkit.Main.main(Main.java:193)
Caused by: java.lang.IllegalStateException: Unable to create a manager
at org.apache.logging.log4j.core.appender.AbstractManager.getManager(AbstractManager.java:73)
at org.apache.logging.log4j.core.appender.OutputStreamManager.getManager(OutputStreamManager.java:65)
at org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.getRollingRandomAccessFileManager(RollingRandomAccessFileManager.java:62)
at org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender.createAppender(RollingRandomAccessFileAppender.java:196)
... 18 more
2015-08-24 09:49:17,454 ERROR Null object returned for RollingRandomAccessFile in Appenders
2015-08-24 09:49:22,710 ERROR Unable to locate appender File for logger
[09:49:45 INFO]: Starting minecraft server version 1.8.8
[09:49:45 INFO]: Loading properties
[09:49:45 INFO]: Default game type: CREATIVE
[09:49:47 INFO]: This server is running CraftBukkit version git-Spigot-fdc1440-53fac9f (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[09:49:47 ERROR]: Could not save bukkit.yml
java.io.FileNotFoundException: bukkit.yml (Permission denied)
at java.io.FileOutputStream.open(Native Method) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:206) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:156) ~[?:1.8.0]
at org.bukkit.configuration.file.FileConfiguration.save(FileConfiguration.java:105) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.saveConfig(CraftServer.java:272) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:212) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:71) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:176) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.Thread.run(Thread.java:744) [?:1.8.0]
[09:49:47 ERROR]: Could not save commands.yml
java.io.FileNotFoundException: commands.yml (Permission denied)
at java.io.FileOutputStream.open(Native Method) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:206) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:156) ~[?:1.8.0]
at org.bukkit.configuration.file.FileConfiguration.save(FileConfiguration.java:105) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.saveCommandsConfig(CraftServer.java:280) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:219) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:71) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:176) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.Thread.run(Thread.java:744) [?:1.8.0]
[09:49:47 ERROR]: Could not save commands.yml
java.io.FileNotFoundException: commands.yml (Permission denied)
at java.io.FileOutputStream.open(Native Method) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:206) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:156) ~[?:1.8.0]
at org.bukkit.configuration.file.FileConfiguration.save(FileConfiguration.java:105) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.saveCommandsConfig(CraftServer.java:280) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:239) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:71) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:176) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.Thread.run(Thread.java:744) [?:1.8.0]
[09:49:48 WARN]: Failed to save user banlist:
java.io.FileNotFoundException: banned-players.json (Permission denied)
at java.io.FileOutputStream.open(Native Method) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:206) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:156) ~[?:1.8.0]
at com.google.common.io.Files.newWriter(Files.java:103) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.JsonList.save(JsonList.java:158) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedPlayerList.x(SourceFile:83) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:26) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:176) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.Thread.run(Thread.java:744) [?:1.8.0]
[09:49:48 WARN]: Failed to save ip banlist:
java.io.FileNotFoundException: banned-ips.json (Permission denied)
at java.io.FileOutputStream.open(Native Method) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:206) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:156) ~[?:1.8.0]
at com.google.common.io.Files.newWriter(Files.java:103) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.JsonList.save(JsonList.java:158) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedPlayerList.w(SourceFile:75) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:28) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:176) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.Thread.run(Thread.java:744) [?:1.8.0]
[09:49:48 WARN]: Failed to save operators list:
java.io.FileNotFoundException: ops.json (Permission denied)
at java.io.FileOutputStream.open(Native Method) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:206) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:156) ~[?:1.8.0]
at com.google.common.io.Files.newWriter(Files.java:103) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.JsonList.save(JsonList.java:158) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedPlayerList.B(SourceFile:115) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:31) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:176) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.Thread.run(Thread.java:744) [?:1.8.0]
[09:49:48 INFO]: Server Ping Player Sample Count: 12
[09:49:48 INFO]: Using 4 threads for Netty based IO
[09:49:48 INFO]: Debug logging is disabled
[09:49:48 ERROR]: Could not save spigot.yml
java.io.FileNotFoundException: spigot.yml (Permission denied)
at java.io.FileOutputStream.open(Native Method) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:206) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:156) ~[?:1.8.0]
at org.bukkit.configuration.file.FileConfiguration.save(FileConfiguration.java:105) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at org.spigotmc.SpigotConfig.readConfig(SpigotConfig.java:122) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at org.spigotmc.SpigotConfig.init(SpigotConfig.java:74) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:177) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.Thread.run(Thread.java:744) [?:1.8.0]
[09:49:48 INFO]: Generating keypair
[09:49:49 INFO]: Starting Minecraft server on *:25565
>Java HotSpot(TM) Client VM warning: You have loaded library /tmp/libnetty-transport-native-epoll7988159709874699197.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
[09:49:50 INFO]: Using default channel type
[09:49:50 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[09:49:51 INFO]: Preparing level "Pi World"
[09:49:51 INFO]: -------- World Settings For [Pi World] --------
[09:49:51 INFO]: Mob Spawn Range: 4
[09:49:51 INFO]: Anti X-Ray: true
[09:49:51 INFO]: Engine Mode: 1
[09:49:51 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[09:49:51 INFO]: Replace Blocks: [1, 5]
[09:49:51 INFO]: Nerfing mobs spawned from spawners: false
[09:49:51 INFO]: Cactus Growth Modifier: 100%
[09:49:51 INFO]: Cane Growth Modifier: 100%
[09:49:51 INFO]: Melon Growth Modifier: 100%
[09:49:51 INFO]: Mushroom Growth Modifier: 100%
[09:49:51 INFO]: Pumpkin Growth Modifier: 100%
[09:49:51 INFO]: Sapling Growth Modifier: 100%
[09:49:51 INFO]: Wheat Growth Modifier: 100%
[09:49:51 INFO]: NetherWart Growth Modifier: 100%
[09:49:51 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[09:49:51 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[09:49:51 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[09:49:51 INFO]: Random Lighting Updates: false
[09:49:51 INFO]: Structure Info Saving: true
[09:49:51 INFO]: Sending up to 10 chunks per packet
[09:49:51 INFO]: Max Entity Collisions: 8
[09:49:51 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[09:49:51 INFO]: Max TNT Explosions: 100
[09:49:51 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[09:49:51 INFO]: Arrow Despawn Rate: 1200
[09:49:51 INFO]: Zombie Aggressive Towards Villager: true
[09:49:51 INFO]: Chunks to Grow per Tick: 650
[09:49:51 INFO]: Clear tick list: false
[09:49:51 INFO]: Experience Merge Radius: 3.0
[09:49:51 INFO]: Item Despawn Rate: 6000
[09:49:51 INFO]: Item Merge Radius: 2.5
[09:49:51 INFO]: View Distance: 10
[09:49:51 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[09:49:51 ERROR]: Could not save spigot.yml
java.io.FileNotFoundException: spigot.yml (Permission denied)
at java.io.FileOutputStream.open(Native Method) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:206) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:156) ~[?:1.8.0]
at org.bukkit.configuration.file.FileConfiguration.save(FileConfiguration.java:105) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at org.spigotmc.SpigotConfig.readConfig(SpigotConfig.java:122) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at org.spigotmc.SpigotWorldConfig.init(SpigotWorldConfig.java:27) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at org.spigotmc.SpigotWorldConfig.<init>(SpigotWorldConfig.java:19) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.World.<init>(World.java:179) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.WorldServer.<init>(WorldServer.java:58) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:270) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.Thread.run(Thread.java:744) [?:1.8.0]
[09:49:52 INFO]: -------- World Settings For [Pi World_nether] --------
[09:49:52 INFO]: Mob Spawn Range: 4
[09:49:52 INFO]: Anti X-Ray: true
[09:49:52 INFO]: Engine Mode: 1
[09:49:52 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[09:49:52 INFO]: Replace Blocks: [1, 5]
[09:49:52 INFO]: Nerfing mobs spawned from spawners: false
[09:49:52 INFO]: Cactus Growth Modifier: 100%
[09:49:52 INFO]: Cane Growth Modifier: 100%
[09:49:52 INFO]: Melon Growth Modifier: 100%
[09:49:52 INFO]: Mushroom Growth Modifier: 100%
[09:49:52 INFO]: Pumpkin Growth Modifier: 100%
[09:49:52 INFO]: Sapling Growth Modifier: 100%
[09:49:52 INFO]: Wheat Growth Modifier: 100%
[09:49:52 INFO]: NetherWart Growth Modifier: 100%
[09:49:52 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[09:49:52 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[09:49:52 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[09:49:52 INFO]: Random Lighting Updates: false
[09:49:52 INFO]: Structure Info Saving: true
[09:49:52 INFO]: Sending up to 10 chunks per packet
[09:49:52 INFO]: Max Entity Collisions: 8
[09:49:52 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[09:49:52 INFO]: Max TNT Explosions: 100
[09:49:52 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[09:49:52 INFO]: Arrow Despawn Rate: 1200
[09:49:52 INFO]: Zombie Aggressive Towards Villager: true
[09:49:52 INFO]: Chunks to Grow per Tick: 650
[09:49:52 INFO]: Clear tick list: false
[09:49:52 INFO]: Experience Merge Radius: 3.0
[09:49:52 INFO]: Item Despawn Rate: 6000
[09:49:52 INFO]: Item Merge Radius: 2.5
[09:49:52 INFO]: View Distance: 10
[09:49:52 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[09:49:52 ERROR]: Could not save spigot.yml
java.io.FileNotFoundException: spigot.yml (Permission denied)
at java.io.FileOutputStream.open(Native Method) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:206) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:156) ~[?:1.8.0]
at org.bukkit.configuration.file.FileConfiguration.save(FileConfiguration.java:105) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at org.spigotmc.SpigotConfig.readConfig(SpigotConfig.java:122) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at org.spigotmc.SpigotWorldConfig.init(SpigotWorldConfig.java:27) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at org.spigotmc.SpigotWorldConfig.<init>(SpigotWorldConfig.java:19) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.World.<init>(World.java:179) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.WorldServer.<init>(WorldServer.java:58) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.SecondaryWorldServer.<init>(SecondaryWorldServer.java:9) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:317) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.Thread.run(Thread.java:744) [?:1.8.0]
[09:49:52 INFO]: -------- World Settings For [Pi World_the_end] --------
[09:49:52 INFO]: Mob Spawn Range: 4
[09:49:52 INFO]: Anti X-Ray: true
[09:49:52 INFO]: Engine Mode: 1
[09:49:52 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[09:49:52 INFO]: Replace Blocks: [1, 5]
[09:49:52 INFO]: Nerfing mobs spawned from spawners: false
[09:49:52 INFO]: Cactus Growth Modifier: 100%
[09:49:52 INFO]: Cane Growth Modifier: 100%
[09:49:52 INFO]: Melon Growth Modifier: 100%
[09:49:52 INFO]: Mushroom Growth Modifier: 100%
[09:49:52 INFO]: Pumpkin Growth Modifier: 100%
[09:49:52 INFO]: Sapling Growth Modifier: 100%
[09:49:52 INFO]: Wheat Growth Modifier: 100%
[09:49:52 INFO]: NetherWart Growth Modifier: 100%
[09:49:52 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[09:49:52 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[09:49:52 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[09:49:52 INFO]: Random Lighting Updates: false
[09:49:52 INFO]: Structure Info Saving: true
[09:49:52 INFO]: Sending up to 10 chunks per packet
[09:49:52 INFO]: Max Entity Collisions: 8
[09:49:52 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[09:49:52 INFO]: Max TNT Explosions: 100
[09:49:52 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[09:49:52 INFO]: Arrow Despawn Rate: 1200
[09:49:52 INFO]: Zombie Aggressive Towards Villager: true
[09:49:52 INFO]: Chunks to Grow per Tick: 650
[09:49:52 INFO]: Clear tick list: false
[09:49:52 INFO]: Experience Merge Radius: 3.0
[09:49:52 INFO]: Item Despawn Rate: 6000
[09:49:52 INFO]: Item Merge Radius: 2.5
[09:49:52 INFO]: View Distance: 10
[09:49:52 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[09:49:52 ERROR]: Could not save spigot.yml
java.io.FileNotFoundException: spigot.yml (Permission denied)
at java.io.FileOutputStream.open(Native Method) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:206) ~[?:1.8.0]
at java.io.FileOutputStream.<init>(FileOutputStream.java:156) ~[?:1.8.0]
at org.bukkit.configuration.file.FileConfiguration.save(FileConfiguration.java:105) ~[spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at org.spigotmc.SpigotConfig.readConfig(SpigotConfig.java:122) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at org.spigotmc.SpigotWorldConfig.init(SpigotWorldConfig.java:27) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at org.spigotmc.SpigotWorldConfig.<init>(SpigotWorldConfig.java:19) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.World.<init>(World.java:179) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.WorldServer.<init>(WorldServer.java:58) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.SecondaryWorldServer.<init>(SecondaryWorldServer.java:9) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:317) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot_server.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.Thread.run(Thread.java:744) [?:1.8.0]
[09:49:52 INFO]: Preparing start region for level 0 (Seed: 8908058609115460451)
[09:49:54 INFO]: Preparing spawn area: 1%
[09:49:55 INFO]: Preparing spawn area: 7%
[09:49:56 INFO]: Preparing spawn area: 14%
[09:49:57 INFO]: Preparing spawn area: 20%
[09:49:58 INFO]: Preparing spawn area: 28%
[09:49:59 INFO]: Preparing spawn area: 34%
[09:50:00 INFO]: Preparing spawn area: 40%
[09:50:01 INFO]: Preparing spawn area: 46%
[09:50:02 INFO]: Preparing spawn area: 52%
[09:50:03 INFO]: Preparing spawn area: 59%
[09:50:04 INFO]: Preparing spawn area: 66%
[09:50:05 INFO]: Preparing spawn area: 72%
[09:50:06 INFO]: Preparing spawn area: 77%
[09:50:07 INFO]: Preparing spawn area: 83%
[09:50:08 INFO]: Preparing spawn area: 90%
[09:50:09 INFO]: Preparing spawn area: 96%
[09:50:09 INFO]: Preparing start region for level 1 (Seed: 8908058609115460451)
[09:50:10 INFO]: Preparing spawn area: 5%
[09:50:11 INFO]: Preparing spawn area: 12%
[09:50:12 INFO]: Preparing spawn area: 19%
[09:50:13 INFO]: Preparing spawn area: 26%
[09:50:14 INFO]: Preparing spawn area: 32%
[09:50:15 INFO]: Preparing spawn area: 39%
[09:50:16 INFO]: Preparing spawn area: 45%
[09:50:17 INFO]: Preparing spawn area: 51%
[09:50:18 INFO]: Preparing spawn area: 58%
[09:50:19 INFO]: Preparing spawn area: 62%
[09:50:20 INFO]: Preparing spawn area: 69%
[09:50:21 INFO]: Preparing spawn area: 75%
[09:50:22 INFO]: Preparing spawn area: 83%
[09:50:23 INFO]: Preparing spawn area: 91%
[09:50:24 INFO]: Preparing spawn area: 98%
[09:50:25 INFO]: Preparing start region for level 2 (Seed: 8908058609115460451)
[09:50:26 INFO]: Preparing spawn area: 39%
[09:50:27 INFO]: Preparing spawn area: 53%
[09:50:28 INFO]: Preparing spawn area: 73%
[09:50:28 INFO]: Server permissions file permissions.yml is empty, ignoring it
[09:50:28 INFO]: Done (37.731s)! For help, type "help" or "?"
Please help me fix this, i have searched on the internet but haven't found anything on what this is.