Skip to content

Commit

Permalink
add deprecation for old anchor command options
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Mar 8, 2020
1 parent 2e60112 commit 57d74bc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ public class Deprecations {
// Prime candidate for functionality removal - was never recommended.
public static Warning notableItems = new SlowWarning("Using the note command with items is deprecated: this has never been recommended and is more likely to introduce bugs than ever do anything useful.");

// In Bukkit impl, Added 2020/03/08
// Prime candidate for functionality removal - has not been recommended for many years.
public static Warning anchorWalk = new SlowWarning("Using the anchor 'walkto'/'walknear' options is deprecated: use the walk command with the npc.anchor tag instead, and 'assume' should be replaced by the teleport command.");

// ==================== SPECIAL deprecations: Minecraft version ====================

// In Bukit impl, To be removed when Minecraft 1.12.2 is no longer supported by the Bukkit impl:
Expand Down

0 comments on commit 57d74bc

Please sign in to comment.