-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.2.3: properly compare old/new areas, cleanup for 0.2.3
- Loading branch information
Julian Weiss
committed
Feb 14, 2019
1 parent
898b96a
commit 741edfc
Showing
2 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
name: pride | ||
main: me.insanj.pride.Pride | ||
version: 0.1.0 | ||
version: 0.2.3 | ||
description: keep track of your playmates in minecraft | ||
commands: | ||
pride: | ||
description: Add a player to your pride. | ||
description: Add your current area to Pride | ||
usage: | | ||
/pride add <username> | ||
/pride remove <username> | ||
/pride add <name> |