Added new aliases for commands (player: skyblock, sb; admin:skyblockadmin, sbadmin, sba)

These come from other skyblock plugins that some users might have used before coming on BSkyBlock
This commit is contained in:
Florian CUNY 2019-12-22 21:48:13 +01:00
parent c019a5db0f
commit 85c0e1fdda
2 changed files with 4 additions and 4 deletions

View File

@ -33,12 +33,12 @@ public class Settings implements WorldSettings {
@ConfigComment("Island Command. What command users will run to access their island.")
@ConfigComment("To define alias, just separate commands with white space.")
@ConfigEntry(path = "bskyblock.command.island")
private String islandCommand = "island is";
private String islandCommand = "island is skyblock sb";
@ConfigComment("The island admin command.")
@ConfigComment("To define alias, just separate commands with white space.")
@ConfigEntry(path = "bskyblock.command.admin")
private String adminCommand = "bsbadmin bsb";
private String adminCommand = "bsbadmin bsb skyblockadmin sbadmin sba";
/* WORLD */
@ConfigComment("Friendly name for this world. Used in admin commands. Must be a single word")

View File

@ -3,10 +3,10 @@ bskyblock:
command:
# Island Command. What command users will run to access their island.
# To define alias, just separate commands with white space.
island: island is
island: island is skyblock sb
# The island admin command.
# To define alias, just separate commands with white space.
admin: bsbadmin bsb
admin: bsbadmin bsb skyblockadmin sbadmin sba
world:
# Friendly name for this world. Used in admin commands. Must be a single word
friendly-name: BSkyBlock