BetterPlace

⭐ — (2 endorsements) 📥 207 downloads 📌 v1.0 📅 1/19/2024
⚪ Last updated 2024

By lerokko · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 1/15/2024 📅 Created: 1/19/2024

🔍 Analysis

  • 🏆 #899 of 1317 bukkit mods in this game by downloads

📋 About This Mod

✅ HI `Reload command` - duh
✅ HI `Configurable Text` - Add the action bar text as strings to the config.yml
✅ HI `Blacklist inversion` - Option to turn the blacklist into a whitelist.

!(https://server26.net/l/betterplacebanner.png) # BetterPlace BetterPlace is a Spigot plugin that aims to ~~create a better place, lol~~ enhance the building experience in minecraft by adding new placement behaviors to blocks. Alleviating some of the hassles that come with repeated placing of blocks in awkward orientations. Sometimes blocks are just a pain to place (looking at you glazed terracotta). While a _chisel item_ is all fine and dandy, I felt there could be further improvements made to building that alleviate some pain. Mainly repetitive task of getting into position or placing and mining support blocks for other blocks. The goal of BetterPlace is not to re-implement functions of other plugins like a chisel, but to provide new features that integrate well with vanilla. Feature should always be simple, easily discoverable and understandable by anyone, intuitive, and most importantly not in the way of someone that does not want them or know how they work yet. The primary focus of BetterPlace is on placing blocks how need them to be in the world while not being totally overpowered and still being (https://archive.org/details/minecraft-game-design/page/n18/mode/1up) :) ## Features Currently only one feature - **Rotation Lock:** Inspired by Quark. Shift+Attack with a block (that can be rotated) to lock the blocks placement direcition into the direction you are currently facing. ## Configuration Currently, there are the following options to customize BetterPlace: - **blacklist:** You can exclude blocks from the plugins features here. By default, all blocks are included that could potentially be placed in an invalid state. These blocks are not supported by BetterPlace, but you still have the option to enable them anyway. Edit the `config.yml` file to modify these options. ## Commands - `/bpunlock` - If you have a rotation lock enabled you can remove it with this command. Rotation locks are also disabled by deselecting the current item or punching (without sneaking) but this is just an extra fallback. ## Permissions - `bplace.place.rotated` - Required to use the rotation/placement lock feature. ## Support and Issues If you encounter any issues or have questions, please (https://github.com/lerokko/BetterPlace/issues) on the GitHub repository. ## Planned features No, ETA. For now, I do not intend to add some sort of wrench as there are other plugins that supplement this quite well. At least at the moment the scope of this plugin is to fill gaps I have not seen in any other plugins. Primarly focusing on block placement. - HI `Reload command` - duh - HI `Inversion place` - Inspired by Create. Sneaking would invert the direction a block (with rotation) is placed. So a piston or observer would be facing away from you. - HI `Configurable Text` - Add the action bar text as strings to the config.yml - LO `Relative rotation` - Rotation lock is not aligned to the minecraft world (north, south, etc) but block place turned relative to the player (i.e. "always sideways"). - HI `Blacklist inversion` - Option to turn the blacklist into a whitelist. - LO `Spereate blacklists for each feature` - The option to have an extra file for each feature that (if not empty) can be used to disabled blocks only for a specific feature. - LO `Quick copy blockstate` - The option to copy a blocks blockstate and apply it to all blocks you are placing of the same itemstack. With config options for which attributes are allowed to be copied. May or may not require a special item in the off-hand. This is sort of inspired by litematica's easy-place and creative modes CTLR-pick-block. - HI `In-place preview for glazed teracotta` - Using the recently introduced display entities to give a preview in-world where, and how, a terracotta block would be placed. Compatible with rotation lock and inversion placement. Would also include a whitelist, so you can customize which blocks it works on.

!(https://server26.net/l/betterplacebanner.png) # BetterPlace

BetterPlace is a Spigot plugin that aims to ~~create a better place, lol~~ enhance the building experience in minecraft by adding new placement behaviors to blocks. Alleviating some of the hassles that come with repeated placing of blocks in awkward orientations. Sometimes blocks are just a pain to place (looking at you glazed terracotta).

While a _chisel item_ is all fine and dandy, I felt there could be further improvements made to building that alleviate some pain. Mainly repetitive task of getting into position or placing and mining support blocks for other blocks. The goal of BetterPlace is not to re-implement functions of other plugins like a chisel, but to provide new features that integrate well with vanilla. Feature should always be simple, easily discoverable and understandable by anyone, intuitive, and most importantly not in the way of someone that does not want them or know how they work yet. The primary focus of BetterPlace is on placing blocks how need them to be in the world while not being totally overpowered and still being (https://archive.org/details/minecraft-game-design/page/n18/mode/1up) :)

## Features

Currently only one feature - Rotation Lock: Inspired by Quark. Shift+Attack with a block (that can be rotated) to lock the blocks placement direcition into the direction you are currently facing.

## Configuration

Currently, there are the following options to customize BetterPlace:

- blacklist: You can exclude blocks from the plugins features here. By default, all blocks are included that could potentially be placed in an invalid state. These blocks are not supported by BetterPlace, but you still have the option to enable them anyway.

Edit the `config.yml` file to modify these options.

## Commands

- `/bpunlock` - If you have a rotation lock enabled you can remove it with this command. Rotation locks are also disabled by deselecting the current item or punching (without sneaking) but this is just an extra fallback.

## Permissions

- `bplace.place.rotated` - Required to use the rotation/placement lock feature.

## Support and Issues

If you encounter any issues or have questions, please (https://github.com/lerokko/BetterPlace/issues) on the GitHub repository.

## Planned features

No, ETA. For now, I do not intend to add some sort of wrench as there are other plugins that supplement this quite well. At least at the moment the scope of this plugin is to fill gaps I have not seen in any other plugins. Primarly focusing on block placement.

  • HI `Reload command` - duh
  • HI `Inversion place` - Inspired by Create. Sneaking would invert the direction a block (with rotation) is placed. So a piston or observer would be facing away from you.
  • HI `Configurable Text` - Add the action bar text as strings to the config.yml
  • LO `Relative rotation` - Rotation lock is not aligned to the minecraft world (north, south, etc) but block place turned relative to the player (i.e. "always sideways").
  • HI `Blacklist inversion` - Option to turn the blacklist into a whitelist.
  • LO `Spereate blacklists for each feature` - The option to have an extra file for each feature that (if not empty) can be used to disabled blocks only for a specific feature.
  • LO `Quick copy blockstate` - The option to copy a blocks blockstate and apply it to all blocks you are placing of the same itemstack. With config options for which attributes are allowed to be copied. May or may not require a special item in the off-hand. This is sort of inspired by litematica's easy-place and creative modes CTLR-pick-block.
  • HI `In-place preview for glazed teracotta` - Using the recently introduced display entities to give a preview in-world where, and how, a terracotta block would be placed. Compatible with rotation lock and inversion placement. Would also include a whitelist, so you can customize which blocks it works on.
🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
lerokko
Version
1.0
Downloads
207
Endorsements
2
Category
bukkit
Created
1/19/2024
Updated
1/15/2024
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
Tags
utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does BetterPlace support?

The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4. Other versions may work but are untested by the author.

What is the latest version of BetterPlace?

Version 1.0, published 2024-01-15 with 207 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by lerokko 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods