@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface FallbackPrefix
Bukkit uses this fallback prefix when two commands conflict with their main label,
in which Bukkit would register it as /(fallback prefix):command instead.
It is possible to set a default one with BukkitLampConfig.Builder.fallbackPrefix(String)
| Modifier and Type | Required Element and Description |
|---|---|
@NotNull java.lang.String |
value
The prefix value
|