Skip to content

Commit 2094858

Browse files
committed
0.9.6
1 parent 30f5058 commit 2094858

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/main/java/com/github/colorapi/ColorAPIPlugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import com.github.colorapi.commands.Commands;
44
import com.github.colorapi.format.ColorFormat;
5-
import org.bukkit.Bukkit;
65
import org.bukkit.plugin.java.JavaPlugin;
76
import com.github.colorapi.config.ColorConfig;
87

src/main/java/com/github/colorapi/commands/Commands.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
2323
}
2424
}
2525
plugin.reloadPlugin();
26-
sender.sendMessage("§a[ColorAPIPlugin] successfully reloaded.");
26+
sender.sendMessage("§a[ColorAPI] successfully reloaded.");
2727
return true;
2828
}
2929
return false;

src/main/resources/plugin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ColorAPIPlugin
1+
name: ColorAPI
22
version: '${project.version}'
33
main: com.github.colorapi.ColorAPIPlugin
44
api-version: '1.16'
@@ -8,7 +8,7 @@ description: A plugin API to allow players to create custom color codes
88

99
permissions:
1010
colorapi.reload:
11-
description: Allows you to reload ColorAPIPlugin plugin
11+
description: Allows you to reload ColorAPI plugin
1212
default: op
1313
colorapi.*:
1414
description: Wildcard permission
@@ -20,6 +20,6 @@ commands:
2020
colorapi:
2121
subcommands:
2222
reload:
23-
description: Reload ColorAPIPlugin plugin
23+
description: Reload ColorAPI plugin
2424
usage: /<command> reload
2525
permission: colorapi.reload

0 commit comments

Comments
 (0)