Bläddra i källkod

Initial Commit

Jimmy Allen 1 månad sedan
förälder
incheckning
bc08c85b61
50 ändrade filer med 762 tillägg och 0 borttagningar
  1. 49 0
      .classpath
  2. 23 0
      .project
  3. 4 0
      .settings/org.eclipse.core.resources.prefs
  4. 2 0
      .settings/org.eclipse.jdt.apt.core.prefs
  5. 7 0
      .settings/org.eclipse.jdt.core.prefs
  6. 4 0
      .settings/org.eclipse.m2e.core.prefs
  7. 72 0
      pom.xml
  8. 114 0
      server/ForgeModLoader-server-0.log
  9. 0 0
      server/ForgeModLoader-server-0.log.lck
  10. 122 0
      server/ForgeModLoader-server-1.log
  11. 3 0
      server/banned-ips.txt
  12. 3 0
      server/banned-players.txt
  13. 112 0
      server/bukkit.yml
  14. 13 0
      server/config/forge.cfg
  15. 47 0
      server/config/forgeChunkLoading.cfg
  16. 56 0
      server/help.yml
  17. 0 0
      server/ops.txt
  18. 0 0
      server/permissions.yml
  19. 3 0
      server/plugins/PluginMetrics/config.yml
  20. 65 0
      server/server.log
  21. 28 0
      server/server.properties
  22. 0 0
      server/white-list.txt
  23. Binär
      server/world/data/villages.dat
  24. Binär
      server/world/forcedchunks.dat
  25. Binär
      server/world/level.dat
  26. Binär
      server/world/level.dat_old
  27. Binär
      server/world/region/r.-1.0.mca
  28. Binär
      server/world/session.lock
  29. Binär
      server/world_nether/DIM-1/data/villages.dat
  30. Binär
      server/world_nether/DIM-1/forcedchunks.dat
  31. Binär
      server/world_nether/DIM-1/region/r.0.-1.mca
  32. Binär
      server/world_nether/DIM-1/region/r.0.0.mca
  33. Binär
      server/world_nether/level.dat
  34. Binär
      server/world_nether/level.dat_old
  35. Binär
      server/world_nether/session.lock
  36. Binär
      server/world_the_end/DIM1/data/villages.dat
  37. Binär
      server/world_the_end/DIM1/forcedchunks.dat
  38. Binär
      server/world_the_end/DIM1/region/r.0.-1.mca
  39. Binär
      server/world_the_end/DIM1/region/r.0.0.mca
  40. Binär
      server/world_the_end/level.dat
  41. Binär
      server/world_the_end/level.dat_old
  42. Binär
      server/world_the_end/session.lock
  43. 14 0
      src/main/java/nz/jimmy/banitems/BanItems.java
  44. 0 0
      src/main/resources/config.yml
  45. 7 0
      src/main/resources/plugin.yml
  46. 0 0
      target/classes/config.yml
  47. 7 0
      target/classes/plugin.yml
  48. 5 0
      target/maven-archiver/pom.properties
  49. 1 0
      target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
  50. 1 0
      target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst

+ 49 - 0
.classpath

@@ -0,0 +1,49 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<classpath>
3
+	<classpathentry kind="src" output="target/classes" path="src/main/java">
4
+		<attributes>
5
+			<attribute name="optional" value="true"/>
6
+			<attribute name="maven.pomderived" value="true"/>
7
+		</attributes>
8
+	</classpathentry>
9
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
10
+		<attributes>
11
+			<attribute name="maven.pomderived" value="true"/>
12
+		</attributes>
13
+	</classpathentry>
14
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
15
+		<attributes>
16
+			<attribute name="optional" value="true"/>
17
+			<attribute name="maven.pomderived" value="true"/>
18
+			<attribute name="test" value="true"/>
19
+		</attributes>
20
+	</classpathentry>
21
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
22
+		<attributes>
23
+			<attribute name="maven.pomderived" value="true"/>
24
+		</attributes>
25
+	</classpathentry>
26
+	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
27
+		<attributes>
28
+			<attribute name="maven.pomderived" value="true"/>
29
+		</attributes>
30
+	</classpathentry>
31
+	<classpathentry kind="src" path="target/generated-sources/annotations">
32
+		<attributes>
33
+			<attribute name="optional" value="true"/>
34
+			<attribute name="maven.pomderived" value="true"/>
35
+			<attribute name="ignore_optional_problems" value="true"/>
36
+			<attribute name="m2e-apt" value="true"/>
37
+		</attributes>
38
+	</classpathentry>
39
+	<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
40
+		<attributes>
41
+			<attribute name="optional" value="true"/>
42
+			<attribute name="maven.pomderived" value="true"/>
43
+			<attribute name="ignore_optional_problems" value="true"/>
44
+			<attribute name="m2e-apt" value="true"/>
45
+			<attribute name="test" value="true"/>
46
+		</attributes>
47
+	</classpathentry>
48
+	<classpathentry kind="output" path="target/classes"/>
49
+</classpath>

+ 23 - 0
.project

@@ -0,0 +1,23 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<projectDescription>
3
+	<name>BanItems</name>
4
+	<comment></comment>
5
+	<projects>
6
+	</projects>
7
+	<buildSpec>
8
+		<buildCommand>
9
+			<name>org.eclipse.jdt.core.javabuilder</name>
10
+			<arguments>
11
+			</arguments>
12
+		</buildCommand>
13
+		<buildCommand>
14
+			<name>org.eclipse.m2e.core.maven2Builder</name>
15
+			<arguments>
16
+			</arguments>
17
+		</buildCommand>
18
+	</buildSpec>
19
+	<natures>
20
+		<nature>org.eclipse.jdt.core.javanature</nature>
21
+		<nature>org.eclipse.m2e.core.maven2Nature</nature>
22
+	</natures>
23
+</projectDescription>

+ 4 - 0
.settings/org.eclipse.core.resources.prefs

@@ -0,0 +1,4 @@
1
+eclipse.preferences.version=1
2
+encoding//src/main/java=UTF-8
3
+encoding//src/main/resources=UTF-8
4
+encoding/<project>=UTF-8

+ 2 - 0
.settings/org.eclipse.jdt.apt.core.prefs

@@ -0,0 +1,2 @@
1
+eclipse.preferences.version=1
2
+org.eclipse.jdt.apt.aptEnabled=false

+ 7 - 0
.settings/org.eclipse.jdt.core.prefs

@@ -0,0 +1,7 @@
1
+eclipse.preferences.version=1
2
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
3
+org.eclipse.jdt.core.compiler.compliance=1.7
4
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
5
+org.eclipse.jdt.core.compiler.processAnnotations=disabled
6
+org.eclipse.jdt.core.compiler.release=disabled
7
+org.eclipse.jdt.core.compiler.source=1.7

+ 4 - 0
.settings/org.eclipse.m2e.core.prefs

@@ -0,0 +1,4 @@
1
+activeProfiles=
2
+eclipse.preferences.version=1
3
+resolveWorkspaceProjects=true
4
+version=1

+ 72 - 0
pom.xml

@@ -0,0 +1,72 @@
1
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2
+    <modelVersion>4.0.0</modelVersion>
3
+    <groupId>nz.jimmy.banitems</groupId>
4
+    <artifactId>BanItems</artifactId>
5
+    <!-- Version is used in plugin.yml -->
6
+    <version>1.4.7</version>
7
+    <packaging>jar</packaging>
8
+
9
+    <!-- Plugin Information -->
10
+    <!-- Name, Description, and URL are used in plugin.yml -->
11
+    <name>BanItems</name>
12
+    <description></description>
13
+    <url></url>
14
+
15
+   
16
+
17
+    <properties>
18
+        <!--  Author and MainClass are used in plugin.yml -->
19
+        <author>Jimmy Allen</author>
20
+        <mainClass>nz.jimmy.banitems.BanItems</mainClass>
21
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22
+    </properties>
23
+
24
+    <dependencies>
25
+        <!--Bukkit API-->
26
+        <dependency>
27
+            <groupId>org.bukkit</groupId>
28
+            <artifactId>bukkit</artifactId>
29
+            <version>1.4.7-R1.0</version>
30
+            <scope>system</scope>
31
+            <systemPath>${basedir}/src/main/resources/bukkit-1.4.7-R1.0.jar</systemPath>
32
+        </dependency>
33
+    </dependencies>
34
+
35
+    
36
+    <build>
37
+        <sourceDirectory>src/main/java</sourceDirectory>
38
+        <defaultGoal>clean install</defaultGoal>
39
+        <resources>
40
+            <resource>
41
+                <directory>src/main/resources</directory>
42
+                <!-- Keeping filtering at true here reduces plugin.yml redundancy! -->
43
+                <filtering>true</filtering>
44
+                <includes>
45
+                    <include>plugin.yml</include>
46
+                    <include>config.yml</include>
47
+                </includes>
48
+            </resource>
49
+            <resource>
50
+                <directory>src/main/resources</directory>
51
+                <!-- Keep filtering at false for other resources to prevent bad magic -->
52
+                <filtering>false</filtering>
53
+                <excludes>
54
+                    <exclude>**/*.java</exclude>
55
+                    <exclude>plugin.yml</exclude>
56
+                </excludes>
57
+            </resource>
58
+        </resources>
59
+        <plugins>
60
+            <plugin>
61
+                <artifactId>maven-compiler-plugin</artifactId>
62
+                <version>3.1</version>
63
+                <configuration>
64
+                    <source>1.7</source>
65
+                    <target>1.7</target>
66
+                </configuration>
67
+            </plugin>
68
+        </plugins>
69
+    </build>
70
+</project>
71
+
72
+

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

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

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


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

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

+ 3 - 0
server/banned-ips.txt

@@ -0,0 +1,3 @@
1
+# Updated 11/4/18 1:56 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 1:56 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
+

+ 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
+

+ 0 - 0
server/ops.txt


+ 0 - 0
server/permissions.yml


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

@@ -0,0 +1,3 @@
1
+# http://metrics.griefcraft.com
2
+opt-out: false
3
+guid: b909a572-0128-4724-91ef-8a4a5fe74a26

+ 65 - 0
server/server.log

@@ -0,0 +1,65 @@
1
+2018-11-04 13:55:08 [INFO] Starting minecraft server version 1.4.7
2
+2018-11-04 13:55:08 [INFO] MinecraftForge v
3
+2018-11-04 13:55:08 [INFO] 6.6.2.534
4
+2018-11-04 13:55:08 [INFO]  Initialized
5
+
6
+2018-11-04 13:55:08 [INFO] Replaced 84 ore recipies
7
+2018-11-04 13:55:10 [INFO] Loading properties
8
+2018-11-04 13:55:10 [WARNING] server.properties does not exist
9
+2018-11-04 13:55:10 [INFO] Generating new properties file
10
+2018-11-04 13:55:10 [INFO] Default game type: SURVIVAL
11
+2018-11-04 13:55:10 [INFO] Generating keypair
12
+2018-11-04 13:55:10 [INFO] Starting Minecraft server on *:25565
13
+2018-11-04 13:55:10 [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 13:55:10 [WARNING] Failed to load operators list: java.io.FileNotFoundException: ./ops.txt (No such file or directory)
15
+2018-11-04 13:55:10 [WARNING] Failed to load white-list: java.io.FileNotFoundException: ./white-list.txt (No such file or directory)
16
+2018-11-04 13:55:11 [INFO] Preparing level "world"
17
+2018-11-04 13:55:11 [INFO] Registered command debug with permission node vanilla.command.debug
18
+2018-11-04 13:55:11 [INFO] Preparing start region for level 0 (Dimension: 0, Seed: -6603992611405971406)
19
+2018-11-04 13:55:11 [INFO] Preparing start region for level 1 (Dimension: 1, Seed: -6603992611405971406)
20
+2018-11-04 13:55:12 [INFO] Preparing start region for level 2 (Dimension: -1, Seed: -6603992611405971406)
21
+2018-11-04 13:55:12 [INFO] Done (1.365s)! For help, type "help" or "?"
22
+2018-11-04 13:55:20 [INFO] CONSOLE: Stopping the server..
23
+2018-11-04 13:55:20 [INFO] Stopping server
24
+2018-11-04 13:55:20 [INFO] Saving players
25
+2018-11-04 13:55:20 [WARNING] DSCT: Socket closed
26
+2018-11-04 13:55:20 [INFO] Saving worlds
27
+2018-11-04 13:55:20 [INFO] Closing listening thread
28
+2018-11-04 13:55:20 [INFO] Saving chunks for level 'world'/Overworld
29
+2018-11-04 13:55:20 [INFO] Saving chunks for level 'world_the_end'/The End
30
+2018-11-04 13:55:20 [INFO] Saving chunks for level 'world_nether'/Nether
31
+2018-11-04 13:56:55 [INFO] Starting minecraft server version 1.4.7
32
+2018-11-04 13:56:55 [INFO] MinecraftForge v
33
+2018-11-04 13:56:55 [INFO] 6.6.2.534
34
+2018-11-04 13:56:55 [INFO]  Initialized
35
+
36
+2018-11-04 13:56:55 [INFO] Replaced 84 ore recipies
37
+2018-11-04 13:56:57 [INFO] Loading properties
38
+2018-11-04 13:56:57 [INFO] Default game type: SURVIVAL
39
+2018-11-04 13:56:57 [INFO] Generating keypair
40
+2018-11-04 13:56:57 [INFO] Starting Minecraft server on *:25565
41
+2018-11-04 13:56:57 [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)
42
+2018-11-04 13:56:57 [INFO] Mapping loaded 4 packages, 1997 classes, 2184 fields, 3535 methods, flags 76
43
+2018-11-04 13:56:57 [INFO] Loaded inheritance map of 706 classes
44
+2018-11-04 13:56:57 [INFO] [BanItems] Loading BanItems v1.4.7
45
+2018-11-04 13:56:58 [INFO] Preparing level "world"
46
+2018-11-04 13:56:58 [INFO] Registered command debug with permission node vanilla.command.debug
47
+2018-11-04 13:56:58 [INFO] Preparing start region for level 0 (Dimension: 0, Seed: -6603992611405971406)
48
+2018-11-04 13:56:58 [INFO] Preparing start region for level 1 (Dimension: 1, Seed: -6603992611405971406)
49
+2018-11-04 13:56:58 [INFO] Preparing start region for level 2 (Dimension: -1, Seed: -6603992611405971406)
50
+2018-11-04 13:56:58 [INFO] [BanItems] Enabling BanItems v1.4.7
51
+2018-11-04 13:56:58 [INFO] Loaded BanItems
52
+2018-11-04 13:56:58 [INFO] Server permissions file permissions.yml is empty, ignoring it
53
+2018-11-04 13:56:59 [INFO] Done (1.157s)! For help, type "help" or "?"
54
+2018-11-04 13:57:01 [INFO] Plugins (1): BanItems
55
+2018-11-04 13:57:29 [INFO] CONSOLE: Stopping the server..
56
+2018-11-04 13:57:29 [INFO] Stopping server
57
+2018-11-04 13:57:29 [INFO] [BanItems] Disabling BanItems v1.4.7
58
+2018-11-04 13:57:29 [INFO] Saving players
59
+2018-11-04 13:57:29 [WARNING] DSCT: Socket closed
60
+2018-11-04 13:57:29 [INFO] Saving worlds
61
+2018-11-04 13:57:29 [INFO] Closing listening thread
62
+2018-11-04 13:57:29 [INFO] Saving chunks for level 'world'/Overworld
63
+2018-11-04 13:57:29 [INFO] Saving chunks for level 'world_the_end'/The End
64
+2018-11-04 13:57:29 [INFO] Saving chunks for level 'world_nether'/Nether
65
+2018-11-04 13:57:29 [INFO] Stopping server

+ 28 - 0
server/server.properties

@@ -0,0 +1,28 @@
1
+#Minecraft server properties
2
+#Sun Nov 04 13:56:57 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
+view-distance=10
27
+generate-structures=true
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.-1.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/level.dat_old


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/level.dat_old


Binär
server/world_the_end/session.lock


+ 14 - 0
src/main/java/nz/jimmy/banitems/BanItems.java

@@ -0,0 +1,14 @@
1
+package nz.jimmy.banitems;
2
+
3
+import java.util.logging.Level;
4
+import org.bukkit.plugin.java.JavaPlugin;
5
+
6
+
7
+
8
+public class BanItems extends JavaPlugin {
9
+    @Override
10
+    public void onEnable() {
11
+        
12
+    }
13
+}
14
+

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


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

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

+ 0 - 0
target/classes/config.yml


+ 7 - 0
target/classes/plugin.yml

@@ -0,0 +1,7 @@
1
+name: BanItems
2
+main: nz.jimmy.banitems.BanItems
3
+version: 1.4.7
4
+description: 
5
+author: Jimmy Allen
6
+website: 
7
+

+ 5 - 0
target/maven-archiver/pom.properties

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

+ 1 - 0
target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst

@@ -0,0 +1 @@
1
+nz/jimmy/banitems/BanItems.class

+ 1 - 0
target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst

@@ -0,0 +1 @@
1
+/home/jimmy/cloud/code/Java/BanItems/src/main/java/nz/jimmy/banitems/BanItems.java