Remove unnecessary base command aliases. Especially "mc" too often collided with other plugins. Fixes #185.
This commit is contained in:
parent
ccd470dc6e
commit
36303b66bb
@ -24,7 +24,7 @@ public class MassiveCoreMConf extends Entity<MassiveCoreMConf>
|
||||
// FIELDS
|
||||
// -------------------------------------------- //
|
||||
|
||||
public List<String> aliasesOuterMassiveCore = MUtil.list("massivecore", "mcore", "massivec", "mc");
|
||||
public List<String> aliasesOuterMassiveCore = MUtil.list("massivecore", "mcore");
|
||||
|
||||
public List<String> aliasesOuterMassiveCoreUsys = MUtil.list("usys");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user