mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-18 01:46:11 +00:00
Add frb alias
This commit is contained in:
parent
10322a736c
commit
edeb285152
@ -492,7 +492,7 @@ public final class PlatformCommandManager {
|
|||||||
);
|
);
|
||||||
registerSubCommands(
|
registerSubCommands(
|
||||||
"/history",
|
"/history",
|
||||||
ImmutableList.of(),
|
ImmutableList.of("/frb"),
|
||||||
"Manage your history",
|
"Manage your history",
|
||||||
HistorySubCommandsRegistration.builder(),
|
HistorySubCommandsRegistration.builder(),
|
||||||
new HistorySubCommands(history)
|
new HistorySubCommands(history)
|
||||||
|
Loading…
Reference in New Issue
Block a user