Bearbin's Plugin Development List - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Discussion (https://forum.cuberite.org/forum-8.html) +--- Thread: Bearbin's Plugin Development List (/thread-839.html) Pages:
1
2
|
Bearbin's Plugin Development List - bearbin - 04-03-2013 Here is the list of all of my plugins of all varieties: in development, finished and planned. Please suggest any new plugins or improvements. Finished: In Development:
Planned:
Possible Plugins (tell me if you're doing one of these):
Please suggest any plugins that you think would be good for MCServer. RE: Bearbin's Plugin Development List - NiLSPACE - 04-03-2013 I guess a Hunger Games plugin would attract allot of people. RE: Bearbin's Plugin Development List - bearbin - 04-03-2013 I haven't actually visited a hunger games server: are the plugins basically: ranks starting mechanics spectators map regeneration? RE: Bearbin's Plugin Development List - NiLSPACE - 04-03-2013 i don't know what you mean with ranks but for everything else yea.
RE: Bearbin's Plugin Development List - bearbin - 04-03-2013 Ok, sounds cool. I'll add it to a list of possible plugins. RE: Bearbin's Plugin Development List - xoft - 04-03-2013 I might have a plugin idea, too. This is more of an after-grief salvage type of plugin It would be nice to have the possibility to remove certain blocks (esp. lava and water) globally from the world, based on the block's height. For example, "remove all water where Y > 62". Since MCServer won't allow you to process the entire world, at least the possibility to apply to all loaded chunks or all chunks that are seen by the commanding player. RE: Bearbin's Plugin Development List - tonibm19 - 04-03-2013 (04-03-2013, 06:00 AM)bearbin Wrote: Ok, sounds cool. I'll add it to a list of possible plugins.If you do a Hunger games plugin and a protection plugin you will make MCServer much better. BearsHome looks good, I want a home plugin. RE: Bearbin's Plugin Development List - bearbin - 04-03-2013 (04-03-2013, 09:29 PM)xoft Wrote: I might have a plugin idea, too. This is more of an after-grief salvage type of plugin It seems quite good. The code in ChunkWorks should be a good place to start with RE: Bearbin's Plugin Development List - xoft - 04-03-2013 Well, not really, because ChunkWorx works with chunks being generated, while this plugin will work with already present chunks. I think the best course of action would be to do this in incremental steps. First step would be to define a fixed-size area (50x50 blocks in XZ) for which the action will be applied; use cBlockArea for the actual work. Then in next iteration you could make it work across all loaded chunks (although I'm not sure if the API is strong enough for this). RE: Bearbin's Plugin Development List - ThuGie - 04-04-2013 Don't you mean a command like /drain i seen it in more mc servers being used. It would drain all water or lava at the position your near/ or in. |