Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjouwer/block-enforcer
Change block behaviour to aid with the Cubed texture pack
https://github.com/sjouwer/block-enforcer
minecraft spigot spigot-plugin
Last synced: 8 days ago
JSON representation
Change block behaviour to aid with the Cubed texture pack
- Host: GitHub
- URL: https://github.com/sjouwer/block-enforcer
- Owner: Sjouwer
- License: mit
- Created: 2022-04-27T00:02:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T18:34:08.000Z (7 months ago)
- Last Synced: 2024-11-07T08:46:29.580Z (about 2 months ago)
- Topics: minecraft, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Block Enforcer (1.14.4)
This is a plugin to aid with the [Cubed Textures](https://github.com/CubedCommunity/CubedTextures) pack
- Adds a BlockState picker tool (the default tool is a bone)
- Right clicking a block gives players an item with BlockState NBT data of the block
- While sneaking it'll also add biome data, which will be applied on place
- Left clicking a block will provide block info to the player
- Enforces the Item NBT BlockStates when placing them down
- Stops any neighbor updates from changing the Note Block and Redstone BlockStates
- Removes the ability to change the note of a Note Block with a right click, instead it allows for placing a block against them
- Prevents falling blocks from falling down
- Disables (Chorus) Plant placement rules, allowing to place them anywhere
- By default a Chorus Plant will connect to the block it's been placed against and all surrounding Chorus Plants
- When sneaking the Chorus Plant will only connect to the block it's been placed against
- Adds ability to place down Potted Plants with renamed Flower Pots
- Adds ability to place down Piston Heads with renamed (Sticky) Pistons
- Adds ability to place down Frosted Ice with renamed Ice
- Stop Turtle Eggs from breaking when stepped on
- Allow certain blocks to be placed anywhere, bypassing the need for them to be groundedThe BlockState picker is also part of my [Pick Block Pro mod](https://github.com/Sjouwer/pick-block-pro) which doesn't require a tool, is fully client side and instead works by holding ALT while block picking. This plugin however doesn't require players to install the mod.
This plugin works best in combination with Stoplag enabled from WorldGuard