-
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.
added /djump to toggle DoubleJump. (permission jump.DoubleJump) May collide with fly on survival plugin If it keeps colliding, rollback to v0.0.2
- Loading branch information
Showing
3 changed files
with
44 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
name: DoubleJump | ||
author: aesoppppp | ||
version: 0.0.2 | ||
version: 0.0.3 | ||
main: jump.doublejump.DoubleJump | ||
api: [1.0.0] | ||
api: [1.0.0] | ||
|
||
commands: | ||
djump: | ||
description: Toggle Djump on and off | ||
permission: jump.Doublejump | ||
|
||
permissions: | ||
jump.Doublejump: | ||
description: "Toggle Djump on and off" | ||
default: true |