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