Skip to content

Commit

Permalink
[del]cnewswitchgroupコマンドを削除
Browse files Browse the repository at this point in the history
-NewSwitchGroupCommandExecutor.java 削除
-AziSwitch.java cnewswitchgroupコマンドの登録を削除
-plugin.yml cnewswitchgroupコマンドの登録を削除
-build.gradle バージョンを1.2.0にアップデート
  • Loading branch information
huda0209 committed Sep 9, 2021
1 parent 53ce365 commit f2147e6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 78 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
apply plugin: 'java'

group = 'com.github.Mori01231'
version = '1.1.0'
version = '1.2.0'

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public void onEnable() {
configManager.loadConfig();

this.getCommand("switch").setExecutor(new SwitchCommandExecutor());
this.getCommand("newswitchgroup").setExecutor(new NewSwitchGroupCommandExecutor());
getServer().getPluginManager().registerEvents(new PlayerJoinEventListener(),this);
}

Expand Down

This file was deleted.

3 changes: 0 additions & 3 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ commands:
switch:
description: 運営モードとサバ民モードを行き来する。
usage: エラー。/switchで運営モードを変更できます。
newswitchgroup:
description: Switch可能なグループを作成する。
usage: エラー。/newswitchgroup グループ名 でグループの作成が可能です。

permissions:
aziswitch.*:
Expand Down

0 comments on commit f2147e6

Please sign in to comment.