Compare commits

..

No commits in common. "08f6afbbb864ed9cefd35356d5857f37405e191a" and "cfc3817073ddae51eec1fc3411542441d095048c" have entirely different histories.

5 changed files with 60 additions and 28 deletions

31
.gitignore vendored
View File

@ -1,26 +1,5 @@
# ---> Java /.idea/vcs.xml
# Compiled class file /.idea/compiler.xml
*.class /.idea/misc.xml
/.idea/jarRepositories.xml
# Log file /.idea/.gitignore
*.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*
replay_pid*

View File

@ -1,3 +1,2 @@
# DemonLevels # DemonLevels
斗魂帝国已稳定运行数年的等级插件
斗罗帝国1.12.2本地版等级插件

41
pom.xml Normal file
View File

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.example</groupId>
<artifactId>DemonLevels</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
<repositories>
<repository>
<id>public-rpg</id>
<url>https://repo.aurora-pixels.com/repository/public-rpg/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.12.2</version>
</dependency>
<dependency>
<groupId>me.Demon.DemonPlugin</groupId>
<artifactId>DemonAPI</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>me.clip.placeholderapi</groupId>
<artifactId>PlaceholderAPI</artifactId>
<version>2.9.2</version>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1,7 @@
package me.Demon.DemonLevels;
import org.bukkit.plugin.java.JavaPlugin;
public class Main extends JavaPlugin {
}

View File

@ -0,0 +1,6 @@
name: DemonLevels
main: me.Demon.DemonLevels.Main
version: 1.4.3
depend: [DemonTeam]
commands:
dlevel: