We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f78b16 commit 8eacc17Copy full SHA for 8eacc17
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
}
4
5
group = 'com.flyaway.xpget'
6
-version = '1.2.0'
+version = '1.2.1'
7
8
java {
9
toolchain {
src/main/java/com/flyaway/xpget/XpGetPlugin.java
@@ -7,6 +7,7 @@ public class XpGetPlugin extends JavaPlugin {
@Override
public void onEnable() {
XpGetCommand xpGetCommand = new XpGetCommand(this);
10
+ saveDefaultConfig();
11
12
getCommand("xpget").setExecutor(xpGetCommand);
13
getCommand("xpget").setTabCompleter(xpGetCommand);
src/main/resources/plugin.yml
@@ -1,5 +1,5 @@
1
name: XpGet
2
-version: 1.2.0
+version: 1.2.1
main: com.flyaway.xpget.XpGetPlugin
api-version: 1.21
author: FlyAwayMaking
0 commit comments