mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
add /pl as a shortcut for /plugins
won the poll on discord fixes https://github.com/Pumpkin-MC/Pumpkin/issues/1277
This commit is contained in:
@@ -4,7 +4,7 @@ use crate::command::{
|
||||
CommandExecutor, CommandResult, CommandSender, args::ConsumedArgs, tree::CommandTree,
|
||||
};
|
||||
|
||||
const NAMES: [&str; 1] = ["plugins"];
|
||||
const NAMES: [&str; 2] = ["pl", "plugins"];
|
||||
|
||||
const DESCRIPTION: &str = "List all available plugins.";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user