Skip to content

Commit 8eacc17

Browse files
committed
1.2.1 - fixed bug then config.yml wasnt created
1 parent 1f78b16 commit 8eacc17

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'com.flyaway.xpget'
6-
version = '1.2.0'
6+
version = '1.2.1'
77

88
java {
99
toolchain {

src/main/java/com/flyaway/xpget/XpGetPlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ public class XpGetPlugin extends JavaPlugin {
77
@Override
88
public void onEnable() {
99
XpGetCommand xpGetCommand = new XpGetCommand(this);
10+
saveDefaultConfig();
1011

1112
getCommand("xpget").setExecutor(xpGetCommand);
1213
getCommand("xpget").setTabCompleter(xpGetCommand);

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: XpGet
2-
version: 1.2.0
2+
version: 1.2.1
33
main: com.flyaway.xpget.XpGetPlugin
44
api-version: 1.21
55
author: FlyAwayMaking

0 commit comments

Comments
 (0)