Skip to content

Commit 847e965

Browse files
committed
Small Update
Testing Core Features complete
1 parent cf4aae9 commit 847e965

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/java/org/secverse/secVersEssentialsXMySQLConnector/SecVersEssentialsXMySQLConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public void run() {
130130
);
131131
essentialsXDataWorker.start();
132132

133-
getLogger().info("Essentials SQL Sync enabled");
133+
getLogger().info("EssentialsX SQL Sync enabled");
134134
}
135135

136136
@Override

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ commands:
1414

1515
permissions:
1616
essentials.sync:
17-
description: Allows manual import/export of Essentials data
17+
description: Allows manual import/export of EssentialsX data
1818
default: op

target/classes/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ commands:
1414

1515
permissions:
1616
essentials.sync:
17-
description: Allows manual import/export of Essentials data
17+
description: Allows manual import/export of EssentialsX data
1818
default: op

0 commit comments

Comments
 (0)