We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6a845 commit 4005ebdCopy full SHA for 4005ebd
2 files changed
.gitignore
@@ -9,3 +9,4 @@ buildNumber.properties
9
.mvn/timing.properties
10
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
11
.mvn/wrapper/maven-wrapper.jar
12
+.idea/
src/main/resources/plugin.yml
@@ -1,7 +1,7 @@
1
name: PlayerStatistics
2
authors: [ dehys, OverDodo ]
3
-version: '1.0'
4
-main: 'com.dehys.norbecore.main.Main'
+version: '1.1.7'
+main: 'org.dreamndelight.playerstatistics.main.Main'
5
api-version: '1.16'
6
loadbefore:
7
- StatisticsPlugin
0 commit comments