-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds player targeting summon commands, customizable summon messages, changes the shooting star summon to now appear directly above the player's head, and now adds the config by default upon installation
- Loading branch information
Showing
8 changed files
with
74 additions
and
36 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
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
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
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,15 +1,15 @@ | ||
name: Celeste | ||
version: 1.2 | ||
version: 1.3 | ||
api-version: 1.14 | ||
author: Idrees | ||
main: com.idreesinc.celeste.Celeste | ||
|
||
commands: | ||
shootingstar: | ||
description: Creates a shooting star near the player that summons it | ||
usage: /<command> | ||
description: Creates a shooting star near the player that summons it, or optionally near another player | ||
usage: /<command> [player] | ||
permission: celeste.shootingstar | ||
fallingstar: | ||
description: Creates a falling star near the player that summons it | ||
usage: /<command> | ||
permission: celeste.fallingstar | ||
description: Creates a falling star near the player that summons it, or optionally near another player | ||
usage: /<command> [player] | ||
permission: celeste.fallingstar |