Package co.aikar.commands.annotation
Annotation Type CrossGuild
-
@Target(PARAMETER) @Retention(RUNTIME) public @interface CrossGuild
TheCrossGuildannotation is to define whether the parameter should be guild-specific or global.If a supported parameter is marked with the CrossGuild annotation, the parameter will be filled from a global perspective (i.e., all of the guilds the bot is connected to). Otherwise, the parameter will be filled from command input.