Skip to content

Commit d7a9cbb

Browse files
committed
Fix typos
1 parent 9a8e5e4 commit d7a9cbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/posts/1.21.11.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If your plugin is still using Spigot-mapped internal names (such as obfuscated c
4949

5050
### Gamerule changes
5151

52-
Gamerules have been turned into a registry in Vanilla, so their names were changed from camelCase to snake_case and some gamerules merged or changes. The `GameRule` class still contains the old names for now, but you should replace their use with [GameRules](https://jd.papermc.io/paper/1.21.11/org/bukkit/GameRules.html).
52+
Gamerules have been turned into a registry in Vanilla, so their names were changed from camelCase to snake_case and some gamerules merged or changed. The `GameRule` class still contains the old names for now, but you should replace their use with [GameRules](https://jd.papermc.io/paper/1.21.11/org/bukkit/GameRules.html).
5353

5454
### Bed event changes
5555

@@ -59,7 +59,7 @@ Beds had a few substantial changes in Vanilla, so our events were updated with t
5959

6060
Beyond API for all the new 1.21.11 features, here is a small selection of other changes and additions we have made since the stable release of 1.21.10:
6161

62-
- [WorldBorder](<https://jd.papermc.io/paper/1.21.11/org/bukkit/WorldBorder.html#changeSize(double,long)>) and [WorldBorderBoundsChangeEvent](<https://jd.papermc.io/paper/1.21.11/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html#getDurationTicks()>) have had their methods returning/using millisecond durations deprecated and replaced with methods usign tick durations isntead
62+
- [WorldBorder](<https://jd.papermc.io/paper/1.21.11/org/bukkit/WorldBorder.html#changeSize(double,long)>) and [WorldBorderBoundsChangeEvent](<https://jd.papermc.io/paper/1.21.11/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html#getDurationTicks()>) have had their methods returning/using millisecond durations deprecated and replaced with methods using tick durations isntead
6363
- Added API on `LivingEntity` to [change waypoint styling](<https://jd.papermc.io/paper/1.21.11/org/bukkit/entity/LivingEntity.html#setWaypointStyle(net.kyori.adventure.key.Key)>)
6464
- Added [wobble API](<https://jd.papermc.io/paper/1.21.11/org/bukkit/block/DecoratedPot.html#startWobble(org.bukkit.block.DecoratedPot.WobbleStyle)>) on `DecoratedPot`
6565
- Added [more data getters](<https://jd.papermc.io/paper/1.21.11/org/bukkit/JukeboxSong.html#getDescription()>) to `JukeboxSong`

0 commit comments

Comments
 (0)