Skip to content

Commit

Permalink
meta fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 28, 2020
1 parent dc2bbe1 commit 809e7ab
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public BossShopCommand() {
//
// @Usage
// Use to open a bossshop inventory for the linked player.
// - bossshop "MyShop"
// - bossshop MyShop
//
// -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public BungeeCommand() {
// Generally, prefer <@link command BungeeRun>.
//
// @Tags
// None
// <bungee.list_servers>
//
// @Usage
// Use to run a simple announce command on another server;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public BungeeRunCommand() {
// This command runs a task on another server on the Bungee network. Works similarly to the 'run' command.
//
// @Tags
// None
// <bungee.list_servers>
//
// @Usage
// Use to run a simple task on another server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public BungeeTagCommand() {
//
// @Tags
// <entry[saveName].result> returns the result of the parsed tag.
// <bungee.list_servers>
//
// @Usage
// Use to read a simple tag from another server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public String getAttribute(Attribute attribute) {
// <--[tag]
// @attribute <GriefPreventionClaimTag.owner>
// @returns PlayerTag/ElementTag
// @mechanism GriefPreventionClaim.owner
// @mechanism GriefPreventionClaimTag.owner
// @Plugin Depenizen, GriefPrevention
// @description
// Returns the GriefPreventionClaim's owner.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ else if (attribute.startsWith("has_target")) {
// <--[tag]
// @attribute <MythicMobsMobTag.target>
// @returns EntityTag
// @mechanism MythicMobsMobTag.target
// @plugin Depenizen, MythicMobs
// @description
// Returns the MythicMob's target.
Expand Down Expand Up @@ -269,6 +270,7 @@ else if (attribute.startsWith("entity")) {
// <--[tag]
// @attribute <MythicMobsMobTag.global_cooldown>
// @returns ElementTag(Number)
// @mechanism MythicMobsMobTag.global_cooldown
// @plugin Depenizen, MythicMobs
// @description
// Returns the MythicMob's global cooldown.
Expand Down

0 comments on commit 809e7ab

Please sign in to comment.