Skip to content

Commit 8859c6c

Browse files
committed
Update documentation changelog and arguments.md
1 parent bb3dc19 commit 8859c6c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docssrc/src/arguments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ The type to cast each argument (declared in the `dev.jorel.commandapi.arguments`
145145
| [`ParticleArgument`](./argument_particle.md) | `dev.jorel.commandapi.wrappers.ParticleData` |
146146
| [`PlayerArgument`](./argument_entities.md#player-argument) | `org.bukkit.entity.Player` |
147147
| [`PotionEffectArgument`](./argument_potion.md) | `org.bukkit.potion.PotionEffectType` |
148+
| [`PotionEffectArgument.NamespacedKey`](./argument_potion.md) | `org.bukkit.NamespacedKey` |
148149
| [`RecipeArgument`](./argument_recipe.md) | The cast type changes depending on your Minecraft version:<br><ul><li>Version 1.14.4 and below:<br />`org.bukkit.inventory.Recipe`</li><br /><li>1.15 and above:<br />`org.bukkit.inventory.ComplexRecipe` </li></ul> |
149150
| [`RotationArgument`](./argument_rotation.md) | `dev.jorel.commandapi.wrappers.Rotation` |
150151
| [`ScoreboardSlotArgument`](./argument_scoreboards.md#scoreboard-slot-argument) | `dev.jorel.commandapi.wrappers.ScoreboardSlot` |

docssrc/src/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Here's the list of changes to the documentation between each update. You can vie
4242
- Adds [Velocity](./velocity_intro.md) page to outline how to setup the CommandAPI for Velocity
4343
- Updates [CommandArguments](./commandarguments.md) to document new additions for safe arguments
4444
- Updates [Potion effect arguments](./argument_potion.md) to include examples for the newly added `NamespacedKey` variant for the `PotionEffectArgument`
45+
- Updates [Arguments](./arguments.md) to list the newly added `PotionEffectArgument.NamespacedKey` argument
4546

4647
### Documentation changes 9.2.0 \\(\rightarrow\\) 9.3.0
4748

0 commit comments

Comments
 (0)