Merge pull request 'feature-41-sit' (#8) from feature-41 into develop
All checks were successful
/ build-docker (push) Successful in 30m15s
All checks were successful
/ build-docker (push) Successful in 30m15s
Reviewed-on: #8 Reviewed-by: cuqmbr <me@cuqmbr.xyz>
This commit is contained in:
commit
d9d2bb95c5
41
src/plugins/Sit/config.yml
Normal file
41
src/plugins/Sit/config.yml
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
sitables:
|
||||||
|
stairs:
|
||||||
|
entity:
|
||||||
|
type: PIG
|
||||||
|
saddle: false
|
||||||
|
offsets:
|
||||||
|
x: 0.5
|
||||||
|
y: -0.4
|
||||||
|
z: 0.5
|
||||||
|
#BLOCKDATA, BLOCKS
|
||||||
|
check: BLOCKDATA
|
||||||
|
list:
|
||||||
|
- org.bukkit.block.data.type.Stairs
|
||||||
|
|
||||||
|
slabs:
|
||||||
|
entity:
|
||||||
|
type: PIG
|
||||||
|
saddle: false
|
||||||
|
offsets:
|
||||||
|
x: 0.5
|
||||||
|
y: -0.4
|
||||||
|
z: 0.5
|
||||||
|
check: BLOCKDATA
|
||||||
|
list:
|
||||||
|
- org.bukkit.block.data.type.Slab
|
||||||
|
fun:
|
||||||
|
# if require is set to true
|
||||||
|
# player must have "sit.fun" permission to sit on the block's this layout has
|
||||||
|
permission:
|
||||||
|
require: true
|
||||||
|
# %s is the layout name
|
||||||
|
name: "sit.%s"
|
||||||
|
entity:
|
||||||
|
type: ARMOR_STAND
|
||||||
|
offsets:
|
||||||
|
x: 0.5
|
||||||
|
y: -1.1
|
||||||
|
z: 0.5
|
||||||
|
check: BLOCKS
|
||||||
|
list:
|
||||||
|
- END_ROD
|
BIN
src/plugins/sit-1.7.1.jar
(Stored with Git LFS)
Normal file
BIN
src/plugins/sit-1.7.1.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user