Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Chunk and schematic commands from Console #80

Open
DragonbornCommunity opened this issue Jun 23, 2016 · 3 comments
Open

Add Chunk and schematic commands from Console #80

DragonbornCommunity opened this issue Jun 23, 2016 · 3 comments
Labels

Comments

@DragonbornCommunity
Copy link

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.

@SBPrime
Copy link
Owner

SBPrime commented Jun 24, 2016

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.

@DragonbornCommunity
Copy link
Author

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

@SBPrime
Copy link
Owner

SBPrime commented Jun 24, 2016

I would rather not rewrite the template of WE commands because that will cause loads of maintenance problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants