Skip to content

Commit

Permalink
Proper plurality on EffCommand (SkriptLang#6172)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLimeGlass authored Dec 29, 2023
1 parent 03abc8c commit 03e912c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/ch/njol/skript/effects/EffCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ public class EffCommand extends Effect {

static {
Skript.registerEffect(EffCommand.class,
"[execute] [the] [bungee:bungee[cord]] command %strings% [by %-commandsenders%]",
"[execute] [the] %commandsenders% [bungee:bungee[cord]] command %strings%",
"(let|make) %commandsenders% execute [[the] [bungee:bungee[cord]] command] %strings%");
"[execute] [the] [bungee:bungee[cord]] command[s] %strings% [by %-commandsenders%]",
"[execute] [the] %commandsenders% [bungee:bungee[cord]] command[s] %strings%",
"(let|make) %commandsenders% execute [[the] [bungee:bungee[cord]] command[s]] %strings%");
}

@Nullable
Expand Down

0 comments on commit 03e912c

Please sign in to comment.