Skip to content

Commit

Permalink
meta fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 4, 2020
1 parent 4a0e8e0 commit 5da1d34
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
Expand Up @@ -70,7 +70,7 @@ public void tagEvent(ReplaceableTagEvent event) {

// <--[tag]
// @attribute <essentials.list_warps>
// @returns ListTag(Element)
// @returns ListTag
// @plugin Depenizen, Essentials
// @description
// Returns a list of all Warp names.
Expand Down
Expand Up @@ -61,7 +61,7 @@ public void townyTagEvent(ReplaceableTagEvent event) {

// <--[tag]
// @attribute <towny.list_towns[<world name>]>
// @returns ListTag(Element)
// @returns ListTag
// @plugin Depenizen, Towny
// @description
// Returns a list of all towns. Optionally specify a world name.
Expand Down
Expand Up @@ -43,15 +43,15 @@ public EffectLibCommand() {
//
// @Usage
// Use to show a effect on the attached player in queue.
// - effeclib bleed duration:10s
// - effectlib bleed duration:10s
//
// @Usage
// Use to show a effect on a target entity.
// - effeclib atom target:<player.target> duration:10s
// - effectlib atom target:<player.target> duration:10s
//
// @Usage
// Use to show effect at a position of the player.
// - effeclib type:atom duration:10s location:<player.location>
// - effectlib type:atom duration:10s location:<player.location>
//
// -->

Expand Down
Expand Up @@ -32,7 +32,7 @@ public class CrackShotPlayerStartsReloadingWeaponEvent extends BukkitScriptEvent
// <context.weapon> returns the name of the weapon.
// <context.reload_speed> returns the rate at which the weapon is reloaded.
// <context.reload_time> returns the time taken to reload in ticks.
// <context.reload_sounds> returns a ListTag(ElementTag) of the reload sounds.
// <context.reload_sounds> returns a ListTag of the reload sounds.
//
// @Determine
// "RELOAD_SPEED: " + ElementTag(Number) to set the reload speed.
Expand Down
Expand Up @@ -217,7 +217,7 @@ public String getAttribute(Attribute attribute) {

// <--[tag]
// @attribute <GriefPreventionClaimTag.owner>
// @returns PlayerTag/Element
// @returns PlayerTag/ElementTag
// @mechanism GriefPreventionClaim.owner
// @Plugin Depenizen, GriefPrevention
// @description
Expand Down Expand Up @@ -307,7 +307,7 @@ public void adjust(Mechanism mechanism) {
// <--[mechanism]
// @object GriefPreventionClaim
// @name owner
// @input PlayerTag/Element
// @input PlayerTag/ElementTag
// @description
// Sets the owner of the GriefPreventionClaim.
// Accepts PlayerTag or "admin" to set as admin claim.
Expand Down
Expand Up @@ -67,7 +67,7 @@ public String getAttribute(Attribute attribute) {

// <--[tag]
// @attribute <PlayerTag.townychat.channels>
// @returns ListTag(Element)
// @returns ListTag
// @plugin Depenizen, Towny
// @description
// Returns a list of all channels the player is in.
Expand Down
Expand Up @@ -89,7 +89,7 @@ public String getAttribute(Attribute attribute) {

// <--[tag]
// @attribute <PlayerTag.mode_list>
// @returns ListTag(Element)
// @returns ListTag
// @plugin Depenizen, Towny
// @description
// Returns the player's towny modes as a list.
Expand All @@ -104,7 +104,7 @@ else if (attribute.startsWith("mode_list")) {

// <--[tag]
// @attribute <PlayerTag.nation_ranks>
// @returns ListTag(Element)
// @returns ListTag
// @plugin Depenizen, Towny
// @description
// Returns the player's nation ranks.
Expand Down Expand Up @@ -142,7 +142,7 @@ else if (attribute.startsWith("nation_ranks")) {

// <--[tag]
// @attribute <PlayerTag.town_ranks>
// @returns ListTag(Element)
// @returns ListTag
// @plugin Depenizen, Towny
// @description
// Returns the player's town ranks.
Expand Down

0 comments on commit 5da1d34

Please sign in to comment.