mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2025-01-14 20:01:20 +01:00
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:
parent
c019a5db0f
commit
85c0e1fdda
@ -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")
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user