Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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?
- Host: GitHub
- URL: https://github.com/endermanbugzjfc/glasspain
- Owner: Endermanbugzjfc
- License: mit
- Created: 2022-02-12T09:51:56.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T16:47:14.000Z (over 1 year ago)
- Last Synced: 2024-11-06T18:02:30.774Z (3 months ago)
- Topics: block, fake, full, glass, pain, pane, pmmp, pocketmine, thick
- Language: PHP
- Homepage: https://poggit.pmmp.io/p/GlassPain
- Size: 330 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🪟 Glass Pain
💡 Hint messages
🔐 Permission node for customisation
🌐 Multi-language system
🔌 API for anticheatsGetting 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:
# 🔐 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);
...
```