Skip to content

Commit

Permalink
updata 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a1640727878 committed Jan 5, 2020
1 parent 2b5fee8 commit 76c0347
Show file tree
Hide file tree
Showing 54 changed files with 2,274 additions and 1,975 deletions.
39 changes: 29 additions & 10 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.8.0_212"/>
<classpathentry kind="lib" path="/Libs/spigot-1.12.2.jar"/>
<classpathentry kind="lib" path="/Libs/BaiTeam/PlaceholderAPI-2.10.2.jar"/>
<classpathentry kind="lib" path="/Libs/BaiTeam/[副本]DungeonsXL-0.17.7.jar"/>
<classpathentry kind="lib" path="/Libs/spigot-1.11.jar"/>
<classpathentry kind="lib" path="/Libs/spigot-1.13.2.jar"/>
<classpathentry kind="lib" path="/Libs/spigot-1.13.jar"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="src" output="bin/main" path="src/main/java">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/main" path="src/main/resources">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/test" path="src/test/java">
<attributes>
<attribute name="gradle_scope" value="test"/>
<attribute name="gradle_used_by_scope" value="test"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/test" path="src/test/resources">
<attributes>
<attribute name="gradle_scope" value="test"/>
<attribute name="gradle_used_by_scope" value="test"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>
27 changes: 5 additions & 22 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
# Compiled class file
*.class
/.classpath
/.project

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
bin/
.settings/
build/
8 changes: 7 additions & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>BaiTeam</name>
<comment></comment>
<comment>Project BaiTeam created by Buildship.</comment>
<projects>
</projects>
<buildSpec>
Expand All @@ -10,8 +10,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
</projectDescription>
11 changes: 0 additions & 11 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

Loading

0 comments on commit 76c0347

Please sign in to comment.