Skip to content

Commit 449bb1e

Browse files
committed
Adding plugin.yml
1 parent 2eda491 commit 449bb1e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project exclude paths
22
/target/
3-
/YAMLFile.iml
4-
/file.iml
3+
/YAML-API.iml
54
/.idea/
5+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package me.croabeast.file.plugin;
2+
3+
import org.bukkit.plugin.java.JavaPlugin;
4+
5+
public final class YAMLPlugin extends JavaPlugin {}

src/main/resources/plugin.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
main: me.croabeast.file.plugin.YAMLPlugin
2+
3+
name: YAML-API
4+
version: '${project.version}'
5+
prefix: YAML
6+
authors: [ CroaBeast ]
7+
api-version: 1.13

0 commit comments

Comments
 (0)