commit da60757c3438bc25de71aba9599d820541caedeb Author: Artemis-the-gr8 Date: Sun Apr 24 12:42:53 2022 +0200 initial commit diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/PlayerStats.iml b/.idea/PlayerStats.iml new file mode 100644 index 0000000..fa63d4b --- /dev/null +++ b/.idea/PlayerStats.iml @@ -0,0 +1,12 @@ + + + + + + + SPIGOT + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..4c71b04 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..f44ba7b --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..d99a48f --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/PlayerStats.iml b/PlayerStats.iml new file mode 100644 index 0000000..fa63d4b --- /dev/null +++ b/PlayerStats.iml @@ -0,0 +1,12 @@ + + + + + + + SPIGOT + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..52e06bc --- /dev/null +++ b/pom.xml @@ -0,0 +1,32 @@ + + + 4.0.0 + + com.gmail.artemis-the-gr8 + PlayerStats + 1.0-SNAPSHOT + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + + + + org.spigotmc + spigot-api + 1.18-R0.1-SNAPSHOT + provided + + + + + 17 + 17 + + + \ No newline at end of file diff --git a/src/main/java/com/gmail/artemis/the/gr8/statcount/Main.java b/src/main/java/com/gmail/artemis/the/gr8/statcount/Main.java new file mode 100644 index 0000000..246f219 --- /dev/null +++ b/src/main/java/com/gmail/artemis/the/gr8/statcount/Main.java @@ -0,0 +1,18 @@ +package com.gmail.artemis.the.gr8.statcount; + +import org.bukkit.plugin.java.JavaPlugin; + +public class Main extends JavaPlugin { + + @Override + public void onEnable() { + this.getLogger().info("enabled PlayerStats!"); + } + + @Override + public void onDisable() { + this.getLogger().info("disabled PlayerStats!"); + } + + +} diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml new file mode 100644 index 0000000..d41f0cb --- /dev/null +++ b/src/main/resources/plugin.yml @@ -0,0 +1,10 @@ +main: com.gmail.artemis.the.gr8.playerstats.Main +name: PlayerStats +version: 1.0 +api-version: 1.18 +description: adds commands to view player statistics in chat +author: Artemis_the_gr8 +commands: + //general statistic command that will show the possibilities with auto-tab-complete + //player's individual statistics + //top 10 of the statistic