File tree Expand file tree Collapse file tree
ch/njol/skript/expressions
org/skriptlang/skript/bukkit/displays/text Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929@ Example ("set block below to air" )
3030@ Example ("spawn a creeper above the block" )
3131@ Example ("""
32- loop blocks in radius 4:
33- loop-block is obsidian
34- set loop-block to water
35- """ )
32+ loop blocks in radius 4:
33+ loop-block is obsidian
34+ set loop-block to water
35+ """ )
3636@ Example ("""
37- block is a chest:
38- clear the inventory of the block
39- """ )
37+ block is a chest:
38+ clear the inventory of the block
39+ """ )
4040@ Since ("1.0" )
4141public class ExprBlock extends WrapperExpression <Block > {
4242 static {
Original file line number Diff line number Diff line change 2020 apply drop shadow to last spawned text display
2121 if {_display} has drop shadow:
2222 remove drop shadow from the text of {_display}
23- """ )
23+ """ )
2424@ Since ("2.10" )
2525public class EffTextDisplayDropShadow extends Effect {
2626
You can’t perform that action at this time.
0 commit comments