Skip to content

Commit

Permalink
add item.flags property future-deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 17, 2020
1 parent 074f4af commit 1774847
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ public RateLimitCommand() {
// those are two separate rate limiters.
// Additionally, if you have a 'ratelimit <player> 10s' and two different players run it, they each have a separate rate limit applied.
//
// Note that this uses game delta tick time, not system realtime.
//
// @Tags
// None.
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ public class Deprecations {
// In Bukkit impl, Added 2020/04/16, deprecate officially by 2021.
public static Warning inventoryScriptName = new FutureWarning("The tag inventory.script_name is deprecated: use 'inventory.script' (optionally append '.name' for exact equivalence).");

// In Bukkit impl, Added on 2020/05/17, deprecate officially by 2022.
public static Warning itemFlagsProperty = new FutureWarning("The item.flags property has been renamed to item.hides.");

// In Bukkit impl, Added 2020/03/05, deprecate officially by 2022.
public static Warning oldPlayEffectSpecials = new FutureWarning("The playeffect input of forms like 'iconcrack_' have been deprecated in favor of using the special_data input (refer to meta docs).");

Expand Down

0 comments on commit 1774847

Please sign in to comment.