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

#499 - Implement playsound command #531

Merged
merged 4 commits into from
Jul 22, 2017
Merged

#499 - Implement playsound command #531

merged 4 commits into from
Jul 22, 2017

Conversation

FlorentClarret
Copy link
Member

Hi,

Another PR on the #499 issue. This time, I added playsound.

@aramperes aramperes self-requested a review July 17, 2017 02:42
if (args == null) {
return Collections.emptyList();
} else if (args.length == 1) {
return StringUtil.copyPartialMatches(args[0], SOUNDS, new ArrayList(SOUNDS.size()));
Copy link
Member

Choose a reason for hiding this comment

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

You can do something similar to what I did for the Give command (in order to keep the same behavior as vanilla)

@aramperes aramperes merged commit b79d4d3 into GlowstoneMC:master Jul 22, 2017
@aramperes aramperes mentioned this pull request Jul 22, 2017
53 tasks
@FlorentClarret FlorentClarret deleted the 499_commands branch July 23, 2017 05:37
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.

2 participants