Jimmy Allen 1 månad sedan
förälder
incheckning
41594cb0e6
47 ändrade filer med 738 tillägg och 4 borttagningar
  1. 0 3
      .vscode/settings.json
  2. 7 0
      .vscode/tasks.json
  3. 110 0
      server/ForgeModLoader-server-0.log
  4. 0 0
      server/ForgeModLoader-server-0.log.lck
  5. 52 0
      server/ForgeModLoader-server-1.log
  6. 64 0
      server/ForgeModLoader-server-2.log
  7. 3 0
      server/banned-ips.txt
  8. 3 0
      server/banned-players.txt
  9. 112 0
      server/bukkit.yml
  10. 13 0
      server/config/forge.cfg
  11. 47 0
      server/config/forgeChunkLoading.cfg
  12. 51 0
      server/crash-reports/crash-2018-11-04_14.45.17-server.txt
  13. 51 0
      server/crash-reports/crash-2018-11-04_14.45.42-server.txt
  14. 56 0
      server/help.yml
  15. Binär
      server/lib/argo-2.25.jar
  16. Binär
      server/lib/asm-all-4.0.jar
  17. Binär
      server/lib/bcprov-jdk15on-147.jar
  18. Binär
      server/lib/guava-12.0.1.jar
  19. Binär
      server/mcpc-plus-1.4.7-R1.1-SNAPSHOT-f534-247.jar
  20. 0 0
      server/ops.txt
  21. 0 0
      server/permissions.yml
  22. Binär
      server/plugins/BanItems-1.4.7.jar
  23. 3 0
      server/plugins/PluginMetrics/config.yml
  24. 132 0
      server/server.log
  25. 28 0
      server/server.properties
  26. 0 0
      server/white-list.txt
  27. Binär
      server/world/data/villages.dat
  28. Binär
      server/world/forcedchunks.dat
  29. Binär
      server/world/level.dat
  30. Binär
      server/world/level.dat_old
  31. Binär
      server/world/region/r.0.0.mca
  32. Binär
      server/world/session.lock
  33. Binär
      server/world_nether/DIM-1/data/villages.dat
  34. Binär
      server/world_nether/DIM-1/forcedchunks.dat
  35. Binär
      server/world_nether/DIM-1/region/r.0.-1.mca
  36. Binär
      server/world_nether/DIM-1/region/r.0.0.mca
  37. Binär
      server/world_nether/level.dat
  38. Binär
      server/world_nether/session.lock
  39. Binär
      server/world_the_end/DIM1/data/villages.dat
  40. Binär
      server/world_the_end/DIM1/forcedchunks.dat
  41. Binär
      server/world_the_end/DIM1/region/r.0.-1.mca
  42. Binär
      server/world_the_end/DIM1/region/r.0.0.mca
  43. Binär
      server/world_the_end/level.dat
  44. Binär
      server/world_the_end/session.lock
  45. 0 0
      src/main/resources/config.yml
  46. 5 0
      src/main/resources/plugin.yml
  47. 1 1
      target/maven-archiver/pom.properties

+ 0 - 3
.vscode/settings.json

@@ -1,3 +0,0 @@
1
-{
2
-    "java.configuration.updateBuildConfiguration": "automatic"
3
-}

+ 7 - 0
.vscode/tasks.json

@@ -10,5 +10,12 @@
10 10
             "group": "build",
11 11
             "problemMatcher": []
12 12
         },
13
+        {
14
+            "label": "run",
15
+            "type": "shell",
16
+            "command": "cp target/BanItems-1.4.7.jar server/plugins; cd server;  java -Xms1G -Xmx2G -jar mcpc-plus-1.4.7-R1.1-SNAPSHOT-f534-247.jar",
17
+            "group": "test",
18
+            "dependsOn": "build"
19
+        }
13 20
     ]
14 21
 }

+ 110 - 0
server/ForgeModLoader-server-0.log

@@ -0,0 +1,110 @@
1
+2018-11-04 14:46:37 [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.35.556 for Minecraft 1.4.7 loading
2
+2018-11-04 14:46:39 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
3
+2018-11-04 14:46:39 [INFO] [ForgeModLoader] MinecraftForge v6.6.2.534 Initialized
4
+2018-11-04 14:46:39 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
5
+2018-11-04 14:46:39 [INFO] [ForgeModLoader] Reading custom logging properties from /home/jimmy/cloud/code/Java/BanItems/server/config/logging.properties
6
+2018-11-04 14:46:39[ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
7
+2018-11-04 14:46:39 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]
8
+2018-11-04 14:46:39 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
9
+2018-11-04 14:46:39 [FINE] [ForgeModLoader] Found a minecraft related file at /home/jimmy/cloud/code/Java/BanItems/server/mcpc-plus-1.4.7-R1.1-SNAPSHOT-f534-247.jar, examining for mod candidates
10
+2018-11-04 14:46:39 [FINER] [ForgeModLoader] Skipping known library file /home/jimmy/cloud/code/Java/BanItems/server/lib/argo-2.25.jar
11
+2018-11-04 14:46:39 [FINER] [ForgeModLoader] Skipping known library file /home/jimmy/cloud/code/Java/BanItems/server/lib/guava-12.0.1.jar
12
+2018-11-04 14:46:39 [FINER] [ForgeModLoader] Skipping known library file /home/jimmy/cloud/code/Java/BanItems/server/lib/asm-all-4.0.jar
13
+2018-11-04 14:46:39 [FINER] [ForgeModLoader] Skipping known library file /home/jimmy/cloud/code/Java/BanItems/server/lib/bcprov-jdk15on-147.jar
14
+2018-11-04 14:46:39 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
15
+2018-11-04 14:46:39 [INFO] [ForgeModLoader] Searching /home/jimmy/cloud/code/Java/BanItems/server/mods for mods
16
+2018-11-04 14:46:39 [FINE] [ForgeModLoader] Examining file mcpc-plus-1.4.7-R1.1-SNAPSHOT-f534-247.jar for potential mods
17
+2018-11-04 14:46:39 [FINE] [ForgeModLoader] The mod container mcpc-plus-1.4.7-R1.1-SNAPSHOT-f534-247.jar appears to be missing an mcmod.info file
18
+2018-11-04 14:46:40 [INFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load
19
+2018-11-04 14:46:40 [FINER] [ForgeModLoader] Received a system property request ''
20
+2018-11-04 14:46:40 [FINER] [ForgeModLoader] System property request managing the state of 0 mods
21
+2018-11-04 14:46:40 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
22
+2018-11-04 14:46:40 [FINE] [ForgeModLoader] Reloading logging properties from /home/jimmy/cloud/code/Java/BanItems/server/config/logging.properties
23
+2018-11-04 14:46:40 [FINE] [ForgeModLoader] Reloaded logging properties
24
+2018-11-04 14:46:40 [FINE] [mcp] Mod Logging channel mcp configured at default level.
25
+2018-11-04 14:46:40 [INFO] [mcp] Activating mod mcp
26
+2018-11-04 14:46:40 [FINE] [FML] Mod Logging channel FML configured at default level.
27
+2018-11-04 14:46:40 [INFO] [FML] Activating mod FML
28
+2018-11-04 14:46:40 [FINE] [Forge] Mod Logging channel Forge configured at default level.
29
+2018-11-04 14:46:40 [INFO] [Forge] Activating mod Forge
30
+2018-11-04 14:46:40 [FINER] [ForgeModLoader] Verifying mod requirements are satisfied
31
+2018-11-04 14:46:40 [FINER] [ForgeModLoader] All mod requirements are satisfied
32
+2018-11-04 14:46:40 [FINER] [ForgeModLoader] Sorting mods into an ordered list
33
+2018-11-04 14:46:40 [FINER] [ForgeModLoader] Mod sorting completed successfully
34
+2018-11-04 14:46:40 [FINE] [ForgeModLoader] Mod sorting data
35
+2018-11-04 14:46:40 [FINE] [ForgeModLoader] No user mods found to sort
36
+2018-11-04 14:46:40 [FINEST] [mcp] Sending event FMLConstructionEvent to mod mcp
37
+2018-11-04 14:46:40 [FINEST] [mcp] Sent event FMLConstructionEvent to mod mcp
38
+2018-11-04 14:46:40 [FINEST] [FML] Sending event FMLConstructionEvent to mod FML
39
+2018-11-04 14:46:40 [FINEST] [FML] Sent event FMLConstructionEvent to mod FML
40
+2018-11-04 14:46:40 [FINEST] [Forge] Sending event FMLConstructionEvent to mod Forge
41
+2018-11-04 14:46:40 [FINEST] [Forge] Sent event FMLConstructionEvent to mod Forge
42
+2018-11-04 14:46:40 [FINE] [ForgeModLoader] Mod signature data
43
+2018-11-04 14:46:40 [FINE] [ForgeModLoader] 	mcp(Minecraft Coder Pack:7.26a): minecraft.jar (NO VALID CERTIFICATE FOUND)
44
+2018-11-04 14:46:40 [FINE] [ForgeModLoader] 	FML(Forge Mod Loader:4.7.35.556): coremods (NO VALID CERTIFICATE FOUND)
45
+2018-11-04 14:46:40 [FINE] [ForgeModLoader] 	Forge(Minecraft Forge:6.6.2.534): coremods (NO VALID CERTIFICATE FOUND)
46
+2018-11-04 14:46:40 [FINEST] [mcp] Sending event FMLPreInitializationEvent to mod mcp
47
+2018-11-04 14:46:40 [FINEST] [mcp] Sent event FMLPreInitializationEvent to mod mcp
48
+2018-11-04 14:46:40 [FINEST] [FML] Sending event FMLPreInitializationEvent to mod FML
49
+2018-11-04 14:46:40 [FINEST] [FML] Sent event FMLPreInitializationEvent to mod FML
50
+2018-11-04 14:46:40 [FINEST] [Forge] Sending event FMLPreInitializationEvent to mod Forge
51
+2018-11-04 14:46:40 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
52
+2018-11-04 14:46:40 [FINEST] [Forge] Sent event FMLPreInitializationEvent to mod Forge
53
+2018-11-04 14:46:41 [FINEST] [mcp] Sending event FMLInitializationEvent to mod mcp
54
+2018-11-04 14:46:41 [FINEST] [mcp] Sent event FMLInitializationEvent to mod mcp
55
+2018-11-04 14:46:41 [FINEST] [FML] Sending event FMLInitializationEvent to mod FML
56
+2018-11-04 14:46:41 [FINEST] [FML] Sent event FMLInitializationEvent to mod FML
57
+2018-11-04 14:46:41 [FINEST] [Forge] Sending event FMLInitializationEvent to mod Forge
58
+2018-11-04 14:46:41 [FINEST] [Forge] Sent event FMLInitializationEvent to mod Forge
59
+2018-11-04 14:46:41 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod mcp
60
+2018-11-04 14:46:41 [FINEST] [mcp] Sending event IMCEvent to mod mcp
61
+2018-11-04 14:46:41 [FINEST] [mcp] Sent event IMCEvent to mod mcp
62
+2018-11-04 14:46:41 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod FML
63
+2018-11-04 14:46:41 [FINEST] [FML] Sending event IMCEvent to mod FML
64
+2018-11-04 14:46:41 [FINEST] [FML] Sent event IMCEvent to mod FML
65
+2018-11-04 14:46:41 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod Forge
66
+2018-11-04 14:46:41 [FINEST] [Forge] Sending event IMCEvent to mod Forge
67
+2018-11-04 14:46:41 [FINEST] [Forge] Sent event IMCEvent to mod Forge
68
+2018-11-04 14:46:41 [FINEST] [mcp] Sending event FMLPostInitializationEvent to mod mcp
69
+2018-11-04 14:46:41 [FINEST] [mcp] Sent event FMLPostInitializationEvent to mod mcp
70
+2018-11-04 14:46:41 [FINEST] [FML] Sending event FMLPostInitializationEvent to mod FML
71
+2018-11-04 14:46:41 [FINEST] [FML] Sent event FMLPostInitializationEvent to mod FML
72
+2018-11-04 14:46:41 [FINEST] [Forge] Sending event FMLPostInitializationEvent to mod Forge
73
+2018-11-04 14:46:41 [FINEST] [Forge] Sent event FMLPostInitializationEvent to mod Forge
74
+2018-11-04 14:46:41 [FINEST] [mcp] Sending event FMLLoadCompleteEvent to mod mcp
75
+2018-11-04 14:46:41 [FINEST] [mcp] Sent event FMLLoadCompleteEvent to mod mcp
76
+2018-11-04 14:46:41 [FINEST] [FML] Sending event FMLLoadCompleteEvent to mod FML
77
+2018-11-04 14:46:41 [FINEST] [FML] Sent event FMLLoadCompleteEvent to mod FML
78
+2018-11-04 14:46:41 [FINEST] [Forge] Sending event FMLLoadCompleteEvent to mod Forge
79
+2018-11-04 14:46:41 [FINEST] [Forge] Sent event FMLLoadCompleteEvent to mod Forge
80
+2018-11-04 14:46:41 [INFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 3 mods
81
+2018-11-04 14:46:41 [FINEST] [mcp] Sending event FMLServerAboutToStartEvent to mod mcp
82
+2018-11-04 14:46:41 [FINEST] [mcp] Sent event FMLServerAboutToStartEvent to mod mcp
83
+2018-11-04 14:46:41 [FINEST] [FML] Sending event FMLServerAboutToStartEvent to mod FML
84
+2018-11-04 14:46:41 [FINEST] [FML] Sent event FMLServerAboutToStartEvent to mod FML
85
+2018-11-04 14:46:41 [FINEST] [Forge] Sending event FMLServerAboutToStartEvent to mod Forge
86
+2018-11-04 14:46:41 [FINEST] [Forge] Sent event FMLServerAboutToStartEvent to mod Forge
87
+2018-11-04 14:46:42 [INFO] [ForgeModLoader] Loading dimension 0 (world) (ho@307b408e)
88
+2018-11-04 14:46:42 [INFO] [ForgeModLoader] Loading dimension 1 (world_the_end) (ho@307b408e)
89
+2018-11-04 14:46:42 [INFO] [ForgeModLoader] Loading dimension -1 (world_nether) (ho@307b408e)
90
+2018-11-04 14:46:42 [FINEST] [mcp] Sending event FMLServerStartingEvent to mod mcp
91
+2018-11-04 14:46:42 [FINEST] [mcp] Sent event FMLServerStartingEvent to mod mcp
92
+2018-11-04 14:46:42 [FINEST] [FML] Sending event FMLServerStartingEvent to mod FML
93
+2018-11-04 14:46:42 [FINEST] [FML] Sent event FMLServerStartingEvent to mod FML
94
+2018-11-04 14:46:42 [FINEST] [Forge] Sending event FMLServerStartingEvent to mod Forge
95
+2018-11-04 14:46:42 [FINEST] [Forge] Sent event FMLServerStartingEvent to mod Forge
96
+2018-11-04 14:46:42 [FINEST] [mcp] Sending event FMLServerStartedEvent to mod mcp
97
+2018-11-04 14:46:42 [FINEST] [mcp] Sent event FMLServerStartedEvent to mod mcp
98
+2018-11-04 14:46:42 [FINEST] [FML] Sending event FMLServerStartedEvent to mod FML
99
+2018-11-04 14:46:42 [FINEST] [FML] Sent event FMLServerStartedEvent to mod FML
100
+2018-11-04 14:46:42 [FINEST] [Forge] Sending event FMLServerStartedEvent to mod Forge
101
+2018-11-04 14:46:42 [FINEST] [Forge] Sent event FMLServerStartedEvent to mod Forge
102
+2018-11-04 14:47:00 [FINEST] [mcp] Sending event FMLServerStoppingEvent to mod mcp
103
+2018-11-04 14:47:00 [FINEST] [mcp] Sent event FMLServerStoppingEvent to mod mcp
104
+2018-11-04 14:47:00 [FINEST] [FML] Sending event FMLServerStoppingEvent to mod FML
105
+2018-11-04 14:47:00 [FINEST] [FML] Sent event FMLServerStoppingEvent to mod FML
106
+2018-11-04 14:47:00 [FINEST] [Forge] Sending event FMLServerStoppingEvent to mod Forge
107
+2018-11-04 14:47:00 [FINEST] [Forge] Sent event FMLServerStoppingEvent to mod Forge
108
+2018-11-04 14:47:00 [INFO] [ForgeModLoader] Unloading dimension 0
109
+2018-11-04 14:47:00 [INFO] [ForgeModLoader] Unloading dimension 1
110
+2018-11-04 14:47:00 [INFO] [ForgeModLoader] Unloading dimension -1

+ 0 - 0
server/ForgeModLoader-server-0.log.lck


+ 52 - 0
server/ForgeModLoader-server-1.log

@@ -0,0 +1,52 @@
1
+2018-11-04 14:45:39 [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.35.556 for Minecraft 1.4.7 loading
2
+2018-11-04 14:45:40 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
3
+2018-11-04 14:45:40 [INFO] [ForgeModLoader] MinecraftForge v6.6.2.534 Initialized
4
+2018-11-04 14:45:40 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
5
+2018-11-04 14:45:40 [INFO] [ForgeModLoader] Reading custom logging properties from /home/jimmy/cloud/code/Java/BanItems/server/config/logging.properties
6
+2018-11-04 14:45:40[ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
7
+2018-11-04 14:45:40 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]
8
+2018-11-04 14:45:40 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
9
+2018-11-04 14:45:40 [FINE] [ForgeModLoader] Found a minecraft related file at /home/jimmy/cloud/code/Java/BanItems/server/mcpc-plus-1.4.7-R1.1-SNAPSHOT-f534-247.jar, examining for mod candidates
10
+2018-11-04 14:45:40 [FINER] [ForgeModLoader] Skipping known library file /home/jimmy/cloud/code/Java/BanItems/server/lib/argo-2.25.jar
11
+2018-11-04 14:45:40 [FINER] [ForgeModLoader] Skipping known library file /home/jimmy/cloud/code/Java/BanItems/server/lib/guava-12.0.1.jar
12
+2018-11-04 14:45:40 [FINER] [ForgeModLoader] Skipping known library file /home/jimmy/cloud/code/Java/BanItems/server/lib/asm-all-4.0.jar
13
+2018-11-04 14:45:40 [FINER] [ForgeModLoader] Skipping known library file /home/jimmy/cloud/code/Java/BanItems/server/lib/bcprov-jdk15on-147.jar
14
+2018-11-04 14:45:40 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
15
+2018-11-04 14:45:40 [INFO] [ForgeModLoader] Searching /home/jimmy/cloud/code/Java/BanItems/server/mods for mods
16
+2018-11-04 14:45:40 [FINE] [ForgeModLoader] Examining file mcpc-plus-1.4.7-R1.1-SNAPSHOT-f534-247.jar for potential mods
17
+2018-11-04 14:45:40 [FINE] [ForgeModLoader] The mod container mcpc-plus-1.4.7-R1.1-SNAPSHOT-f534-247.jar appears to be missing an mcmod.info file
18
+2018-11-04 14:45:41 [INFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load
19
+2018-11-04 14:45:41 [FINER] [ForgeModLoader] Received a system property request ''
20
+2018-11-04 14:45:41 [FINER] [ForgeModLoader] System property request managing the state of 0 mods
21
+2018-11-04 14:45:41 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
22
+2018-11-04 14:45:41 [FINE] [ForgeModLoader] Reloading logging properties from /home/jimmy/cloud/code/Java/BanItems/server/config/logging.properties
23
+2018-11-04 14:45:41 [FINE] [ForgeModLoader] Reloaded logging properties
24
+2018-11-04 14:45:41 [FINE] [mcp] Mod Logging channel mcp configured at default level.
25
+2018-11-04 14:45:41 [INFO] [mcp] Activating mod mcp
26
+2018-11-04 14:45:41 [FINE] [FML] Mod Logging channel FML configured at default level.
27
+2018-11-04 14:45:41 [INFO] [FML] Activating mod FML
28
+2018-11-04 14:45:41 [FINE] [Forge] Mod Logging channel Forge configured at default level.
29
+2018-11-04 14:45:41 [INFO] [Forge] Activating mod Forge
30
+2018-11-04 14:45:41 [FINER] [ForgeModLoader] Verifying mod requirements are satisfied
31
+2018-11-04 14:45:41 [FINER] [ForgeModLoader] All mod requirements are satisfied
32
+2018-11-04 14:45:41 [FINER] [ForgeModLoader] Sorting mods into an ordered list
33
+2018-11-04 14:45:41 [FINER] [ForgeModLoader] Mod sorting completed successfully
34
+2018-11-04 14:45:41 [FINE] [ForgeModLoader] Mod sorting data
35
+2018-11-04 14:45:41 [FINE] [ForgeModLoader] No user mods found to sort
36
+2018-11-04 14:45:41 [FINEST] [mcp] Sending event FMLConstructionEvent to mod mcp
37
+2018-11-04 14:45:41 [FINEST] [mcp] Sent event FMLConstructionEvent to mod mcp
38
+2018-11-04 14:45:41 [FINEST] [FML] Sending event FMLConstructionEvent to mod FML
39
+2018-11-04 14:45:41 [FINEST] [FML] Sent event FMLConstructionEvent to mod FML
40
+2018-11-04 14:45:41 [FINEST] [Forge] Sending event FMLConstructionEvent to mod Forge
41
+2018-11-04 14:45:41 [FINEST] [Forge] Sent event FMLConstructionEvent to mod Forge
42
+2018-11-04 14:45:41 [FINE] [ForgeModLoader] Mod signature data
43
+2018-11-04 14:45:41 [FINE] [ForgeModLoader] 	mcp(Minecraft Coder Pack:7.26a): minecraft.jar (NO VALID CERTIFICATE FOUND)
44
+2018-11-04 14:45:41 [FINE] [ForgeModLoader] 	FML(Forge Mod Loader:4.7.35.556): coremods (NO VALID CERTIFICATE FOUND)
45
+2018-11-04 14:45:41 [FINE] [ForgeModLoader] 	Forge(Minecraft Forge:6.6.2.534): coremods (NO VALID CERTIFICATE FOUND)
46
+2018-11-04 14:45:41 [FINEST] [mcp] Sending event FMLPreInitializationEvent to mod mcp
47
+2018-11-04 14:45:41 [FINEST] [mcp] Sent event FMLPreInitializationEvent to mod mcp
48
+2018-11-04 14:45:41 [FINEST] [FML] Sending event FMLPreInitializationEvent to mod FML
49
+2018-11-04 14:45:41 [FINEST] [FML] Sent event FMLPreInitializationEvent to mod FML
50
+2018-11-04 14:45:41 [FINEST] [Forge] Sending event FMLPreInitializationEvent to mod Forge
51
+2018-11-04 14:45:41 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
52
+2018-11-04 14:45:41 [FINEST] [Forge] Sent event FMLPreInitializationEvent to mod Forge

+ 64 - 0
server/ForgeModLoader-server-2.log

@@ -0,0 +1,64 @@
1
+2018-11-04 14:42:31 [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.35.556 for Minecraft 1.4.7 loading
2
+2018-11-04 14:42:31 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar
3
+2018-11-04 14:42:33 [INFO] [ForgeModLoader] Download complete
4
+2018-11-04 14:42:33 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
5
+2018-11-04 14:43:53 [INFO] [ForgeModLoader] Download complete
6
+2018-11-04 14:43:53 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
7
+2018-11-04 14:44:04 [INFO] [ForgeModLoader] Download complete
8
+2018-11-04 14:44:04 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
9
+2018-11-04 14:45:14 [INFO] [ForgeModLoader] Download complete
10
+2018-11-04 14:45:15 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
11
+2018-11-04 14:45:15 [INFO] [ForgeModLoader] MinecraftForge v6.6.2.534 Initialized
12
+2018-11-04 14:45:15 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
13
+2018-11-04 14:45:15 [INFO] [ForgeModLoader] No mod directory found, creating one: /home/jimmy/cloud/code/Java/BanItems/server/mods
14
+2018-11-04 14:45:15 [INFO] [ForgeModLoader] Mod directory created successfully
15
+2018-11-04 14:45:15 [FINE] [ForgeModLoader] No config directory found, creating one: /home/jimmy/cloud/code/Java/BanItems/server/config
16
+2018-11-04 14:45:15 [INFO] [ForgeModLoader] Config directory created successfully
17
+2018-11-04 14:45:15 [INFO] [ForgeModLoader] Reading custom logging properties from /home/jimmy/cloud/code/Java/BanItems/server/config/logging.properties
18
+2018-11-04 14:45:15[ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
19
+2018-11-04 14:45:15 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]
20
+2018-11-04 14:45:15 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
21
+2018-11-04 14:45:15 [FINE] [ForgeModLoader] Found a minecraft related file at /home/jimmy/cloud/code/Java/BanItems/server/mcpc-plus-1.4.7-R1.1-SNAPSHOT-f534-247.jar, examining for mod candidates
22
+2018-11-04 14:45:15 [FINER] [ForgeModLoader] Skipping known library file /home/jimmy/cloud/code/Java/BanItems/server/lib/argo-2.25.jar
23
+2018-11-04 14:45:15 [FINER] [ForgeModLoader] Skipping known library file /home/jimmy/cloud/code/Java/BanItems/server/lib/guava-12.0.1.jar
24
+2018-11-04 14:45:15 [FINER] [ForgeModLoader] Skipping known library file /home/jimmy/cloud/code/Java/BanItems/server/lib/asm-all-4.0.jar
25
+2018-11-04 14:45:15 [FINER] [ForgeModLoader] Skipping known library file /home/jimmy/cloud/code/Java/BanItems/server/lib/bcprov-jdk15on-147.jar
26
+2018-11-04 14:45:15 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
27
+2018-11-04 14:45:15 [INFO] [ForgeModLoader] Searching /home/jimmy/cloud/code/Java/BanItems/server/mods for mods
28
+2018-11-04 14:45:15 [FINE] [ForgeModLoader] Examining file mcpc-plus-1.4.7-R1.1-SNAPSHOT-f534-247.jar for potential mods
29
+2018-11-04 14:45:15 [FINE] [ForgeModLoader] The mod container mcpc-plus-1.4.7-R1.1-SNAPSHOT-f534-247.jar appears to be missing an mcmod.info file
30
+2018-11-04 14:45:16 [INFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load
31
+2018-11-04 14:45:16 [FINER] [ForgeModLoader] Received a system property request ''
32
+2018-11-04 14:45:16 [FINER] [ForgeModLoader] System property request managing the state of 0 mods
33
+2018-11-04 14:45:16 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
34
+2018-11-04 14:45:16 [FINE] [ForgeModLoader] Reloading logging properties from /home/jimmy/cloud/code/Java/BanItems/server/config/logging.properties
35
+2018-11-04 14:45:16 [FINE] [ForgeModLoader] Reloaded logging properties
36
+2018-11-04 14:45:16 [FINE] [mcp] Mod Logging channel mcp configured at default level.
37
+2018-11-04 14:45:16 [INFO] [mcp] Activating mod mcp
38
+2018-11-04 14:45:16 [FINE] [FML] Mod Logging channel FML configured at default level.
39
+2018-11-04 14:45:16 [INFO] [FML] Activating mod FML
40
+2018-11-04 14:45:16 [FINE] [Forge] Mod Logging channel Forge configured at default level.
41
+2018-11-04 14:45:16 [INFO] [Forge] Activating mod Forge
42
+2018-11-04 14:45:16 [FINER] [ForgeModLoader] Verifying mod requirements are satisfied
43
+2018-11-04 14:45:16 [FINER] [ForgeModLoader] All mod requirements are satisfied
44
+2018-11-04 14:45:16 [FINER] [ForgeModLoader] Sorting mods into an ordered list
45
+2018-11-04 14:45:16 [FINER] [ForgeModLoader] Mod sorting completed successfully
46
+2018-11-04 14:45:16 [FINE] [ForgeModLoader] Mod sorting data
47
+2018-11-04 14:45:16 [FINE] [ForgeModLoader] No user mods found to sort
48
+2018-11-04 14:45:16 [FINEST] [mcp] Sending event FMLConstructionEvent to mod mcp
49
+2018-11-04 14:45:16 [FINEST] [mcp] Sent event FMLConstructionEvent to mod mcp
50
+2018-11-04 14:45:16 [FINEST] [FML] Sending event FMLConstructionEvent to mod FML
51
+2018-11-04 14:45:16 [FINEST] [FML] Sent event FMLConstructionEvent to mod FML
52
+2018-11-04 14:45:16 [FINEST] [Forge] Sending event FMLConstructionEvent to mod Forge
53
+2018-11-04 14:45:16 [FINEST] [Forge] Sent event FMLConstructionEvent to mod Forge
54
+2018-11-04 14:45:16 [FINE] [ForgeModLoader] Mod signature data
55
+2018-11-04 14:45:16 [FINE] [ForgeModLoader] 	mcp(Minecraft Coder Pack:7.26a): minecraft.jar (NO VALID CERTIFICATE FOUND)
56
+2018-11-04 14:45:16 [FINE] [ForgeModLoader] 	FML(Forge Mod Loader:4.7.35.556): coremods (NO VALID CERTIFICATE FOUND)
57
+2018-11-04 14:45:16 [FINE] [ForgeModLoader] 	Forge(Minecraft Forge:6.6.2.534): coremods (NO VALID CERTIFICATE FOUND)
58
+2018-11-04 14:45:16 [FINEST] [mcp] Sending event FMLPreInitializationEvent to mod mcp
59
+2018-11-04 14:45:16 [FINEST] [mcp] Sent event FMLPreInitializationEvent to mod mcp
60
+2018-11-04 14:45:16 [FINEST] [FML] Sending event FMLPreInitializationEvent to mod FML
61
+2018-11-04 14:45:16 [FINEST] [FML] Sent event FMLPreInitializationEvent to mod FML
62
+2018-11-04 14:45:16 [FINEST] [Forge] Sending event FMLPreInitializationEvent to mod Forge
63
+2018-11-04 14:45:16 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
64
+2018-11-04 14:45:16 [FINEST] [Forge] Sent event FMLPreInitializationEvent to mod Forge

+ 3 - 0
server/banned-ips.txt

@@ -0,0 +1,3 @@
1
+# Updated 11/4/18 2:46 PM by Minecraft 1.4.7
2
+# victim name | ban date | banned by | banned until | reason
3
+

+ 3 - 0
server/banned-players.txt

@@ -0,0 +1,3 @@
1
+# Updated 11/4/18 2:46 PM by Minecraft 1.4.7
2
+# victim name | ban date | banned by | banned until | reason
3
+

+ 112 - 0
server/bukkit.yml

@@ -0,0 +1,112 @@
1
+# This is the main configuration file for Bukkit.
2
+# As you can see, there's actually not that much to configure without any plugins.
3
+# For a reference for any variable inside this file, check out the bukkit wiki at
4
+# http://wiki.bukkit.org/Bukkit.yml
5
+settings:
6
+  allow-end: true
7
+  warn-on-overload: true
8
+  permissions-file: permissions.yml
9
+  update-folder: update
10
+  ping-packet-limit: 100
11
+  use-exact-login-location: false
12
+  plugin-profiling: false
13
+  connection-throttle: 4000
14
+  query-plugins: true
15
+  deprecated-verbose: default
16
+  shutdown-message: Server closed
17
+  restart-script-location: start.bat
18
+  timeout-time: 300
19
+  restart-on-crash: false
20
+  filter-unsafe-ips: false
21
+  whitelist-message: You are not white-listed on this server!
22
+  fml-missing-message: You do not have FML installed, you cannot connect to this server
23
+  fml-missing-mods-message: The server requires mods that are absent or out of date on your client
24
+  fml-outdated-message: Your client is not running a new enough version of FML to connect to this server
25
+  fml-other-error-message: There was a problem during FML negotiation
26
+  log-commands: true
27
+  command-complete: true
28
+  restart-command: true
29
+  tps-command: true
30
+  spam-exclusions:
31
+  - /skill
32
+mcpc:
33
+  connection-logging: false
34
+  dump-materials: false
35
+  infinite-water-source: true
36
+  fake-players:
37
+    com/eloraam/redpower/machine/EntityPlayerFake:
38
+      username: '[RedPower]'
39
+      do-login: false
40
+    dan200/turtle/shared/TurtlePlayer:
41
+      username: '[ComputerCraft]'
42
+      do-login: false
43
+  plugin-settings:
44
+    default:
45
+      debug: false
46
+      custom-class-loader: true
47
+      use-guava10: true
48
+      remap-nms-v1_4_R1: true
49
+      remap-nms-v1_4_6: true
50
+      remap-obc-v1_4_6: true
51
+      remap-obc-pre: false
52
+      remap-nms-pre: 'false'
53
+      global-inheritance: true
54
+      plugin-inheritance: true
55
+      remap-reflect-field: true
56
+world-settings:
57
+  default:
58
+    growth-chunks-per-tick: 650
59
+    mob-spawn-range: 4
60
+    item-merge-radius: 3.5
61
+    exp-merge-radius: 3.5
62
+    random-light-updates: false
63
+    aggregate-chunkticks: 4
64
+    wheat-growth-modifier: 100
65
+    cactus-growth-modifier: 100
66
+    melon-growth-modifier: 100
67
+    pumpkin-growth-modifier: 100
68
+    sugar-growth-modifier: 100
69
+    tree-growth-modifier: 100
70
+    mushroom-growth-modifier: 100
71
+    verbose: false
72
+  world:
73
+    growth-chunks-per-tick: 1000
74
+  world_nether:
75
+    view-distance: 5
76
+    growth-chunks-per-tick: 0
77
+    random-light-updates: true
78
+    water-creatures-per-chunk: 0
79
+spawn-limits:
80
+  monsters: 70
81
+  animals: 15
82
+  water-animals: 5
83
+  ambient: 15
84
+chunk-gc:
85
+  period-in-ticks: 600
86
+  load-threshold: 0
87
+ticks-per:
88
+  animal-spawns: 400
89
+  monster-spawns: 1
90
+  autosave: 0
91
+auto-updater:
92
+  enabled: true
93
+  on-broken:
94
+  - warn-console
95
+  - warn-ops
96
+  on-update:
97
+  - warn-console
98
+  - warn-ops
99
+  preferred-channel: rb
100
+  host: dl.bukkit.org
101
+  suggest-channels: true
102
+database:
103
+  username: bukkit
104
+  isolation: SERIALIZABLE
105
+  driver: org.sqlite.JDBC
106
+  password: walrus
107
+  url: jdbc:sqlite:{DIR}{NAME}.db
108
+orebfuscator:
109
+  enable: false
110
+  update-radius: 2
111
+  disabled-worlds:
112
+  - world_the_end

+ 13 - 0
server/config/forge.cfg

@@ -0,0 +1,13 @@
1
+# Configuration file
2
+
3
+####################
4
+# general
5
+####################
6
+
7
+general {
8
+    # Controls the number threshold at which Packet51 is preferred over Packet52, default and minimum 64, maximum 1024
9
+    I:clumpingThreshold=64
10
+    B:enableGlobalConfig=false
11
+}
12
+
13
+

+ 47 - 0
server/config/forgeChunkLoading.cfg

@@ -0,0 +1,47 @@
1
+# Configuration file
2
+
3
+####################
4
+# Forge
5
+#===================
6
+# Sample mod specific control section.
7
+# Copy this section and rename the with the modid for the mod you wish to override.
8
+# A value of zero in either entry effectively disables any chunkloading capabilities
9
+# for that mod
10
+####################
11
+
12
+Forge {
13
+    # Maximum chunks per ticket for the mod.
14
+    I:maximumChunksPerTicket=25
15
+
16
+    # Maximum ticket count for the mod. Zero disables chunkloading capabilities.
17
+    I:maximumTicketCount=200
18
+}
19
+
20
+
21
+####################
22
+# defaults
23
+#===================
24
+# Default configuration for forge chunk loading control
25
+####################
26
+
27
+defaults {
28
+    # Unloaded chunks can first be kept in a dormant cache for quicker
29
+    # loading times. Specify the size (in chunks) of that cache here
30
+    I:dormantChunkCacheSize=0
31
+
32
+    # Are mod overrides enabled?
33
+    B:enabled=true
34
+
35
+    # The default maximum number of chunks a mod can force, per ticket, 
36
+    # for a mod without an override. This is the maximum number of chunks a single ticket can force.
37
+    I:maximumChunksPerTicket=25
38
+
39
+    # The default maximum ticket count for a mod which does not have an override
40
+    # in this file. This is the number of chunk loading requests a mod is allowed to make.
41
+    I:maximumTicketCount=200
42
+
43
+    # The number of tickets a player can be assigned instead of a mod. This is shared across all mods and it is up to the mods to use it.
44
+    I:playerTicketCount=500
45
+}
46
+
47
+

+ 51 - 0
server/crash-reports/crash-2018-11-04_14.45.17-server.txt

@@ -0,0 +1,51 @@
1
+---- Minecraft Crash Report ----
2
+// I just don't know what went wrong :(
3
+
4
+Time: 11/4/18 2:45 PM
5
+Description: Exception in server tick loop
6
+
7
+java.lang.IllegalArgumentException: Directory must be a directory
8
+	at org.apache.commons.lang.Validate.isTrue(Validate.java:157)
9
+	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:104)
10
+	at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugins(CraftServer.java:248)
11
+	at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:226)
12
+	at gm.<init>(ServerConfigurationManager.java:121)
13
+	at hn.<init>(DedicatedPlayerList.java:19)
14
+	at ho.c(DedicatedServer.java:148)
15
+	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:724)
16
+	at fy.run(ThreadMinecraftServer.java:16)
17
+
18
+
19
+A detailed walkthrough of the error, its code path and all known details is as follows:
20
+---------------------------------------------------------------------------------------
21
+
22
+-- System Details --
23
+Details:
24
+	Minecraft Version: 1.4.7
25
+	Operating System: Linux (amd64) version 4.19.0-041900-generic
26
+	Java Version: 1.8.0_191, Oracle Corporation
27
+	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
28
+	Memory: 925569672 bytes (882 MB) / 1029177344 bytes (981 MB) up to 1908932608 bytes (1820 MB)
29
+	JVM Flags: 2 total; -Xms1G -Xmx2G
30
+	AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
31
+	Suspicious classes: FML and Forge are installed
32
+	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
33
+	CraftBukkit Information: 
34
+   Running: CraftBukkit version git-MCPC-Plus-jenkins-MCPC-Plus-247 (MC: 1.4.7) (Implementing API version 1.4.7-R1.1-SNAPSHOT) 
35
+   Failed to handle CraftCrashReport:
36
+java.lang.NullPointerException
37
+	at net.minecraft.server.MinecraftServer.U(MinecraftServer.java:1561)
38
+	at org.bukkit.craftbukkit.v1_4_R1.CraftCrashReport.call(CraftCrashReport.java:19)
39
+	at l.a(CrashReportCategory.java:103)
40
+	at a.h(CrashReport.java:59)
41
+	at a.<init>(CrashReport.java:41)
42
+	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:772)
43
+	at fy.run(ThreadMinecraftServer.java:16)
44
+
45
+	FML: MCP v7.26a FML v4.7.35.556 Minecraft Forge 6.6.2.534 0 mods loaded, 0 mods active
46
+	mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
47
+	FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
48
+	Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
49
+	Profiler Position: N/A (disabled)
50
+	Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,forge,fml'
51
+	Type: Dedicated Server (map_server.txt)

+ 51 - 0
server/crash-reports/crash-2018-11-04_14.45.42-server.txt

@@ -0,0 +1,51 @@
1
+---- Minecraft Crash Report ----
2
+// Uh... Did I do that?
3
+
4
+Time: 11/4/18 2:45 PM
5
+Description: Exception in server tick loop
6
+
7
+java.lang.IllegalArgumentException: Directory must be a directory
8
+	at org.apache.commons.lang.Validate.isTrue(Validate.java:157)
9
+	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:104)
10
+	at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugins(CraftServer.java:248)
11
+	at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:226)
12
+	at gm.<init>(ServerConfigurationManager.java:121)
13
+	at hn.<init>(DedicatedPlayerList.java:19)
14
+	at ho.c(DedicatedServer.java:148)
15
+	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:724)
16
+	at fy.run(ThreadMinecraftServer.java:16)
17
+
18
+
19
+A detailed walkthrough of the error, its code path and all known details is as follows:
20
+---------------------------------------------------------------------------------------
21
+
22
+-- System Details --
23
+Details:
24
+	Minecraft Version: 1.4.7
25
+	Operating System: Linux (amd64) version 4.19.0-041900-generic
26
+	Java Version: 1.8.0_191, Oracle Corporation
27
+	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
28
+	Memory: 949241312 bytes (905 MB) / 1029177344 bytes (981 MB) up to 1908932608 bytes (1820 MB)
29
+	JVM Flags: 2 total; -Xms1G -Xmx2G
30
+	AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
31
+	Suspicious classes: FML and Forge are installed
32
+	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
33
+	CraftBukkit Information: 
34
+   Running: CraftBukkit version git-MCPC-Plus-jenkins-MCPC-Plus-247 (MC: 1.4.7) (Implementing API version 1.4.7-R1.1-SNAPSHOT) 
35
+   Failed to handle CraftCrashReport:
36
+java.lang.NullPointerException
37
+	at net.minecraft.server.MinecraftServer.U(MinecraftServer.java:1561)
38
+	at org.bukkit.craftbukkit.v1_4_R1.CraftCrashReport.call(CraftCrashReport.java:19)
39
+	at l.a(CrashReportCategory.java:103)
40
+	at a.h(CrashReport.java:59)
41
+	at a.<init>(CrashReport.java:41)
42
+	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:772)
43
+	at fy.run(ThreadMinecraftServer.java:16)
44
+
45
+	FML: MCP v7.26a FML v4.7.35.556 Minecraft Forge 6.6.2.534 0 mods loaded, 0 mods active
46
+	mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
47
+	FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
48
+	Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
49
+	Profiler Position: N/A (disabled)
50
+	Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,forge,fml'
51
+	Type: Dedicated Server (map_server.txt)

+ 56 - 0
server/help.yml

@@ -0,0 +1,56 @@
1
+# This is the help configuration file for Bukkit.
2
+# 
3
+# By default you do not need to modify this file. Help topics for all plugin commands are automatically provided by
4
+# or extracted from your installed plugins. You only need to modify this file if you wish to add new help pages to
5
+# your server or override the help pages of existing plugin commands.
6
+# 
7
+# This file is divided up into the following parts:
8
+# -- general-topics: lists admin defined help topics
9
+# -- index-topics:   lists admin defined index topics
10
+# -- amend-topics:   lists topic amendments to apply to existing help topics
11
+# -- ignore-plugins: lists any plugins that should be excluded from help
12
+# 
13
+# Examples are given below. When amending command topic, the string <text> will be replaced with the existing value
14
+# in the help topic. Color codes can be used in topic text. The color code character is & followed by 0-F.
15
+# ================================================================
16
+# 
17
+# Set this to true to list the individual command help topics in the master help.
18
+# command-topics-in-master-index: true
19
+# 
20
+# Each general topic will show up as a separate topic in the help index along with all the plugin command topics.
21
+# general-topics:
22
+#     Rules:
23
+#         shortText: Rules of the server
24
+#         fullText: |
25
+#             &61. Be kind to your fellow players.
26
+#             &B2. No griefing.
27
+#             &D3. No swearing.
28
+#         permission: topics.rules
29
+# 
30
+# Each index topic will show up as a separate sub-index in the help index along with all the plugin command topics.
31
+# To override the default help index (displayed when the user executes /help), name the index topic "Default".
32
+# index-topics:
33
+#     Ban Commands:
34
+#         shortText: Player banning commands
35
+#         preamble: Moderator - do not abuse these commands
36
+#         permission: op
37
+#         commands:
38
+#             - /ban
39
+#             - /ban-ip
40
+#             - /banlist
41
+# 
42
+# Topic amendments are used to change the content of automatically generated plugin command topics.
43
+# amended-topics:
44
+#     /stop:
45
+#         shortText: Stops the server cold....in its tracks!
46
+#         fullText: <text> - This kills the server.
47
+#         permission: you.dont.have
48
+# 
49
+# Any plugin in the ignored plugins list will be excluded from help. The name must match the name displayed by
50
+# the /plugins command. Ignore "Bukkit" to remove the standard bukkit commands from the index. Ignore "All"
51
+# to completely disable automatic help topic generation.
52
+# ignore-plugins:
53
+#    - PluginNameOne
54
+#    - PluginNameTwo
55
+#    - PluginNameThree
56
+

Binär
server/lib/argo-2.25.jar


Binär
server/lib/asm-all-4.0.jar


Binär
server/lib/bcprov-jdk15on-147.jar


Binär
server/lib/guava-12.0.1.jar


Binär
server/mcpc-plus-1.4.7-R1.1-SNAPSHOT-f534-247.jar


+ 0 - 0
server/ops.txt


+ 0 - 0
server/permissions.yml


Binär
server/plugins/BanItems-1.4.7.jar


+ 3 - 0
server/plugins/PluginMetrics/config.yml

@@ -0,0 +1,3 @@
1
+# http://metrics.griefcraft.com
2
+opt-out: false
3
+guid: e5e8d7fb-72df-4c7a-b0cd-3d878920407a

+ 132 - 0
server/server.log

@@ -0,0 +1,132 @@
1
+2018-11-04 14:45:15 [INFO] Starting minecraft server version 1.4.7
2
+2018-11-04 14:45:15 [INFO] MinecraftForge v
3
+2018-11-04 14:45:15 [INFO] 6.6.2.534
4
+2018-11-04 14:45:15 [INFO]  Initialized
5
+
6
+2018-11-04 14:45:15 [INFO] Replaced 84 ore recipies
7
+2018-11-04 14:45:16 [INFO] Loading properties
8
+2018-11-04 14:45:16 [WARNING] server.properties does not exist
9
+2018-11-04 14:45:16 [INFO] Generating new properties file
10
+2018-11-04 14:45:16 [INFO] Default game type: SURVIVAL
11
+2018-11-04 14:45:16 [INFO] Generating keypair
12
+2018-11-04 14:45:17 [INFO] Starting Minecraft server on *:25565
13
+2018-11-04 14:45:17 [INFO] This server is running CraftBukkit version git-MCPC-Plus-jenkins-MCPC-Plus-247 (MC: 1.4.7) (Implementing API version 1.4.7-R1.1-SNAPSHOT)
14
+2018-11-04 14:45:17 [SEVERE] Could not start metrics
15
+java.io.IOException: Unable to create parent directories of plugins/PluginMetrics/config.yml
16
+	at guava10.com.google.common.io.Files.createParentDirs(Files.java:463)
17
+	at org.bukkit.configuration.file.FileConfiguration.save(FileConfiguration.java:52)
18
+	at org.bukkit.craftbukkit.v1_4_R1.util.Metrics.<init>(Metrics.java:89)
19
+	at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:220)
20
+	at gm.<init>(ServerConfigurationManager.java:121)
21
+	at hn.<init>(DedicatedPlayerList.java:19)
22
+	at ho.c(DedicatedServer.java:148)
23
+	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:724)
24
+	at fy.run(ThreadMinecraftServer.java:16)
25
+2018-11-04 14:45:17 [SEVERE] java.lang.IllegalArgumentException: Directory must be a directory
26
+2018-11-04 14:45:17 [SEVERE] 	at org.apache.commons.lang.Validate.isTrue(Validate.java:157)
27
+2018-11-04 14:45:17 [SEVERE] 	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:104)
28
+2018-11-04 14:45:17 [SEVERE] 	at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugins(CraftServer.java:248)
29
+2018-11-04 14:45:17 [SEVERE] 	at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:226)
30
+2018-11-04 14:45:17 [SEVERE] 	at gm.<init>(ServerConfigurationManager.java:121)
31
+2018-11-04 14:45:17 [SEVERE] 	at hn.<init>(DedicatedPlayerList.java:19)
32
+2018-11-04 14:45:17 [SEVERE] 	at ho.c(DedicatedServer.java:148)
33
+2018-11-04 14:45:17 [SEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:724)
34
+2018-11-04 14:45:17 [SEVERE] 	at fy.run(ThreadMinecraftServer.java:16)
35
+2018-11-04 14:45:17 [SEVERE] Encountered an unexpected exception IllegalArgumentException
36
+java.lang.IllegalArgumentException: Directory must be a directory
37
+	at org.apache.commons.lang.Validate.isTrue(Validate.java:157)
38
+	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:104)
39
+	at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugins(CraftServer.java:248)
40
+	at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:226)
41
+	at gm.<init>(ServerConfigurationManager.java:121)
42
+	at hn.<init>(DedicatedPlayerList.java:19)
43
+	at ho.c(DedicatedServer.java:148)
44
+	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:724)
45
+	at fy.run(ThreadMinecraftServer.java:16)
46
+2018-11-04 14:45:17 [SEVERE] This crash report has been saved to: /home/jimmy/cloud/code/Java/BanItems/server/./crash-reports/crash-2018-11-04_14.45.17-server.txt
47
+2018-11-04 14:45:17 [INFO] Stopping server
48
+2018-11-04 14:45:17 [INFO] Saving worlds
49
+2018-11-04 14:45:17 [WARNING] DSCT: Socket closed
50
+2018-11-04 14:45:17 [INFO] Closing listening thread
51
+2018-11-04 14:45:40 [INFO] Starting minecraft server version 1.4.7
52
+2018-11-04 14:45:40 [INFO] MinecraftForge v
53
+2018-11-04 14:45:40 [INFO] 6.6.2.534
54
+2018-11-04 14:45:40 [INFO]  Initialized
55
+
56
+2018-11-04 14:45:40 [INFO] Replaced 84 ore recipies
57
+2018-11-04 14:45:41 [INFO] Loading properties
58
+2018-11-04 14:45:41 [INFO] Default game type: SURVIVAL
59
+2018-11-04 14:45:41 [INFO] Generating keypair
60
+2018-11-04 14:45:42 [INFO] Starting Minecraft server on *:25565
61
+2018-11-04 14:45:42 [INFO] This server is running CraftBukkit version git-MCPC-Plus-jenkins-MCPC-Plus-247 (MC: 1.4.7) (Implementing API version 1.4.7-R1.1-SNAPSHOT)
62
+2018-11-04 14:45:42 [SEVERE] Could not start metrics
63
+java.io.IOException: Unable to create parent directories of plugins/PluginMetrics/config.yml
64
+	at guava10.com.google.common.io.Files.createParentDirs(Files.java:463)
65
+	at org.bukkit.configuration.file.FileConfiguration.save(FileConfiguration.java:52)
66
+	at org.bukkit.craftbukkit.v1_4_R1.util.Metrics.<init>(Metrics.java:89)
67
+	at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:220)
68
+	at gm.<init>(ServerConfigurationManager.java:121)
69
+	at hn.<init>(DedicatedPlayerList.java:19)
70
+	at ho.c(DedicatedServer.java:148)
71
+	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:724)
72
+	at fy.run(ThreadMinecraftServer.java:16)
73
+2018-11-04 14:45:42 [SEVERE] java.lang.IllegalArgumentException: Directory must be a directory
74
+2018-11-04 14:45:42 [SEVERE] 	at org.apache.commons.lang.Validate.isTrue(Validate.java:157)
75
+2018-11-04 14:45:42 [SEVERE] 	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:104)
76
+2018-11-04 14:45:42 [SEVERE] 	at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugins(CraftServer.java:248)
77
+2018-11-04 14:45:42 [SEVERE] 	at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:226)
78
+2018-11-04 14:45:42 [SEVERE] 	at gm.<init>(ServerConfigurationManager.java:121)
79
+2018-11-04 14:45:42 [SEVERE] 	at hn.<init>(DedicatedPlayerList.java:19)
80
+2018-11-04 14:45:42 [SEVERE] 	at ho.c(DedicatedServer.java:148)
81
+2018-11-04 14:45:42 [SEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:724)
82
+2018-11-04 14:45:42 [SEVERE] 	at fy.run(ThreadMinecraftServer.java:16)
83
+2018-11-04 14:45:42 [SEVERE] Encountered an unexpected exception IllegalArgumentException
84
+java.lang.IllegalArgumentException: Directory must be a directory
85
+	at org.apache.commons.lang.Validate.isTrue(Validate.java:157)
86
+	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:104)
87
+	at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugins(CraftServer.java:248)
88
+	at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:226)
89
+	at gm.<init>(ServerConfigurationManager.java:121)
90
+	at hn.<init>(DedicatedPlayerList.java:19)
91
+	at ho.c(DedicatedServer.java:148)
92
+	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:724)
93
+	at fy.run(ThreadMinecraftServer.java:16)
94
+2018-11-04 14:45:42 [SEVERE] This crash report has been saved to: /home/jimmy/cloud/code/Java/BanItems/server/./crash-reports/crash-2018-11-04_14.45.42-server.txt
95
+2018-11-04 14:46:32 [INFO] Stopping server
96
+2018-11-04 14:46:39 [INFO] Starting minecraft server version 1.4.7
97
+2018-11-04 14:46:39 [INFO] MinecraftForge v
98
+2018-11-04 14:46:39 [INFO] 6.6.2.534
99
+2018-11-04 14:46:39 [INFO]  Initialized
100
+
101
+2018-11-04 14:46:39 [INFO] Replaced 84 ore recipies
102
+2018-11-04 14:46:40 [INFO] Loading properties
103
+2018-11-04 14:46:40 [INFO] Default game type: SURVIVAL
104
+2018-11-04 14:46:40 [INFO] Generating keypair
105
+2018-11-04 14:46:41 [INFO] Starting Minecraft server on *:25565
106
+2018-11-04 14:46:41 [INFO] This server is running CraftBukkit version git-MCPC-Plus-jenkins-MCPC-Plus-247 (MC: 1.4.7) (Implementing API version 1.4.7-R1.1-SNAPSHOT)
107
+2018-11-04 14:46:41 [INFO] Mapping loaded 4 packages, 1997 classes, 2184 fields, 3535 methods, flags 76
108
+2018-11-04 14:46:41 [INFO] Loaded inheritance map of 706 classes
109
+2018-11-04 14:46:41 [INFO] [BanItems] Loading BanItems v1.4.7
110
+2018-11-04 14:46:41 [WARNING] Failed to load operators list: java.io.FileNotFoundException: ./ops.txt (No such file or directory)
111
+2018-11-04 14:46:41 [WARNING] Failed to load white-list: java.io.FileNotFoundException: ./white-list.txt (No such file or directory)
112
+2018-11-04 14:46:41 [INFO] Preparing level "world"
113
+2018-11-04 14:46:41 [INFO] Registered command debug with permission node vanilla.command.debug
114
+2018-11-04 14:46:42 [INFO] Preparing start region for level 0 (Dimension: 0, Seed: -6426964820784245619)
115
+2018-11-04 14:46:42 [INFO] Preparing start region for level 1 (Dimension: 1, Seed: -6426964820784245619)
116
+2018-11-04 14:46:42 [INFO] Preparing start region for level 2 (Dimension: -1, Seed: -6426964820784245619)
117
+2018-11-04 14:46:42 [INFO] [BanItems] Enabling BanItems v1.4.7
118
+2018-11-04 14:46:42 [INFO] BanItems Loaded
119
+2018-11-04 14:46:42 [INFO] Done (1.493s)! For help, type "help" or "?"
120
+2018-11-04 14:46:47 [INFO] Plugins (1): BanItems
121
+2018-11-04 14:46:57 [INFO] Unknown command. Type "help" for help.
122
+2018-11-04 14:47:00 [INFO] CONSOLE: Stopping the server..
123
+2018-11-04 14:47:00 [INFO] Stopping server
124
+2018-11-04 14:47:00 [INFO] [BanItems] Disabling BanItems v1.4.7
125
+2018-11-04 14:47:00 [INFO] Saving players
126
+2018-11-04 14:47:00 [WARNING] DSCT: Socket closed
127
+2018-11-04 14:47:00 [INFO] Saving worlds
128
+2018-11-04 14:47:00 [INFO] Closing listening thread
129
+2018-11-04 14:47:00 [INFO] Saving chunks for level 'world'/Overworld
130
+2018-11-04 14:47:00 [INFO] Saving chunks for level 'world_the_end'/The End
131
+2018-11-04 14:47:00 [INFO] Saving chunks for level 'world_nether'/Nether
132
+2018-11-04 14:47:00 [INFO] Stopping server

+ 28 - 0
server/server.properties

@@ -0,0 +1,28 @@
1
+#Minecraft server properties
2
+#Sun Nov 04 14:46:48 NZDT 2018
3
+generator-settings=
4
+allow-nether=true
5
+level-name=world
6
+enable-query=false
7
+allow-flight=false
8
+server-port=25565
9
+level-type=DEFAULT
10
+enable-rcon=false
11
+level-seed=
12
+server-ip=
13
+max-build-height=256
14
+spawn-npcs=true
15
+white-list=false
16
+spawn-animals=true
17
+snooper-enabled=true
18
+hardcore=false
19
+texture-pack=
20
+online-mode=true
21
+pvp=true
22
+difficulty=1
23
+gamemode=0
24
+max-players=20
25
+spawn-monsters=true
26
+generate-structures=true
27
+view-distance=10
28
+motd=A Minecraft Server

+ 0 - 0
server/white-list.txt


Binär
server/world/data/villages.dat


Binär
server/world/forcedchunks.dat


Binär
server/world/level.dat


Binär
server/world/level.dat_old


Binär
server/world/region/r.0.0.mca


Binär
server/world/session.lock


Binär
server/world_nether/DIM-1/data/villages.dat


Binär
server/world_nether/DIM-1/forcedchunks.dat


Binär
server/world_nether/DIM-1/region/r.0.-1.mca


Binär
server/world_nether/DIM-1/region/r.0.0.mca


Binär
server/world_nether/level.dat


Binär
server/world_nether/session.lock


Binär
server/world_the_end/DIM1/data/villages.dat


Binär
server/world_the_end/DIM1/forcedchunks.dat


Binär
server/world_the_end/DIM1/region/r.0.-1.mca


Binär
server/world_the_end/DIM1/region/r.0.0.mca


Binär
server/world_the_end/level.dat


Binär
server/world_the_end/session.lock


+ 0 - 0
src/main/resources/config.yml


+ 5 - 0
src/main/resources/plugin.yml

@@ -0,0 +1,5 @@
1
+name: ${name}
2
+main: ${mainClass}
3
+version: ${version}
4
+description: ${description}
5
+author: ${author}

+ 1 - 1
target/maven-archiver/pom.properties

@@ -1,5 +1,5 @@
1 1
 #Generated by Maven
2
-#Sun Nov 04 14:19:42 NZDT 2018
2
+#Sun Nov 04 14:46:36 NZDT 2018
3 3
 groupId=nz.jimmy.banitems
4 4
 artifactId=BanItems
5 5
 version=1.4.7