Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/endermanbugzjfc/glasspain

Getting bent out of shape for glass pane block's small hitbox?
https://github.com/endermanbugzjfc/glasspain

block fake full glass pain pane pmmp pocketmine thick

Last synced: about 1 month ago
JSON representation

Getting bent out of shape for glass pane block's small hitbox?

Awesome Lists containing this project

README

        

# 🪟 Glass Pain
💡 Hint messages
🔐 Permission node for customisation
🌐 Multi-language system
🔌 API for anticheats


Demonstration GIF


Poggit release (latest)


Stars on GitHub

Getting bent out of shape for glass pane block's small hitbox?
This plugin turns glass panes into their full-block versions when one is holding a block to help align with them more easily!

If the players are too close to some glass panes that are supposed to be replaced,
a warning message will show on their screen so they will be less likely to get stuck or just fall off:


Demonstration GIF of the warning message

# 🔐 Permission node
- `glasspain.use`: One can enjoy the feature when having this perm attached to.

*Want to enable this feature for certain groups of people? Use [RankSystem](https://poggit.pmmp.io/p/RankSystem/) achieve it!*

# 🌐 Existing languages
- English
- Chinese Traditional & Simplified
- Vietnam *[@NhanAZ](https://github.com/NhanAZ)*
- French *[@Bqleine](https://github.com/Bqleine)*

# 🔌 API
In spite of being a big spaghetti, this plugin still provides an API.
If you are developing an anticheat, please consider taking a look because this plugin sends fake blocks to clients:
```php
use Endermanbugzjfc\GlassPain\API as GlassPain;

$block = GlassPain::getInstance()->getClientSideBlock($player, $pos);
...
```