-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for GriefPrevention Plus? & Questions. #13
Comments
This plugin is simply an API that provides common functions to check if you can build in a provided location, and forward block changes to block logger plugins. Its basically a multi block logger and a multi block access control. If you add support for it in your plugin you get support for all the supported block loggers and block access controllers. It is similar to vault but for block loggers and block access controls, common API for many types of plugins. |
Its GriefPrevention, just more lightweight and faster. Its a claiming plugin to prevent griefing and raiding and such. You already have a BlockHub-GriefPrevention version but it does not recognize GPP to be GriefPrevention. So just updating BlockHub-GriefPrevention to support both the official GriefPrevention and GriefPreventionPlus would work. That the only plugin i wanted added. And is this similar to ForgePermittor in a way? ForgePermittor is a plugin that checks for blockplace, blockbreak, entitydamage, etc events and sends them to the plugins to protect. Basically it makes sure that the vanilla plugins know what modded blocks are and its supposed to protect them. |
Not exactly. As i said before its API for other plugins. The plugin does not handle any block place/break. It forwards block place events from plugins that use BH to all the supported access controller plugins and checks if the block can be placed. In addition it sends the block place/break data to all block logger plugins. The plugin works only for plugins that place blocks and actually use the BH API not for blocks placed by the player. |
So its been 3 months and there is still no compatibility with GP+? In the PRISM config world edit logging is on but its not compatible with asyncworld edit, i figured getting blockshub on here would solve that. |
GriefPreventionPlus is a optimized and lightweight version of GP which is coded by Kai.
https://github.com/KaiKikuchi/GriefPreventionPlus
http://kaikk.net/mc/
Also mind explaining in more detail what this plugin does exactly? From what i thought it was is a modded block api for vanilla block loggers. Not sure if thats correct or not which is why im asking.
The text was updated successfully, but these errors were encountered: