Skip to content

Commit

Permalink
add removewhenfar and playdeath deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 1, 2020
1 parent 9516885 commit 23d127e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ public class Deprecations {
// In Bukkit impl, added 2020/07/28.
public static Warning headCommand = new SlowWarning("The 'head' command is deprecated: use the 'equip' command with a 'player_head' item using the 'skull_skin' mechanism.");

// In Bukkit impl, added 2020/08/01.
public static Warning entityRemoveWhenFar = new SlowWarning("The EntityTag remove_when_far_away property is deprecated in favor of the persistent property (which is the exact inverse).");
public static Warning entityPlayDeath = new SlowWarning("The EntityTag 'play_death' mechanism is deprecated: use the animate command.");

// ==================== FUTURE deprecations ====================

// In Bukkit impl, Relevant as of 2019/09/25, deprecate officially by 2021.
Expand Down

0 comments on commit 23d127e

Please sign in to comment.