betterphp / InfinitePlots

A plugin for Bukkit based Minecraft server that can generate infinite square plots of a configurable size.
http://dev.bukkit.org/server-mods/infiniteplots/
3 stars 4 forks source link

Change surface of plot command [Suggestion] #31

Closed ghost closed 11 years ago

ghost commented 11 years ago

Another idea which might be really cool: A command which changes the top layer of a plot to another block type.

In the default config, all plots have a grass surface. What if a person wanted their plot surface to be cracked stone brick? They could type in something like /plot resurface 98:2 .(98:2 is the ID and data value for cracked stone brick)

Also there should be a whitelist as to which blocks players can have as their surface because some blocks would be ugly as a surface and some blocks would cause epic lag (end portal blocks, for instance).

Good idea? ;)

hskrasek commented 11 years ago

We actually have an idea in the works that would allow you to do more than that, and generate a biome in your plot. So instead of everyone building on a flat plains plot, they could generate a little jungle biome in their plot and work with that.

ghost commented 11 years ago

That sounds awesome..!!!

Kloporte commented 11 years ago

That would be epic !

betterphp commented 11 years ago

I went for names instead of IDs so /plot decorate flat dirt smooth_brick:2 would do what you want. In the future we'll add /plot decorate biome which will be awesome ! :P