Michael-Zinn / SlimeIt

Minecraft Bukkit plugin that consolidates some redundant gameplay elements into one.
Other
1 stars 1 forks source link

Protection support #4

Open Michael-Zinn opened 11 years ago

Michael-Zinn commented 11 years ago

IS

The plugin doesn't integrate with any other plugins. This issue isn't tested well yet, but it's probably possible to steal slime from WorldGuard protected areas and smear them on the walls of players you hate :)

SHOULD

I guess the whole slime thing should be seen as constructing, so it should be grouped in the same permissions category as placing or destroying blocks? Feel free to discuss this, I'm pretty much clueless about protection plugins.

columb commented 11 years ago

It's also should support logging plugins like HawkEye and LogBlock.

Michael-Zinn commented 11 years ago

Right, but I guess logging is an issue of its own. I'll create one...

columb commented 11 years ago

May be it would be better to make process of slimefication look like a regular block placing/breaking to other plugins?

Michael-Zinn commented 11 years ago

I'm pretty much clueless about other plugins. I mean, that's the plan here: Instead of having to learn every aspect of Bukkit developement I opensource it here so others can help out.

It sounds like you know more about bukkit than I do. Do you have time to contribute?

columb commented 11 years ago

Sorry, I'm not a coder at all. Just requesting some features/reporting bugs here.

Michael-Zinn commented 11 years ago

That's fine! Are you interested in testing the plugin and raising issues?

Michael-Zinn commented 11 years ago

Hmm... might this be as simple as not reacting to canceled events? Will test this tomorrow...