René's URL Explorer Experiment


Title: Single command conversion | CommandAPI

Description: Website of CommandAPI

Generator: VitePress v1.6.4

direct link

Domain: commandapi.dev

Links:

Skip to contenthttps://commandapi.dev/user-setup/command-conversion/single-command#VPContent
CommandAPIhttps://commandapi.dev/
Homehttps://commandapi.dev/
Documentationhttps://commandapi.dev/intro
https://hangar.papermc.io/Skepter/CommandAPI
https://modrinth.com/plugin/commandapi
https://www.spigotmc.org/resources/api-commandapi-1-16-5-1-21-4.62353/
https://ko-fi.com/jorelali
https://discord.com/invite/G4SzSxZ
https://github.com/CommandAPI/
https://ko-fi.com/jorelali
https://discord.com/invite/G4SzSxZ
https://github.com/CommandAPI/
Introductionhttps://commandapi.dev/intro
Installationhttps://commandapi.dev/user-setup/install
Configuration for server adminshttps://commandapi.dev/user-setup/config
Command Conversion for server adminshttps://commandapi.dev/user-setup/command-conversion/conversion
Single command conversionhttps://commandapi.dev/user-setup/command-conversion/single-command
Single command conversion (with arguments)https://commandapi.dev/user-setup/command-conversion/single-command-with-args
Entity selectorshttps://commandapi.dev/user-setup/command-conversion/entity-selectors
Skipping proxy sendershttps://commandapi.dev/user-setup/command-conversion/skip-proxy-senders
Setting up your development environmenthttps://commandapi.dev/dev-setup/setup
Shading the CommandAPI in your pluginshttps://commandapi.dev/dev-setup/shading
Using the annotation systemhttps://commandapi.dev/dev-setup/annotations
Command registrationhttps://commandapi.dev/create-commands/registration
Command unregistrationhttps://commandapi.dev/create-commands/unregistration
Command executorshttps://commandapi.dev/create-commands/executors/command-executors
Normal command executorshttps://commandapi.dev/create-commands/executors/normal-executors
Proxied command sendershttps://commandapi.dev/create-commands/executors/proxy-sender
Native command sendershttps://commandapi.dev/create-commands/executors/native-sender
Resulting command executorshttps://commandapi.dev/create-commands/executors/resulting-executors
Handle command failureshttps://commandapi.dev/create-commands/executors/handle-failures
Command argumentshttps://commandapi.dev/create-commands/arguments/arguments
CommandArguments classhttps://commandapi.dev/create-commands/arguments/command-arguments
Optional Argumentshttps://commandapi.dev/create-commands/arguments/optional-arguments
Listed argumentshttps://commandapi.dev/create-commands/arguments/listed-arguments
Argument suggestionshttps://commandapi.dev/create-commands/arguments/suggestions/suggestions
SuggestionsInfo recordhttps://commandapi.dev/create-commands/arguments/suggestions/suggestions-info
String suggestionshttps://commandapi.dev/create-commands/arguments/suggestions/string-suggestions
Type-Safe suggestionshttps://commandapi.dev/create-commands/arguments/suggestions/safe-suggestions
Suggestions with tooltipshttps://commandapi.dev/create-commands/arguments/suggestions/tooltips
Async suggestionshttps://commandapi.dev/create-commands/arguments/suggestions/async-suggestions
Argument typeshttps://commandapi.dev/create-commands/arguments/types/argument-types
Primitive argumentshttps://commandapi.dev/create-commands/arguments/types/primitive-arguments
Ranged argumentshttps://commandapi.dev/create-commands/arguments/types/ranged-arguments
String argumentshttps://commandapi.dev/create-commands/arguments/types/string-arguments
Location argumentshttps://commandapi.dev/create-commands/arguments/types/position/location-arguments
Rotation argumentshttps://commandapi.dev/create-commands/arguments/types/position/rotation-arguments
AxisArgumenthttps://commandapi.dev/create-commands/arguments/types/position/axis-arguments
Chat argumentshttps://commandapi.dev/create-commands/arguments/types/chat/chat-arguments
Spigot chat argumentshttps://commandapi.dev/create-commands/arguments/types/chat/spigot-chat-arguments
Adventure chat argumentshttps://commandapi.dev/create-commands/arguments/types/chat/adventure-chat-arguments
Entity & Player argumentshttps://commandapi.dev/create-commands/arguments/types/entities-arguments
Scoreboard argumentshttps://commandapi.dev/create-commands/arguments/types/scoreboard/scoreboard-arguments
Objective argumentshttps://commandapi.dev/create-commands/arguments/types/scoreboard/objective-arguments
Team argumentshttps://commandapi.dev/create-commands/arguments/types/scoreboard/team-arguments
Angle argumentshttps://commandapi.dev/create-commands/arguments/types/misc/angle-arguments
Advancement argumentshttps://commandapi.dev/create-commands/arguments/types/misc/advancement-arguments
Biome argumentshttps://commandapi.dev/create-commands/arguments/types/misc/biome-arguments
BlockState argumentshttps://commandapi.dev/create-commands/arguments/types/misc/blockstate-arguments
Enchantment argumentshttps://commandapi.dev/create-commands/arguments/types/misc/enchantment-arguments
ItemStack argumentshttps://commandapi.dev/create-commands/arguments/types/misc/itemstack-arguments
LootTable argumenthttps://commandapi.dev/create-commands/arguments/types/misc/loottable-arguments
MathOperation argumentshttps://commandapi.dev/create-commands/arguments/types/misc/mathoperation-arguments
NamespacedKey argumentshttps://commandapi.dev/create-commands/arguments/types/misc/namespacedkey-arguments
Particle argumentshttps://commandapi.dev/create-commands/arguments/types/misc/particle-arguments
Potion effect argumentshttps://commandapi.dev/create-commands/arguments/types/misc/potion-arguments
Recipe argumentshttps://commandapi.dev/create-commands/arguments/types/misc/recipe-arguments
Sound argumentshttps://commandapi.dev/create-commands/arguments/types/misc/sound-arguments
Time argumentshttps://commandapi.dev/create-commands/arguments/types/misc/time-arguments
UUID argumentshttps://commandapi.dev/create-commands/arguments/types/misc/uuid-arguments
World argumentshttps://commandapi.dev/create-commands/arguments/types/misc/world-arguments
Block predicate argumentshttps://commandapi.dev/create-commands/arguments/types/predicate/block-predicate-arguments
ItemStack predicate argumentshttps://commandapi.dev/create-commands/arguments/types/predicate/itemstack-predicate-arguments
NBT argumentshttps://commandapi.dev/create-commands/arguments/types/nbt-arguments
Literal argumentshttps://commandapi.dev/create-commands/arguments/types/literal/literal-arguments
Multi literal argumentshttps://commandapi.dev/create-commands/arguments/types/literal/multiliteral-arguments
List argumentshttps://commandapi.dev/create-commands/arguments/types/list-arguments
Map argumentshttps://commandapi.dev/create-commands/arguments/types/map-arguments
Command argumentshttps://commandapi.dev/create-commands/arguments/types/command-arguments
Custom argumentshttps://commandapi.dev/create-commands/arguments/types/custom-arguments
Functionshttps://commandapi.dev/create-commands/functions-and-tags/functions
Setting up functions & tagshttps://commandapi.dev/create-commands/functions-and-tags/setup
SimpleFunctionWrapper classhttps://commandapi.dev/create-commands/functions-and-tags/simple-function-wrapper
The FunctionWrapperhttps://commandapi.dev/create-commands/functions-and-tags/function-wrapper
Function argumentshttps://commandapi.dev/create-commands/functions-and-tags/function-arguments
Permissionshttps://commandapi.dev/create-commands/permissions
Requirementshttps://commandapi.dev/create-commands/requirements
Aliaseshttps://commandapi.dev/create-commands/aliases
Helphttps://commandapi.dev/create-commands/help
Subcommandshttps://commandapi.dev/create-commands/subcommands
Command treeshttps://commandapi.dev/create-commands/command-trees
Annotation-based commandshttps://commandapi.dev/annotations/intro
Annotationshttps://commandapi.dev/annotations/annotations
Registering annotation-based commandshttps://commandapi.dev/annotations/registration
Kotlin-based commandshttps://commandapi.dev/kotlin-dsl/intro
Using the DSLhttps://commandapi.dev/kotlin-dsl/usage
Delegated propertieshttps://commandapi.dev/kotlin-dsl/delegated-properties
Testing Commandshttps://commandapi.dev/test/intro
Setting up your projecthttps://commandapi.dev/test/setup
Loading The CommandAPI in Testshttps://commandapi.dev/test/load-mock-commandapi
Testing Utilitieshttps://commandapi.dev/test/utils
Velocityhttps://commandapi.dev/velocity/intro
Command conversionhttps://commandapi.dev/utils/conversion
Plugin reloadinghttps://commandapi.dev/utils/reload
Internal CommandAPIhttps://commandapi.dev/internal/internal
Brigadier + CommandAPIhttps://commandapi.dev/internal/brigadier-plus-commandapi
Brigadier Suggestionshttps://commandapi.dev/internal/brigadier-suggestions
Predicate tipshttps://commandapi.dev/tips/predicate-tips
Introductionhttps://commandapi.dev/contribution/intro
Project Structurehttps://commandapi.dev/contribution/project-structure
Upgradinghttps://commandapi.dev/upgrading
FAQhttps://commandapi.dev/faq
Incompatible version informationhttps://commandapi.dev/incompatible-versions
Troubleshootinghttps://commandapi.dev/troubleshooting
Afterwordhttps://commandapi.dev/afterword
https://commandapi.dev/user-setup/command-conversion/single-command#single-command-conversion
https://commandapi.dev/user-setup/command-conversion/single-command#plugin-command-conversion
https://commandapi.dev/user-setup/command-conversion/single-command#example-converting-plugin-commands
EssentialsXhttps://www.spigotmc.org/resources/essentialsx.9089/
https://commandapi.dev/user-setup/command-conversion/single-command#arbitrary-command-conversion
Skripthttps://github.com/SkriptLang/Skript
MyCommandhttps://dev.bukkit.org/projects/mycommand
WorldEdithttps://dev.bukkit.org/projects/worldedit
https://commandapi.dev/user-setup/command-conversion/single-command#example-converting-arbitrary-commands
Edit this pagehttps://github.com/CommandAPI/docs/edit/master/docs/en/user-setup/command-conversion/single-command.md
Previous pageCommand Conversion for server adminshttps://commandapi.dev/user-setup/command-conversion/conversion
Next pageSingle command conversion (with arguments)https://commandapi.dev/user-setup/command-conversion/single-command-with-args

Viewport: width=device-width,initial-scale=1


URLs of crawlers that visited me.