René's URL Explorer Experiment


Title: Upgrading | CommandAPI

Description: Website of CommandAPI

Generator: VitePress v1.6.4

direct link

Domain: commandapi.dev

Links:

Skip to contenthttps://commandapi.dev/upgrading#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/upgrading#upgrading
https://commandapi.dev/upgrading#maven-repository
Setting up your development environmenthttps://commandapi.dev/dev-setup/setup
https://commandapi.dev/upgrading#command-api-command-failures
https://commandapi.dev/upgrading#suggestions
https://commandapi.dev/upgrading#normal-string-suggestions
https://commandapi.dev/upgrading#normal-strings-with-tooltips-suggestions
https://commandapi.dev/upgrading#safe-suggestions
https://commandapi.dev/upgrading#particle-arguments
particle arguments pagehttps://commandapi.dev/create-commands/arguments/types/misc/particle-arguments
https://commandapi.dev/upgrading#getting-a-list-of-registered-commands
https://commandapi.dev/upgrading#entity-selector-arguments
https://commandapi.dev/upgrading#custom-arguments
Custom arguments pagehttps://commandapi.dev/create-commands/arguments/types/custom-arguments
https://commandapi.dev/upgrading#nbt-arguments
https://commandapi.dev/upgrading#if-youre-using-the-plugin-version-of-the-command-api
https://commandapi.dev/upgrading#if-youre-shading-the-command-api
NBT arguments page, under Shading usage setuphttps://commandapi.dev/create-commands/arguments/types/nbt-arguments#shading-usage-setup
https://commandapi.dev/upgrading#brigadier-arguments
https://commandapi.dev/upgrading#sound-arguments
Sound argumentshttps://commandapi.dev/create-commands/arguments/types/misc/sound-arguments
https://commandapi.dev/upgrading#tooltips
herehttps://github.com/Mojang/brigadier#installation
https://commandapi.dev/upgrading#command-failures
https://commandapi.dev/upgrading#list-arguments
https://commandapi.dev/upgrading#sound-arguments-1
https://commandapi.dev/upgrading#entity-selector-arguments-1
https://commandapi.dev/upgrading#scoreholder-arguments
https://commandapi.dev/upgrading#project-dependencies
https://commandapi.dev/upgrading#loading-and-enabling-the-command-api-when-shading
https://commandapi.dev/upgrading#accessing-arguments
https://commandapi.dev/upgrading#using-the-args-get-int-method
https://commandapi.dev/upgrading#using-the-args-get-string-method-recommended
https://commandapi.dev/upgrading#command-api-helper-methods
https://commandapi.dev/upgrading#removal-of-the-environment-argument
https://commandapi.dev/upgrading#changes-to-the-team-argument
https://commandapi.dev/upgrading#changes-to-the-objective-argument
https://commandapi.dev/upgrading#changes-to-the-list-argument-builder
https://commandapi.dev/upgrading#changes-to-the-rotation-wrapper
https://commandapi.dev/upgrading#changes-to-the-scoreboard-slot-wrapper
https://commandapi.dev/upgrading#custom-argument-exception-changes
https://commandapi.dev/upgrading#command-arguments-changes
https://commandapi.dev/upgrading#multi-literal-argument-and-literal-argument-changes
CommandArgumentshttps://commandapi.dev/create-commands/arguments/command-arguments
CommandArgumentshttps://commandapi.dev/create-commands/arguments/command-arguments
https://commandapi.dev/upgrading#multi-literal-argument-changes
https://commandapi.dev/upgrading#command-arguments-changes-1
CommandArgumentshttps://commandapi.dev/create-commands/arguments/command-arguments
https://commandapi.dev/upgrading#deprecated-methods
https://commandapi.dev/upgrading#default-namespace-changes
https://commandapi.dev/upgrading#native-proxy-command-sender-changes
https://commandapi.dev/upgrading#command-api-restructure
https://commandapi.dev/upgrading#general-module-changes
https://commandapi.dev/upgrading#code-changes
that methodhttps://commandapi.dev/test/load-mock-commandapi#loading-a-custom-command-api-platform-implementation
https://commandapi.dev/upgrading#config-changes
Edit this pagehttps://github.com/CommandAPI/docs/edit/master/docs/en/upgrading.md
Previous pageProject Structurehttps://commandapi.dev/contribution/project-structure
Next pageFAQhttps://commandapi.dev/faq

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


URLs of crawlers that visited me.