Skip to content

Commit

Permalink
fix some meta borks
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 7, 2019
1 parent eff492b commit 78ad972
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
Expand Up @@ -176,7 +176,7 @@ public String getAttribute(Attribute attribute) {

// <--[tag]
// @attribute <job@job[<player>].xp>
// @returns Element(Double)
// @returns Element(Decimal)
// @description
// Returns the current experience a player has in a specified job.
// @Plugin Depenizen, Jobs
Expand All @@ -187,7 +187,7 @@ public String getAttribute(Attribute attribute) {

// <--[tag]
// @attribute <job@job.color>
// @returns Element(ChatColor)
// @returns Element
// @description
// Returns the ChatColor of the job.
// @Plugin Depenizen, Jobs
Expand Down
Expand Up @@ -78,14 +78,14 @@ public String getAttribute(Attribute attribute) {

// <--[tag]
// @attribute <p@player.factions.power>
// @returns Element(Double)
// @returns Element(Decimal)
// @description
// Returns the player's power level.
// @Plugin Depenizen, Factions
// -->
// <--[tag]
// @attribute <n@npc.factions.power>
// @returns Element(Double)
// @returns Element(Decimal)
// @description
// Returns the NPC's power level.
// @Plugin Depenizen, Factions
Expand Down
Expand Up @@ -63,7 +63,7 @@ public String getAttribute(Attribute attribute) {

// <--[tag]
// @attribute <p@player.mcmmo.level[<skill>]>
// @returns Element(Integer)
// @returns Element(Number)
// @description
// Returns the player's level in a skill. If no skill is specified,
// this returns the player's overall level.
Expand Down Expand Up @@ -113,7 +113,7 @@ else if (attribute.startsWith("xp")) {

// <--[tag]
// @attribute <p@player.mcmmo.xp[<skill>].to_next_level>
// @returns Element(Integer)
// @returns Element(Number)
// @description
// Returns the amount of experience a player needs to level up
// in a skill.
Expand All @@ -132,7 +132,7 @@ else if (attribute.startsWith("xp")) {

// <--[tag]
// @attribute <p@player.mcmmo.xp[<skill>].level>
// @returns Element(Integer)
// @returns Element(Number)
// @description
// Returns the player's experience level in a skill.
// @Plugin Depenizen, mcMMO
Expand All @@ -150,7 +150,7 @@ else if (attribute.startsWith("level")) {

// <--[tag]
// @attribute <p@player.mcmmo.xp[<skill>]>
// @returns Element(Integer)
// @returns Element(Number)
// @description
// Returns the player's amount of experience in a skill.
// @Plugin Depenizen, mcMMO
Expand All @@ -168,7 +168,7 @@ else if (player.isOnline()) {

// <--[tag]
// @attribute <p@player.mcmmo.rank[<skill>]>
// @returns Element(Integer)
// @returns Element(Number)
// @description
// Returns the player's current rank in a skill. If no skill is specified,
// this returns the player's overall rank.
Expand Down
Expand Up @@ -116,7 +116,7 @@ else if (attribute.startsWith("team")) {

// <--[tag]
// @attribute <p@player.pvparena.team.player_count>
// @returns Element(Integer)
// @returns Element(Number)
// @description
// Returns the number of players in the team.
// @Plugin Depenizen, PvP Arena
Expand Down
Expand Up @@ -81,7 +81,7 @@ public String getAttribute(Attribute attribute) {

// <--[tag]
// @attribute <p@player.combat_infect>
// @returns Element(Double)
// @returns Element(Decimal)
// @description
// Returns the value of the combat infection risk.
// @Plugin Depenizen, Vampire
Expand All @@ -92,7 +92,7 @@ public String getAttribute(Attribute attribute) {

// <--[tag]
// @attribute <p@player.combat_damage>
// @returns Element(Double)
// @returns Element(Decimal)
// @description
// Returns the value of the combat damage factor.
// @Plugin Depenizen, Vampire
Expand Down

0 comments on commit 78ad972

Please sign in to comment.