- Tham gia
- 05/07/2016
- Bài viết
- 4,225

Một plugin có chức năng cho phép bạn tạo được một block với nhiều texture khác nhau
Ví dụ: Ở mặt trước là gỗ, khi nhìn ra mặt sau là đá



/oneWayWand [material[:data] [inverted] - Give yourself the item to convert blocks
- material/data - optional argument to specify the material
- inverted - if specified, the texture is applied to all other sides of the blocks and the clicked side keeps the original texture if specified, the texture will be applied to the opposite block side

- onewayblocks.wand - Permission to get the item
- onewayblocks.create - Permission to create blocks (& to use the item)

Mã:
# Radius around players to replace blocks
radius:
x: 32
y: 8
z: 32
# Whether to allow interaction with the blocks (causes the texture to reset when players click a block)
allowInteract: false
# Wand Item
item:
type: "NAME_TAG"
meta:
display: "&eOneWayBlock&6Wand"

www.spigotmc.org


