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:
Alexander Medvedev
2026-02-08 13:32:19 +01:00
parent e45ab613f4
commit dcda0d6f56

View File

@@ -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.";