Skip to content

Commit 68642b7

Browse files
committed
Remaining scorp issues
1 parent d8e9107 commit 68642b7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/paper/dev/api/command-api/arguments/minecraft.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
slug: /dev/command-api/arguments/minecraft
3-
description: An overview of all arguments defined in the ArgumentTypes class.
3+
description: Everything regarding the essential Brigadier arguments.
44
---
55

66
# Minecraft Arguments

docs/paper/dev/api/command-api/arguments/predicate.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ slug: /dev/command-api/arguments/predicate
33
description: Documentation for arguments that allow value validation.
44
---
55

6-
import DoubleRangeMp4 from "./assets/vanilla-arguments/doublerange.mp4"
7-
import IntegerRangeMp4 from "./assets/vanilla-arguments/integerrange.mp4"
8-
import ItemPredicateMp4 from "./assets/vanilla-arguments/itempredicate.mp4"
6+
import DoubleRangeMp4 from "./assets/vanilla-arguments/doublerange.mp4";
7+
import IntegerRangeMp4 from "./assets/vanilla-arguments/integerrange.mp4";
8+
import ItemPredicateMp4 from "./assets/vanilla-arguments/itempredicate.mp4";
99

1010
# Predicate Arguments
1111
A predicate allows for checking for valid values. These arguments are dedicated to checking whether some sort of value is valid according to user input.

docs/paper/dev/api/command-api/basics/arguments-and-literals.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ Here you can see the arguments in action:
158158

159159
## Further reference
160160
### Minecraft arguments
161-
Apart from these build-in Brigadier arguments, countless custom arguments are defined by Paper as well. These can be accessed in a static context with the `ArgumentTypes` class. You
162-
can read more about these [here](../arguments/minecraft.mdx)
161+
Apart from these built-in Brigadier arguments, countless custom arguments are defined by Paper as well. These can be accessed in a static context with the `ArgumentTypes` class. You
162+
can read more about these [here](../arguments/minecraft.mdx).
163163

164164
### Custom arguments
165165
Sometimes you want to define your own, custom arguments. For that you can implement the `CustomArgumentType<T, N>` interface.

0 commit comments

Comments
 (0)