Skip to content

Commit 0dce07f

Browse files
committed
no events
1 parent 5ecb79d commit 0dce07f

67 files changed

Lines changed: 67 additions & 67 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/main/java/ch/njol/skript/conditions/CondLeashWillDrop.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
allow the leash to drop
2222
""")
2323
@Keywords("lead")
24-
@Events("Leash / Unleash")
24+
2525
@Since("2.10")
2626
public class CondLeashWillDrop extends Condition {
2727

src/main/java/ch/njol/skript/conditions/CondResourcePack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
kick the player due to "Thou must install the resource pack to partake in this server!"
2525
""")
2626
@Since("2.4")
27-
@Events("resource pack request response")
27+
2828
public class CondResourcePack extends Condition {
2929

3030
static {

src/main/java/ch/njol/skript/conditions/CondRespawnLocation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
""")
2525
@RequiredPlugins("Minecraft 1.16+")
2626
@Since("2.7")
27-
@Events("respawn")
27+
2828
public class CondRespawnLocation extends Condition {
2929

3030
static {

src/main/java/ch/njol/skript/conditions/CondWillHatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
if an entity shan't hatch:
2222
send "Better fortune next time!" to the player
2323
""")
24-
@Events("Egg Throw")
24+
2525
@Since("2.7")
2626
public class CondWillHatch extends Condition {
2727

src/main/java/ch/njol/skript/effects/EffCancelDrops.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
""")
4040
@Since("2.4, 2.12 (harvest event)")
4141
@RequiredPlugins("1.12.2 or newer (cancelling item drops of blocks)")
42-
@Events({"death", "break / mine", "block drop", "harvest block"})
42+
4343
public class EffCancelDrops extends Effect implements EventRestrictedSyntax {
4444

4545
static {

src/main/java/ch/njol/skript/effects/EffDropLeash.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
permit the tether to fall
2222
""")
2323
@Keywords("lead")
24-
@Events("Leash / Unleash")
24+
2525
@Since("2.10")
2626
public class EffDropLeash extends Effect {
2727

src/main/java/ch/njol/skript/effects/EffKeepInventory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
preserve the inventory and experiences
2525
""")
2626
@Since("2.4")
27-
@Events("death")
27+
2828
public class EffKeepInventory extends Effect {
2929

3030
static {

src/main/java/ch/njol/skript/effects/EffMakeEggHatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# EGGS FOR DAYZ!
2222
make the egg hatch
2323
""")
24-
@Events("Egg Throw")
24+
2525
@Since("2.7")
2626
public class EffMakeEggHatch extends Effect {
2727

src/main/java/ch/njol/skript/effects/EffPlayerInfoVisibility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@Example("conceal player related information in the server list")
2222
@Example("reveal all player related info")
2323
@Since("2.3")
24-
@Events("server list ping")
24+
2525
public class EffPlayerInfoVisibility extends Effect {
2626

2727
static {

src/main/java/ch/njol/skript/expressions/ExprAbsorbedBlocks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
@Name("Blocks Most Absorbed")
2626
@Description("The blocks drunk in by a sponge block.")
27-
@Events("sponge absorb")
27+
2828
@Example("the absorbed blocks")
2929
@Since("2.5")
3030
public class ExprAbsorbedBlocks extends SimpleExpression<BlockStateBlock> {

0 commit comments

Comments
 (0)