From c4f12ea0633b3a243becf5df490e231b4b87d0a9 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Wed, 28 Dec 2016 21:54:44 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index da5778f..f612a90 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ I plan on making a series where I show the whole process of creating this projec * Add a virtual PC if you don't have any (the first one will be started) * Install an OS and Guest Additions, if you haven't already * Put the jar file into /plugins directory -* Put the dll file into /plugins/VirtualComputer directory - if it doesn't exist, create it * Make sure your server is set to a world that you don't mind your maps deleted from * Start your server From 58691f1777274c1cbe7b4a64c62643f5728c0a47 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Fri, 30 Dec 2016 01:29:44 +0100 Subject: [PATCH 2/3] Added POM... --- VirtualComputer/pom.xml | 89 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 VirtualComputer/pom.xml diff --git a/VirtualComputer/pom.xml b/VirtualComputer/pom.xml new file mode 100644 index 0000000..899b2e2 --- /dev/null +++ b/VirtualComputer/pom.xml @@ -0,0 +1,89 @@ + + 4.0.0 + io.github.NorbiPeti + VirtualComputer + 1.2-SNAPSHOT + + src + + + src + + **/*.java + + + + . + + *.dll + *.yml + + + + + + maven-compiler-plugin + 3.5.1 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-shade-plugin + 2.4.2 + + + package + + shade + + + + + org.virtualbox:VirtualBox + + + + + + + + + + + + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + repo + file://${basedir}/repo + + + + + org.spigotmc + spigot-api + 1.9.2-R0.1-SNAPSHOT + provided + + + net.countercraft + Movecraft + 3.0.0 + provided + + + org.virtualbox + VirtualBox + 5.1 + + + \ No newline at end of file From 8f2690443ed82273877d557e9442cc760117d8be Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Fri, 30 Dec 2016 01:34:46 +0100 Subject: [PATCH 3/3] (Re)Added JNI4NET... --- VirtualComputer/.classpath | 2 +- VirtualComputer/pom.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/VirtualComputer/.classpath b/VirtualComputer/.classpath index 8878e24..cc16eb5 100644 --- a/VirtualComputer/.classpath +++ b/VirtualComputer/.classpath @@ -1,6 +1,6 @@ - + diff --git a/VirtualComputer/pom.xml b/VirtualComputer/pom.xml index 899b2e2..ed7b5b8 100644 --- a/VirtualComputer/pom.xml +++ b/VirtualComputer/pom.xml @@ -80,6 +80,11 @@ 3.0.0 provided + + net.sf.jni4net + jni4net.j + 0.8.8.0 + org.virtualbox VirtualBox