Skip to content

Commit 8b5b46f

Browse files
author
david
committed
Remove Vault related commands and argument types
Deleted the VaultEconomyArgumentType, VaultCommand, VaultConvertCommand, and VaultInfoCommand classes. Also, removed the registration of VaultCommand in ServicePlugin. This cleans up the codebase by removing unnecessary Vault-related functionalities.
1 parent 20e0022 commit 8b5b46f

File tree

5 files changed

+0
-195
lines changed

5 files changed

+0
-195
lines changed

plugin/src/main/java/net/thenextlvl/service/ServicePlugin.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import net.thenextlvl.service.api.group.GroupController;
1212
import net.thenextlvl.service.api.permission.PermissionController;
1313
import net.thenextlvl.service.command.ServiceCommand;
14-
import net.thenextlvl.service.command.VaultCommand;
1514
import net.thenextlvl.service.controller.chat.GroupManagerChatController;
1615
import net.thenextlvl.service.controller.chat.LuckPermsChatController;
1716
import net.thenextlvl.service.controller.group.GroupManagerGroupController;
@@ -75,7 +74,6 @@ public void onEnable() {
7574

7675
private void registerCommands() {
7776
new ServiceCommand(this).register();
78-
new VaultCommand(this).register();
7977
}
8078

8179
@Override

plugin/src/main/java/net/thenextlvl/service/command/VaultCommand.java

Lines changed: 0 additions & 22 deletions
This file was deleted.

plugin/src/main/java/net/thenextlvl/service/command/VaultConvertCommand.java

Lines changed: 0 additions & 77 deletions
This file was deleted.

plugin/src/main/java/net/thenextlvl/service/command/VaultInfoCommand.java

Lines changed: 0 additions & 64 deletions
This file was deleted.

plugin/src/main/java/net/thenextlvl/service/command/argument/VaultEconomyArgumentType.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)