You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - <context.shooter> added to "ProjectileLaunchedScriptEvent"
- <context.entity> deprecated and replaced with <context.projectile> since there are technically multiple entities.
* fixes
* matcher removal
* Aya update
Copy file name to clipboardExpand all lines: plugin/src/main/java/com/denizenscript/denizen/utilities/BukkitImplDeprecations.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -449,6 +449,9 @@ public class BukkitImplDeprecations {
449
449
// Added 2025/01/04
450
450
publicstaticWarningplayEffectSpecialDataListInput = newFutureWarning("playEffectSpecialDataListInput", "List input for the special_data argument in playeffect command is now deprecated. Please use a MapTag instead.");
451
451
452
+
// Added 2025/01/23
453
+
publicstaticWarningprojectileLaunchedEntityContext = newFutureWarning("projectileLaunchedEntityContext", "'context.entity' in the 'projectile launched' event is deprecated in favor of 'context.projectile'.");
454
+
452
455
// ==================== PAST deprecations of things that are already gone but still have a warning left behind ====================
0 commit comments