We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8818e commit 6a2de3cCopy full SHA for 6a2de3c
UUIDMethods/.gitignore
@@ -1 +1,3 @@
1
/bin/
2
+/bin/
3
UUIDMethods/src/de/yellowphoenix18/uuidmethods/UUIDMethods.java
@@ -13,7 +13,7 @@ public class UUIDMethods extends JavaPlugin {
13
public static int port = 3306;
14
public static String username = "username";
15
public static String password = "password";
16
- public static String database = "SkyWars";
+ public static String database = "database";
17
public static boolean enabled = false;
18
19
public void onEnable() {
0 commit comments