Replace brush

Discussion in 'Plugin Requests' started by Dropix, Jan 30, 2018.

Thread Status:
Not open for further replies.
  1. 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
     
  2. Offline

    Conor015

  3. 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
     
  4. 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?
     
  5. Offline

    AyWuzzUp

    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>
    
     
  6. 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>
     
    Last edited: Feb 4, 2018
  7. Offline

    timtower Administrator Administrator Moderator

    @Dropix What plugin are you using for the item then?
     
  8. I am using Mythicmobs (Artifacts), which allows me for example to use commands with the item
     
  9. Offline

    Tomer Kenis

    use essentials /powertool
     
Thread Status:
Not open for further replies.

Share This Page