Conflicts with Worldedit
User4716 opened this issue ยท 1 comments
This mods commands conflict withworld edit //set //undo //redo ect.. can you do commands with 3 slashes or 1? or change it like this //redo- //undo-
I've added the ability to configure the format of the quick build commands. Located in the common config config/mapmakingtools-common.tml
For example:
[Commands]
[Commands."Quick Build"]
format = "qb-<cmd>"
would mean the commands would be /qb-set
, /qb-redo
etc. Use <cmd>
to represent the name of the command
This should solve your problem!