File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/ch/njol/skript/expressions Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11groupid =ch.njol
22name =skript
3- version =2.7.0-beta2
3+ version =2.7.0-beta3
44jarName =Skript.jar
55testEnv =java17/paper-1.19.4
66testEnvJavaVersion =17
Original file line number Diff line number Diff line change 4343 "reset the durability of {_item}" ,
4444 "set durability of player's held item to 0"
4545})
46- @ Since ("1.2, INSERT VERSION (durability reversed)" )
46+ @ Since ("1.2, 2.7 (durability reversed)" )
4747public class ExprDurability extends SimplePropertyExpression <Object , Long > {
4848
4949 private boolean durability ;
Original file line number Diff line number Diff line change 5959 "delete targeted entity of player # for players it will delete the target" ,
6060 "delete target of last spawned zombie # for entities it will make them target-less"
6161})
62- @ Since ("1.4.2, INSERT VERSION (Reset)" )
62+ @ Since ("1.4.2, 2.7 (Reset)" )
6363public class ExprTarget extends PropertyExpression <LivingEntity , Entity > {
6464
6565 static {
You can’t perform that action at this time.
0 commit comments