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

Added //stack command + extra #14

Merged
merged 3 commits into from
Jul 19, 2020
Merged

Conversation

Gokborg
Copy link
Contributor

@Gokborg Gokborg commented Jun 26, 2020

Added Parser::Float option for Nodes,
Added the //stack command
cargo fmt edited format of plot/mod.rs
Added the worldedit_stack function to plot/worldedit.rs
cargo fmt edited format of server.rs

Added Parser::Float option for Nodes,
Added the //stack command
cargo fmt edited format of plot/mod.rs
Added the worldedit_stack function to plot/worldedit.rs
cargo fmt edited format of server.rs
@AL1L
Copy link
Contributor

AL1L commented Jun 26, 2020

What about //stack [amount] [direction] could use the BlockFace enum when doing it and maybe //stack [amount] [direction] [pattern] to just stack things based on a pattern

@@ -121,6 +121,13 @@ impl Plot {
);
}
}
"//stack" => {
if args.len() != 1 {
self.players[player].send_error_message("//stack <amount>");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should default to 1 like normal WE does

@AL1L
Copy link
Contributor

AL1L commented Jul 5, 2020

@StackDoubleFlow @Nickster258 ?

@StackDoubleFlow StackDoubleFlow merged commit 06cb5d6 into MCHPR:master Jul 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants