Plugin category: Building Minecraft version: 1.11.2 Suggested name: ReplaceBrush What I want: I need an plugin, which could use a brush (at the area of the player), which only replace blocks. I didnt found something like this in worldedit (only with //pos1, ..., but it should be "instantly") Would that be possible? Ideas for commands: /replacebrush <block which to replace> <block which is getting placed> <range in blocks> (Example: I want to replace all dirt to cobblestone in a range of 10 blocks around me, so I would use "/replacebrush dirt cobblestone 10". Just to make it understandable :b) Ideas for permissions: maybe "player.brushreplace" When I'd like it by: Asap
There is a plugin similar to what you are talking about called VoxelSniper. https://dev.bukkit.org/projects/voxelsniper
Oh yes, I forgot this one. But I never used it and I actually cant find an command, which would make this possible, what I am looking for. Maybe I need to search for a while, if it even exists
Seems like Voxelsniper, worldedit or something like this dont have it, what I am looking for. Could someone make this little plugin, if thats possible?
WorldEdit has a command like that, I haven't used worldedit in a very long time so I am not sure if this command has 2 slashes or just a single slash but the command is: Code: *NOTE*: It could be with 2 slashes, you'll need to test it out /replacenear <size> <replace-type> <replace-with>
Oh, didnt found that command before. But it works fine, thank you! (Its used by two slashes) Edit: Still have one problem: I was looking for it, because I need it for an special item (which is using the command). But now, its not working for an item, because the "caller isnt a player". Can I change it somehow? Code: [13:06:05 INFO]: For parameter 'player': Caller is not a player [13:06:05 INFO]: Usage: //replacenear <size> <from-id> <to-id>