Fix staff server capitalization changes
This commit is contained in:
parent
3f7eceb907
commit
26e6b66cf5
@ -74,7 +74,7 @@ public class CustomerSupport extends MiniPlugin
|
||||
}
|
||||
|
||||
@Override
|
||||
public void AddCommands()
|
||||
public void addCommands()
|
||||
{
|
||||
addCommand(new checkCommand(this));
|
||||
}
|
||||
|
@ -29,7 +29,7 @@ public class Password extends MiniPlugin
|
||||
}
|
||||
|
||||
@Override
|
||||
public void AddCommands()
|
||||
public void addCommands()
|
||||
{
|
||||
addCommand(new PasswordCommand(this));
|
||||
addCommand(new ChangePasswordCommand(this));
|
||||
@ -45,7 +45,7 @@ public class Password extends MiniPlugin
|
||||
|
||||
event.getPlayer().sendMessage(F.main(getName(), "Please enter the server password within 10 seconds."));
|
||||
|
||||
GetPlugin().getServer().getScheduler().scheduleSyncDelayedTask(GetPlugin(), new Runnable()
|
||||
getPlugin().getServer().getScheduler().scheduleSyncDelayedTask(getPlugin(), new Runnable()
|
||||
{
|
||||
public void run()
|
||||
{
|
||||
|
@ -67,7 +67,7 @@ public class SalesPackageManager extends MiniPlugin
|
||||
}
|
||||
|
||||
@Override
|
||||
public void AddCommands()
|
||||
public void addCommands()
|
||||
{
|
||||
addCommand(new DisplayPackageCommand(this));
|
||||
addCommand(new Sales(this));
|
||||
|
Loading…
Reference in New Issue
Block a user