Fakeblock (fall through specified blocks)

Fakeblock (fall through specified blocks)

92 Downloads

FakeBlock

By MieskeB

This project is created as a suggestion from Soshimee and all rights for the idea go to him (https://bukkit.org/threads/fakeblocks.487081/).

Usage

Just put the jar in the plugins folder. When the server starts, the files called config.yml and blocks.yml are created. It is suggested not to change anything in this file if you don't know what's going on.

Afterwards, you can start creating blocks via the commands (if you have the right permissions).

When you stand on a created block, if you press shift, you'll fall through the block. This can be changed that you always fall through blocks in the file config.yml.

Commands

An alias for /fakeblock is /fb. These can both be used for the following commands. The create commands sets a block where you can stand on and fall through

- /fakeblock create <x> <y> <z>

/fakeblock delete <x> <y> <z>

/fakeblock delete <id>

Permissions

All the requests require permissions. One of the following permissions is required:

fakeblock.*

fakeblock.create

Adding features

If you want to add a feature to this plugin, feel free to do so! All the code is opensource and can be found on Github.