Overview
This small plugin is mainly for survival servers where players abuse building one-block-wide towers to escape from danger or to reach inaccessible places. The plugin disables jump building, which means that players cannot place blocks underneath themselves while jumping. Server admins can configure the config.yml file to add materials that players are allowed to jump build with, as well as add players who are allowed to jump build.
Configuration
can-jump-build: This is the list of players who have permission to jump build. Entries are case-insensitive.
allowed-materials: This is a list of materials that players can use to jump build. You can use either the name of the block or the block ID. Entries are case-insensitive.
Example configuration:
can-jump-build:
- emikodo
- varunax
allowed-materials:
- dirt
- 4
- Stone
This will allow only the players emikodo and varunax to jump build. The materials everyone can jump build with include dirt, cobblestone, and stone.
Current Version
3/02/13 Version 1.3
- Combined permissions.yml and allowedMaterials.yml into one file (config.yml)
- Fixed a bug where a player could not place a block if another player was directly below them.
- Fixed problem with players being able to jump build by sneaking and continuously trying to place a block.
- Removed the penalty for jump building (previously removed the used material from player's inventory).