Merge pull request 'feature-41-sit' (#8) from feature-41 into develop
All checks were successful
/ build-docker (push) Successful in 30m15s

Reviewed-on: #8
Reviewed-by: cuqmbr <me@cuqmbr.xyz>
This commit is contained in:
cuqmbr 2025-07-09 08:52:32 +00:00
commit d9d2bb95c5
2 changed files with 44 additions and 0 deletions

View 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

Binary file not shown.