Registered the listeners, and a few other things

other things:
added position saving code so it logs your selection for later use by
the plugin and stopped the axe causing damage or interact with the
block.
This commit is contained in:
sekwah41 2013-10-08 20:20:29 +01:00
parent 1beb67cb7b
commit 16227f71ee
5 changed files with 38 additions and 1 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="C:/Users/Alastair/Documents/NextGenCrafters/Server Plugins/bukkit jars/bukkit-1.6.4-R0.1-20130923.182036-4.jar"/>
<classpathentry kind="lib" path="C:/Users/Alastair/Documents/NextGenCrafters/Server Plugins/bukkit jars/craftbukkit-1.6.4-R0.1-20130923.182200-5.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

1
Advanced Portals/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/bin

17
Advanced Portals/.project Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Advanced Portals</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View File

@ -0,0 +1,11 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.7

View File

@ -1,4 +1,4 @@
Advanced Portals
================
An advanced portals plugin for bukkit
An advanced portals plugin for bukkit made by sekwah41