BadgeUp / badgeup-sponge-client

BadgeUp Sponge Client
https://www.badgeup.io/
MIT License
4 stars 1 forks source link

Command Award #8

Closed RobertHerhold closed 7 years ago

RobertHerhold commented 7 years ago

Allow users to specify a command to be executed on behalf of the server.

Considerations:

Example:

{
    "type": "command",
    "command": "/somecommand ${playerName}"
}
Mohron commented 7 years ago

This is absolutely crutial to my planed usage (advanced rankup system). Are you planning on making this availible soon?

RobertHerhold commented 7 years ago

@Mohron It will be going out in the next release (probably today or tomorrow)

RobertHerhold commented 7 years ago

@Mohron v1.1.0 has support for this now.

Mohron commented 7 years ago

@RobertHerhold A demo achievement should be added to showcase this new capability.

RobertHerhold commented 7 years ago

@Mohron I actually just created a demo command award and lumped it in with the "Green Thumb" achievement requiring you to plant 10 saplings. The command is time set day, which I thought was appropriate for the achievement.