Skip to content

Commit

Permalink
Merge pull request #144 from hackclub/the456gamer-fix-emote-disable
Browse files Browse the repository at this point in the history
remove disabled commands from plugin.yml
  • Loading branch information
polypixeldev authored Mar 4, 2023
2 parents 9160e56 + f2aa2a6 commit 494248a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.hackclub.hccore"
version = "1.1.0"
version = "1.1.1"
description = "Main plugin for the Hack Club Minecraft server."

java {
Expand Down
18 changes: 0 additions & 18 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,3 @@ commands:
stats:
description: Gets the stats of you or a specified player
usage: /stats [player] [extended|only] <statistic>
downvote:
description: Appends a downvote to your message
usage: /downvote [message]
shrug:
description: Shrug, just like /shrug in Slack
usage: /shrug [message]
tableflip:
description: Appends a tableflip to your message
usage: /tableflip [message]
upvote:
description: Appends an upvote to your message
usage: /upvote [message]
angry:
description: Appends a angry face to your message
usage: /angry [message]
flippedbytable:
description: Appends ノ┬─┬ノ ︵ (/o°o)/ to your message
usage: /flippedbytable [message]

0 comments on commit 494248a

Please sign in to comment.