You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to suggest to add the possibility to do some of the commands and operations from console, like copying/pasting schematics/chunks with certain min/max coordinates or chunk name.
I know that it is a direct extension of the api, but it would really help a lot of people.
The text was updated successfully, but these errors were encountered:
I'm thinking of adding something like: /consoleSetPosition and add the console inventory (basically simulate a player for the console). That would allow you to use 99.9% of commands. I need to look at the WE code if this is going to be possible to do. I might also be able to do it in a way that would fool other plugins to "thing" that the command is from a player.
Could be a solution. But It would be better to have direct commands like this:
//set 0,0,0 stone command
//schematic place 0,0,0 schemname
//schematic save 1,1,1 2,2,2 schemname
//schematic save chunk 1,1 schemname
//schematic place chunk 2,2 schemname
Just wanted to suggest to add the possibility to do some of the commands and operations from console, like copying/pasting schematics/chunks with certain min/max coordinates or chunk name.
I know that it is a direct extension of the api, but it would really help a lot of people.
The text was updated successfully, but these errors were encountered: