Project and plugin name refactor
This commit is contained in:
parent
41d7c7e864
commit
8de4ee24ef
1 changed files with 5 additions and 5 deletions
|
|
@ -19,12 +19,12 @@ import org.bstats.velocity.Metrics;
|
|||
import org.slf4j.Logger;
|
||||
|
||||
@Plugin(
|
||||
id = "serverutils",
|
||||
name = "ServerUtils",
|
||||
id = "bukman",
|
||||
name = "Bukman",
|
||||
version = "{version}",
|
||||
description = "A server utility",
|
||||
url = "https://github.com/FrankHeijden/ServerUtils",
|
||||
authors = "FrankHeijden"
|
||||
url = "https://git.zhira.net/zhdev/bukman",
|
||||
authors = {"FrankHeijden", "ZhDev"}
|
||||
)
|
||||
public class ServerUtils {
|
||||
|
||||
|
|
@ -47,7 +47,7 @@ public class ServerUtils {
|
|||
private Metrics.Factory metricsFactory;
|
||||
|
||||
@Inject
|
||||
@Named("serverutils")
|
||||
@Named("bukman")
|
||||
private PluginContainer pluginContainer;
|
||||
|
||||
private final VelocityPluginCommandManager pluginCommandManager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue