From 978edd889f6eae5c684bca1d8377c406c4c41669 Mon Sep 17 00:00:00 2001 From: Ardakaz Date: Tue, 3 Jun 2025 10:59:01 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30f0355..91af6eb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Exec is a Minecraft server plugin that makes possible to run external scripts vi The Exec config looks like this. You can use the following placeholders: * %args% means all arguments provided to the command. -* %arg_1%, "arg_2" can be used to read arguments too. +* %arg_1%, %arg_2% can be used to read arguments too. * PlaceholderAPI is supported (and usually required). %player_name% is the most useful one. You can use `/exec reload` to reload the config. \ No newline at end of file