Name | <d@duration.in_years> |
Returns | Element(Decimal) |
Description | returns the number of years in the Duration.
|
Name | <d@duration.in_weeks> |
Returns | Element(Decimal) |
Description | returns the number of weeks in the Duration.
|
Name | <d@duration.in_days> |
Returns | Element(Decimal) |
Description | returns the number of days in the Duration.
|
Name | <d@duration.in_hours> |
Returns | Element(Decimal) |
Description | returns the number of hours in the Duration.
|
Name | <d@duration.in_minutes> |
Returns | Element(Decimal) |
Description | returns the number of minutes in the Duration.
|
Name | <d@duration.in_seconds> |
Returns | Element(Decimal) |
Description | returns the number of seconds in the Duration.
|
Name | <d@duration.in_milliseconds> |
Returns | Element(Decimal) |
Description | returns the number of milliseconds in the Duration.
|
Name | <d@duration.in_ticks> |
Returns | Element(Number) |
Description | returns the number of ticks in the Duration. (20t/second)
|
Name | <d@duration.sub[<duration>]> |
Returns | Element(Number) |
Description | returns this duration minus another.
|
Name | <d@duration.add[<duration>]> |
Returns | Element(Number) |
Description | returns this duration plus another.
|
Name | <d@duration.time> |
Returns | Element |
Description | returns the date-time specified by the duration object.
|
Name | <d@duration.time.year> |
Returns | Element(Number) |
Description | Returns the current year of the time specified by the duration object.
|
Name | <d@duration.time.month> |
Returns | Element(Number) |
Description | Returns the current month of the time specified by the duration object.
|
Name | <d@duration.time.day> |
Returns | Element(Number) |
Description | Returns the current day of the time specified by the duration object.
|
Name | <d@duration.time.day_of_week> |
Returns | Element(Number) |
Description | Returns the current day-of-the-week of the time specified by the duration object.
|
Name | <d@duration.time.hour> |
Returns | Element(Number) |
Description | Returns the current hour of the time specified by the duration object.
|
Name | <d@duration.time.minute> |
Returns | Element(Number) |
Description | Returns the current minute of the time specified by the duration object.
|
Name | <d@duration.time.second> |
Returns | Element(Number) |
Description | Returns the current second of the time specified by the duration object.
|
Name | <d@duration.prefix> |
Returns | Element |
Description | Returns the prefix for this object. By default this will return 'Duration', however certain situations will
return a finer scope. All objects fetchable by the Object Fetcher will return a valid prefix for the object that is fulfilling this attribute. |
Name | <d@duration.debug> |
Returns | Element |
Description | Returns the debug entry for this object. This contains the prefix, the name of the dList object, and the
data that is held within. All objects fetchable by the Object Fetcher will return a valid debug entry for the object that is fulfilling this attribute. |
Name | <d@duration.type> |
Returns | Element |
Description | Always returns 'Duration' for Duration objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Name | <d@duration.formatted> |
Returns | Element |
Description | returns the value of the duration in an easily readable
format like 2h 30m, where minutes are only shown if there is less than a day left and seconds are only shown if there are less than 10 minutes left. |
Name | <el@element.is[<operator>].to[<element>]> |
Returns | Element(Boolean) |
Description | Takes an operator, and compares the value of the element to the supplied
element. Returns the outcome of the comparable, either true or false. For information on operators, see language/operator. Equivalent to tag/el@element.is[operator].than[element] |
Group | comparison |
Name | <el@element.is[<operator>].than[<element>]> |
Returns | Element(Boolean) |
Description | Takes an operator, and compares the value of the element to the supplied
element. Returns the outcome of the comparable, either true or false. For information on operators, see language/operator. Equivalent to tag/el@element.is[operator].to[element] |
Group | comparison |
Name | <el@element.as_element> |
Returns | Element |
Description | Returns the element as itself.
For use in special cases, generally not very useful. |
Group | conversion |
Name | <el@element.as_boolean> |
Returns | Element(Boolean) |
Description | Returns the element as true/false.
|
Group | conversion |
Name | <el@element.as_decimal> |
Returns | Element(Decimal) |
Description | Returns the element as a decimal number, or shows an error.
|
Group | conversion |
Name | <el@element.as_int> |
Returns | Element(Number) |
Description | Returns the element as a number without a decimal. Rounds decimal values.
NOTE: Please use .round_down instead of .as_int! |
Group | conversion |
Name | <el@element.as_money> |
Returns | Element(Decimal) |
Description | Returns the element as a number with two decimal places.
|
Group | conversion |
Name | <el@element.as_list> |
Returns | dList |
Description | Returns the element as a dList.
|
Group | conversion |
Name | <el@element.as_custom> |
Returns | dList |
Description | Returns the element as a custom object.
|
Group | conversion |
Name | <el@element.as_script> |
Returns | dScript |
Description | Returns the element as a dScript.
Note: the value must be a valid script. |
Group | conversion |
Name | <el@element.as_queue> |
Returns | ScriptQueue |
Description | Returns the element as a ScriptQueue.
Note: the value must be a valid ScriptQueue. |
Group | conversion |
Name | <el@element.as_duration> |
Returns | Duration |
Description | Returns the element as a Duration.
Note: the value must be a valid Duration. |
Group | conversion |
Name | <el@element.escaped> |
Returns | Element |
Description | Returns the element, escaped for safe reuse.
Inverts tag/el@element.unescaped See language/property escaping |
Group | conversion |
Name | <el@element.sql_escaped> |
Returns | Element |
Description | Returns the element, escaped for safe use in SQL.
|
Group | conversion |
Name | <el@element.unescaped> |
Returns | Element |
Description | Returns the element, unescaped.
Inverts tag/el@element.escaped See language/property escaping |
Group | conversion |
Name | <el@element.debug> |
Returns | Element |
Description | Returns a standard debug representation of the Element.
|
Group | debug |
Name | <el@element.prefix> |
Returns | Element |
Description | Returns the prefix of the element.
|
Group | debug |
Name | <el@element.difference[<element>]> |
Returns | Element(Number) |
Description | Returns a number representing the difference between the two elements. (Uses Levenshtein logic).
|
Group | element checking |
Name | <el@element.contains_any_case_sensitive_text[<element>|...]> |
Returns | Element(Boolean) |
Description | Returns whether the element contains any of a list of specified elements, case sensitive.
|
Group | element checking |
Name | <el@element.contains_any_case_sensitive[<element>|...]> |
Returns | Element(Boolean) |
Description | Returns whether the element contains any of a list of specified elements, case sensitive.
|
Group | element checking |
Name | <el@element.contains_any_text[<element>|...]> |
Returns | Element(Boolean) |
Description | Returns whether the element contains any of a list of specified elements, case insensitive.
|
Group | element checking |
Name | <el@element.contains_any[<element>|...]> |
Returns | Element(Boolean) |
Description | Returns whether the element contains any of a list of specified elements, case insensitive.
|
Group | element checking |
Name | <el@element.contains_case_sensitive_text[<element>]> |
Returns | Element(Boolean) |
Description | Returns whether the element contains a specified element, case sensitive.
|
Group | element checking |
Name | <el@element.contains_case_sensitive[<element>]> |
Returns | Element(Boolean) |
Description | Returns whether the element contains a specified element, case sensitive.
|
Group | element checking |
Name | <el@element.contains_text[<element>]> |
Returns | Element(Boolean) |
Description | Returns whether the element contains a specified element, case insensitive. Can use
regular expression by prefixing the element with regex: |
Group | element checking |
Name | <el@element.contains[<element>]> |
Returns | Element(Boolean) |
Description | Returns whether the element contains a specified element, case insensitive. Can use
regular expression by prefixing the element with regex: |
Group | element checking |
Name | <el@element.contains_all[<element>|...]> |
Returns | Element(Boolean) |
Description | Returns whether the element contains all of the specified strings, case insensitive.
|
Group | element checking |
Name | <el@element.contains_all_case_sensitive[<element>|...]> |
Returns | Element(Boolean) |
Description | Returns whether the element contains all of the specified strings, case sensitive.
|
Group | element checking |
Name | <el@element.ends_with[<element>]> |
Returns | Element(Boolean) |
Description | Returns whether the element ends with a specified element.
|
Group | element checking |
Name | <el@element.equals_case_sensitive[<element>]> |
Returns | Element(Boolean) |
Description | Returns whether the element matches another element, case-sensitive.
|
Group | element checking |
Name | <el@element.matches[<regex>]> |
Returns | Element(Boolean) |
Description | Returns whether the element matches a regex input.
|
Group | element checking |
Name | <el@element.regex[<regex>].group[<group>]> |
Returns | Element |
Description | Returns the specific group from a regex match.
Specify group 0 for the whole match. For example, <el@val[hello5world].regex[.*(\d).*].group[1]> returns '5'. |
Group | element checking |
Name | <el@element.length> |
Returns | Element(Number) |
Description | Returns the length of the element.
|
Group | element checking |
Name | <el@element.not> |
Returns | Element(Boolean) |
Description | Returns the opposite of the element
IE, true returns false and false returns true. |
Group | element checking |
Name | <el@element.and[<element>]> |
Returns | Element(Boolean) |
Description | Returns whether both the element and the second element are true.
|
Group | element checking |
Name | <el@element.or[<element>]> |
Returns | Element(Boolean) |
Description | Returns whether either the element or the second element are true.
|
Group | element checking |
Name | <el@element.xor[<element>]> |
Returns | Element(Boolean) |
Description | Returns whether the element and the second element are true and false (exclusive or).
|
Group | element checking |
Name | <el@element.starts_with[<element>]> |
Returns | Element(Boolean) |
Description | Returns whether the element starts with a specified element.
|
Group | element checking |
Name | <el@element.index_of[<element>]> |
Returns | Element(Number) |
Description | Returns the index of the first occurrence of a specified element.
Returns 0 if the element never occurs within the element. |
Group | element checking |
Name | <el@element.last_index_of[<element>]> |
Returns | Element(Number) |
Description | Returns the index of the last occurrence of a specified element.
Returns 0 if the element never occurs within the element. |
Group | element checking |
Name | <el@element.char_at[<#>]> |
Returns | Element |
Description | Returns the character at a specified index.
Returns null if the index is outside the range of the element. |
Group | element checking |
Name | <el@element.after_last[<element>]> |
Returns | Element |
Description | Returns the portion of an element after the last occurrence of a specified element.
For example: abcabc .after_last[b] returns c. |
Group | element manipulation |
Name | <el@element.after[<element>]> |
Returns | Element |
Description | Returns the portion of an element after the first occurrence of a specified element.
For example: HelloWorld .after[Hello] returns World. |
Group | element manipulation |
Name | <el@element.before_last[<element>]> |
Returns | Element |
Description | Returns the portion of an element before the last occurrence of a specified element.
For example: abcabc .before_last[b] returns abca. |
Group | element manipulation |
Name | <el@element.before[<element>]> |
Returns | Element |
Description | Returns the portion of an element before the first occurrence of specified element.
For example: abcd .before[c] returns ab. |
Group | element manipulation |
Name | <el@element.replace[((first)regex:)<element>]> |
Returns | Element |
Description | Returns the element with all instances of a element removed.
|
Group | element manipulation |
Name | <el@element.replace[((first)regex:)<element>].with[<element>]> |
Returns | Element |
Description | Returns the element with all instances of a element replaced with another.
Specify regex: at the start of the replace element to use Regex replacement. Specify firstregex: at the start of the replace element to Regex 'replaceFirst' |
Group | element manipulation |
Name | <el@element.replace_text[((first)regex:)<element>]> |
Returns | Element |
Description | Returns the element with all instances of a element removed.
|
Group | element manipulation |
Name | <el@element.replace_text[((first)regex:)<element>].with[<element>]> |
Returns | Element |
Description | Returns the element with all instances of a element replaced with another.
Specify regex: at the start of the replace element to use Regex replacement. Specify firstregex: at the start of the replace element to Regex 'replaceFirst' |
Group | element manipulation |
Name | <el@element.format_number> |
Returns | Element |
Description | Returns a number reformatted for easier reading.
For example: 1234567 will become 1,234,567. |
Group | element manipulation |
Name | <el@element.to_list> |
Returns | dList |
Description | Returns a dList of each letter in the element.
|
Group | element manipulation |
Name | <el@element.trim> |
Returns | Element |
Description | Returns the value of an element minus any leading or trailing whitespace.
|
Group | element manipulation |
Name | <el@element.to_uppercase> |
Returns | Element |
Description | Returns the value of an element in all uppercase letters.
|
Group | element manipulation |
Name | <el@element.to_lowercase> |
Returns | Element |
Description | Returns the value of an element in all lowercase letters.
|
Group | element manipulation |
Name | <el@element.to_titlecase> |
Returns | Element |
Description | Returns The Value Of An Element In Title Case.
|
Group | element manipulation |
Name | <el@element.substring[<#>(,<#>)]> |
Returns | Element |
Description | Returns the portion of an element between two element indices.
If no second index is specified, it will return the portion of an element after the specified index. |
Group | element manipulation |
Name | <el@element.pad_left[<#>]> |
Returns | Element |
Description | Returns the value of an element extended to reach a minimum specified length
by adding spaces to the left side. |
Group | element manipulation |
Name | <el@element.pad_left[<#>].with[<element>]> |
Returns | Element |
Description | Returns the value of an element extended to reach a minimum specified length
by adding a specific symbol to the left side. |
Group | string manipulation |
Name | <el@element.pad_right[<#>]> |
Returns | Element |
Description | Returns the value of an element extended to reach a minimum specified length
by adding spaces to the right side. |
Group | element manipulation |
Name | <el@element.pad_right[<#>].with[<element>]> |
Returns | Element |
Description | Returns the value of an element extended to reach a minimum specified length
by adding a specific symbol to the right side. |
Group | element manipulation |
Name | <el@element.abs> |
Returns | Element(Decimal) |
Description | Returns the absolute value of the element.
|
Group | math |
Name | <el@element.max[<#.#>]> |
Returns | Element(Decimal) |
Description | Returns the higher number: this element or the specified one.
|
Group | math |
Name | <el@element.min[<#.#>]> |
Returns | Element(Decimal) |
Description | Returns the lower number: this element or the specified one.
|
Group | math |
Name | <el@element.add_int[<#>]> |
Returns | Element(Number) |
Description | Returns the element plus a number, using integer math.
|
Group | math |
Name | <el@element.div_int[<#>]> |
Returns | Element(Number) |
Description | Returns the element divided by a number.
|
Group | math |
Name | <el@element.mul_int[<#>]> |
Returns | Element(Number) |
Description | Returns the element multiplied by a number.
|
Group | math |
Name | <el@element.sub_int[<#>]> |
Returns | Element(Number) |
Description | Returns the element minus a number.
|
Group | math |
Name | <el@element.add[<#.#>]> |
Returns | Element(Decimal) |
Description | Returns the element plus a number.
|
Group | math |
Name | <el@element.div[<#.#>]> |
Returns | Element(Decimal) |
Description | Returns the element divided by a number.
|
Group | math |
Name | <el@element.mod[<#.#>]> |
Returns | Element(Decimal) |
Description | Returns the remainder of the element divided by a number.
|
Group | math |
Name | <el@element.mul[<#.#>]> |
Returns | Element(Decimal) |
Description | Returns the element multiplied by a number.
|
Group | math |
Name | <el@element.sub[<#.#>]> |
Returns | Element(Decimal) |
Description | Returns the element minus a number.
|
Group | math |
Name | <el@element.sqrt> |
Returns | Element(Decimal) |
Description | Returns the square root of the element.
|
Group | math |
Name | <el@element.log[<#.#>]> |
Returns | Element(Decimal) |
Description | Returns the logarithm of the element, with the base of the specified number.
|
Group | math |
Name | <el@element.ln> |
Returns | Element(Decimal) |
Description | Returns the natural logarithm of the element.
|
Group | math |
Name | <el@element.power[<#.#>]> |
Returns | Element(Decimal) |
Description | Returns the element to the power of a number.
|
Group | math |
Name | <el@element.asin> |
Returns | Element(Decimal) |
Description | Returns the arc-sine of the element.
|
Group | math |
Name | <el@element.acos> |
Returns | Element(Decimal) |
Description | Returns the arc-cosine of the element.
|
Group | math |
Name | <el@element.atan> |
Returns | Element(Decimal) |
Description | Returns the arc-tangent of the element.
|
Group | math |
Name | <el@element.cos> |
Returns | Element(Decimal) |
Description | Returns the cosine of the element.
|
Group | math |
Name | <el@element.sin> |
Returns | Element(Decimal) |
Description | Returns the sine of the element.
|
Group | math |
Name | <el@element.tan> |
Returns | Element(Decimal) |
Description | Returns the tangent of the element.
|
Group | math |
Name | <el@element.to_degrees> |
Returns | Element(Decimal) |
Description | Converts the element from radians to degrees.
|
Group | math |
Name | <el@element.to_radians> |
Returns | Element(Decimal) |
Description | Converts the element from degrees to radians.
|
Group | math |
Name | <el@element.round_up> |
Returns | Element(Number) |
Description | Rounds a decimal upward.
|
Group | math |
Name | <el@element.round_down> |
Returns | Element(Number) |
Description | Rounds a decimal downward.
|
Group | math |
Name | <el@element.atan2[<#.#>]> |
Returns | Element(Decimal) |
Description | Interprets the element to be a Y value and the input value to be an X value (meaning: <Y.atan2[X]>),
and returns an angle representing the vector of (X,Y). |
Group | math |
Name | <el@element.round_to[<#>]> |
Returns | Element(Decimal) |
Description | Rounds a decimal to the specified place.
|
Group | math |
Name | <el@element.round> |
Returns | Element(Number) |
Description | Rounds a decimal.
|
Group | math |
Name | <el@element.base64_encode> |
Returns | Element |
Description | Encodes the element using Base64 encoding.
|
Group | conversion |
Name | <el@element.base64_decode> |
Returns | Element |
Description | Decodes the element using Base64 encoding. Must be valid Base64 input.
|
Group | conversion |
Name | <el@element.hex_encode> |
Returns | Element |
Description | Encodes the element using hexadecimal encoding.
|
Group | conversion |
Name | <el@element.hex_decode> |
Returns | Element |
Description | Decodes the element using hexadecimal encoding. Must be valid hexadecimal input.
|
Group | conversion |
Name | <el@element.url_encode> |
Returns | Element |
Description | Encodes the element using URL encoding.
|
Group | conversion |
Name | <el@element.url_decode> |
Returns | Element |
Description | Decodes the element using URL encoding. Must be valid URL-encoded input.
|
Group | conversion |
Name | <el@element.type> |
Returns | Element |
Description | Always returns 'Element' for Element objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Name | <el@element.split[(regex:)<string>].limit[<#>]> |
Returns | dList |
Description | Returns a list of portions of this element, split by the specified string,
and capped at the specified number of max list items. |
Group | string manipulation |
Name | <el@element.split[(regex:)<string>]> |
Returns | dList |
Description | Returns a list of portions of this element, split by the specified string.
|
Group | string manipulation |
Name | <li@list.space_separated> |
Returns | Element |
Description | returns the list in a cleaner format, separated by spaces.
For example: a list of "one|two|three" will return "one two three". |
Name | <li@list.separated_by[<text>]> |
Returns | Element |
Description | returns the list formatted, with each item separated by the defined text.
For example: <li@bob|jacob|mcmonkey.separated_by[ and ]> will return "bob and jacob and mcmonkey". |
Name | <li@list.comma_separated> |
Returns | Element |
Description | returns the list in a cleaner format, separated by commas.
For example: a list of "one|two|three" will return "one, two, three". |
Name | <li@list.unseparated> |
Returns | Element |
Description | returns the list in a less clean format, separated by nothing.
For example: a list of "one|two|three" will return "onetwothree". |
Name | <li@list.get_sub_items[<#>]> |
Returns | dList |
Description | returns a list of the specified sub items in the list, as split by the
forward-slash character (/). For example: .get_sub_items[1] on a list of "one/alpha|two/beta" will return "one|two". |
Name | <li@list.get_sub_items[<#>].split_by[<element>]> |
Returns | dList |
Description | returns a list of the specified sub item in the list, allowing you to specify a
character in which to split the sub items by. WARNING: When setting your own split character, make note that it is CASE SENSITIVE. For example: .get_sub_items[1].split_by[-] on a list of "one-alpha|two-beta" will return "one|two". |
Name | <li@list.map_get[<element>]> |
Returns | Element |
Description | Returns the element split by the / symbol's value for the matching input element.
TODO: Clarify For example: li@one/a|two/b.map_get[one] returns a. |
Name | <li@list.map_get[<element>].split_by[<element>]> |
Returns | Element |
Description | Returns the element split by the given symbol's value for the matching input element.
TODO: Clarify For example: li@one/a|two/b.map_get[one].split_by[/] returns a. |
Name | <li@list.map_find_key[<element>]> |
Returns | Element |
Description | Returns the element split by the / symbol's value for the matching input element.
TODO: Clarify For example: li@one/a|two/b.map_find_key[a] returns one. |
Name | <li@list.map_find_key[<element>].split_by[<element>]> |
Returns | Element |
Description | Returns the element split by the given symbol's value for the matching input element.
TODO: Clarify For example: li@one/a|two/b.map_find_key[a].split_by[/] returns one. |
Name | <li@list.size> |
Returns | Element(Number) |
Description | returns the size of the list.
For example: a list of "one|two|three" will return "3". |
Name | <li@list.is_empty> |
Returns | Element(Boolean) |
Description | returns whether the list is empty.
For example: a list of "" returns true, while "one" returns false. |
Name | <li@list.insert[...|...].at[<#>]> |
Returns | dList |
Description | returns a new dList with the items specified inserted to the specified location.
For example: .insert[two|three].at[2] on a list of "one|four" will return "one|two|three|four". |
Name | <li@list.set[...|...].at[<#>]> |
Returns | dList |
Description | returns a new dList with the items specified inserted to the specified location, replacing the element
already at that location. For example: .set[potato].at[2] on a list of "one|two|three" will return "one|potato|three". |
Name | <li@list.include[...|...]> |
Returns | dList |
Description | returns a new dList including the items specified.
For example: .include[three|four] on a list of "one|two" will return "one|two|three|four". |
Name | <li@list.exclude[...|...]> |
Returns | dList |
Description | returns a new dList excluding the items specified.
For example: .exclude[two|four] on a list of "one|two|three|four" will return "one|three". |
Name | <li@list.remove[<#>|...]> |
Returns | dList |
Description | returns a new dList excluding the items at the specified index.
For example: .remove[2] on a list of "one|two|three|four" will return "one|three|four". Also supports [first] and [last] values. |
Name | <li@list.replace[(regex:)<element>]> |
Returns | Element |
Description | Returns the list with all instances of an element removed.
Specify regex: at the start of the replace element to replace elements that match the Regex. |
Name | <li@list.replace[(regex:)<element>].with[<element>]> |
Returns | dList |
Description | Returns the list with all instances of an element replaced with another.
Specify regex: at the start of the replace element to replace elements that match the Regex. |
Name | <li@list.reverse> |
Returns | dList |
Description | returns a copy of the list, with all items placed in opposite order.
For example: a list of "one|two|three" will become "three|two|one". |
Name | <li@list.deduplicate> |
Returns | dList |
Description | returns a copy of the list with any duplicate items removed.
For example: a list of "one|one|two|three" will become "one|two|three". |
Name | <li@list.get[<#>|...]> |
Returns | dObject |
Description | returns an element of the value specified by the supplied context.
For example: .get[1] on a list of "one|two" will return "one", and .get[2] will return "two" Specify more than one index to get a list of results. |
Name | <li@list.get[<#>].to[<#>]> |
Returns | dList |
Description | returns all elements in the range from the first index to the second.
For example: .get[1].to[3] on a list of "one|two|three|four" will return "one|two|three" |
Name | <li@list.find_all_partial[<element>]> |
Returns | dList(Element(Number)) |
Description | returns all the numbered locations of elements that contain the text within a list,
or an empty list if the list does not contain that item. For example: .find_all_partial[tw] on a list of "one|two|three|two" will return "2|4". TODO: Take multiple inputs? Or a regex? |
Name | <li@list.find_all[<element>]> |
Returns | dList(Element(Number)) |
Description | returns all the numbered locations of elements that match the text within a list,
or an empty list if the list does not contain that item. For example: .find_all[two] on a list of "one|two|three|two" will return "2|4". TODO: Take multiple inputs? Or a regex? |
Name | <li@list.find_partial[<element>]> |
Returns | Element(Number) |
Description | returns the numbered location of the first partially matching element within a list,
or -1 if the list does not contain that item. For example: .find_partial[tw] on a list of "one|two|three" will return "2". TODO: Take multiple inputs? Or a regex? |
Name | <li@list.find[<element>]> |
Returns | Element(Number) |
Description | returns the numbered location of an element within a list,
or -1 if the list does not contain that item. For example: .find[two] on a list of "one|two|three" will return "2". TODO: Take multiple inputs? Or a regex? |
Name | <li@list.count[<element>]> |
Returns | Element(Number) |
Description | returns how many times in the sub-list occurs.
For example: a list of "one|two|two|three" .count[two] returns 2. |
Name | <li@list.sum> |
Returns | Element(Number) |
Description | returns the sum of all numbers in the list.
|
Name | <li@list.average> |
Returns | Element(Number) |
Description | returns the average of all numbers in the list.
|
Name | <li@list.first> |
Returns | dObject |
Description | returns the first element in the list.
If the list is empty, returns null instead. For example: a list of "one|two|three" will return "one". Effectively equivalent to .get[1] |
Name | <li@list.last> |
Returns | dObject |
Description | returns the last element in the list.
If the list is empty, returns null instead. For example: a list of "one|two|three" will return "three". Effectively equivalent to .get[<list.size>] |
Name | <li@list.numerical> |
Returns | dList |
Description | returns the list sorted to be in numerical order.
For example: a list of "3|2|1|10" will return "1|2|3|10". |
Name | <li@list.alphanumeric> |
Returns | Element |
Description | returns the list sorted to be in alphabetical/numerical order.
For example: a list of "b|c|a10|a1" will return "a1|a10|b|c". |
Name | <li@list.alphabetical> |
Returns | Element |
Description | returns the list sorted to be in alphabetical order.
For example: a list of "c|d|q|a|g" will return "a|c|d|g|q". |
Name | <li@list.sort_by_number[<tag>]> |
Returns | dList |
Description | returns a copy of the list, sorted such that the lower numbers appear first, and the higher numbers appear last.
Rather than sorting based on the item itself, it sorts based on a tag attribute read from within the object being read. For example, you might sort a list of players based on the amount of money they have, via .sort_by_number[money] on the list of valid players. |
Name | <li@list.sort[<procedure>]> |
Returns | dList |
Description | returns a list sorted according to the return values of a procedure.
The <procedure> should link a procedure script that takes two definitions each of which will be an item in the list, and returns -1, 0, or 1 based on whether the second item should be added. EG, if a procedure with definitions "one" and "two" returned -1, it would place "two" after "one". Note that this uses some complex internal sorting code that could potentially throw errors if the procedure does not return consistently - EG, if "one" and "two" returned 1, but "two" and "one" returned 1 as well - obviously, "two" can not be both before AND after "one"! Note that the script should ALWAYS return -1, 0, or 1, or glitches could happen! Note that if two inputs are exactly equal, the procedure should always return 0. |
Name | <li@list.sort[<procedure>].context[<context>]> |
Returns | Element |
Description | Sort a list, with context. See tag/li@list.sort[procedure] for general sort details.
|
Name | <li@list.filter[<tag>]> |
Returns | dList |
Description | returns a copy of the list with all its contents parsed through the given tag and only including ones that returned 'true'.
For example: a list of '1|2|3|4|5' .filter[is[or_more].than[3]] returns a list of '3|4|5'. |
Name | <li@list.parse[<tag>]> |
Returns | dList |
Description | returns a copy of the list with all its contents parsed through the given tag.
For example: a list of 'one|two' .parse[to_uppercase] returns a list of 'ONE|TWO'. |
Name | <li@list.pad_left[<#>]> |
Returns | dList |
Description | Returns a dList extended to reach a minimum specified length
by adding entries to the left side. |
Name | <li@list.pad_left[<#>].with[<element>]> |
Returns | dList |
Description | Returns a dList extended to reach a minimum specified length
by adding a specific entry to the left side. |
Name | <li@list.pad_right[<#>]> |
Returns | dList |
Description | Returns a dList extended to reach a minimum specified length
by adding entries to the right side. |
Name | <li@list.pad_right[<#>].with[<element>]> |
Returns | dList |
Description | Returns a dList extended to reach a minimum specified length
by adding a specific entry to the right side. |
Name | <li@list.escape_contents> |
Returns | dList |
Description | returns a copy of the list with all its contents escaped.
Inverts tag/li@list.unescape_contents. See language/property escaping. |
Name | <li@list.unescape_contents> |
Returns | dList |
Description | returns a copy of the list with all its contents unescaped.
Inverts tag/li@list.escape_contents. See language/property escaping. |
Name | <li@list.contains_any_case_sensitive[<element>|...]> |
Returns | Element(Boolean) |
Description | returns whether the list contains any of a list of given elements, case-sensitive.
|
Name | <li@list.contains_any[<element>|...]> |
Returns | Element(Boolean) |
Description | returns whether the list contains any of a list of given elements.
|
Name | <li@list.contains_case_sensitive[<element>]> |
Returns | Element(Boolean) |
Description | returns whether the list contains a given element, case-sensitive.
|
Name | <li@list.contains[<element>|...]> |
Returns | Element(Boolean) |
Description | returns whether the list contains all of the given elements.
|
Name | <li@list.type> |
Returns | Element |
Description | Always returns 'List' for dList objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Name | <li@list.random[<#>]> |
Returns | dObject |
Description | Gets a random item in the list and returns it as an Element.
Optionally, add [<#>] to get a list of multiple randomly chosen elements. For example: .random on a list of "one|two" could return EITHER "one" or "two" - different each time! For example: .random[2] on a list of "one|two|three" could return "one|two", "two|three", OR "one|three" - different each time! For example: .random[9999] on a list of "one|two|three" could return "one|two|three", "one|three|two", "two|one|three", "two|three|one", "three|two|one", OR "three|one|two" - different each time! |
Name | <li@list.closest_to[<text>]> |
Returns | Element |
Description | Returns the item in the list that seems closest to the given value.
Particularly useful for command handlers, "<li@c1|c2|c3|[...].closest_to[<argument>]>" to get the best option as "did you mean" suggestion. For example, "<li@dance|quit|spawn.closest_to[spwn]>" returns "spawn". Be warned that this will always return /something/, excluding the case of an empty list, which will return an empty element. Uses the logic of tag "el@element.difference"! You can use that tag to add an upper limit on how different the strings can be. |
Name | <li@list.prefix> |
Returns | Element |
Description | Returns the prefix for this object. By default this will return 'List', however certain situations will
return a finer scope. All objects fetchable by the Object Fetcher will return a valid prefix for the object that is fulfilling this attribute. |
Name | <li@list.debug> |
Returns | Element |
Description | Returns the debug entry for this object. This contains the prefix, the name of the dList object, and the
data that is held within. All objects fetchable by the Object Fetcher will return a valid debug entry for the object that is fulfilling this attribute. |
Name | <li@list.type> |
Returns | Element |
Description | Always returns 'List' for dScript objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Name | <fl@flag_name.is_expired> |
Returns | Element(Boolean) |
Description | returns true of the flag is expired or does not exist, false if it
is not yet expired, or has no expiration. |
Name | <fl@flag_name.as_list> |
Returns | dList |
Description | returns a dList containing the items in the flag.
|
Name | <s@script.container_type> |
Returns | Element |
Description | Returns the type of script container that is associated with this dScript object. For example: 'task', or
'world'. |
Name | <s@script.name> |
Returns | Element |
Description | Returns the name of the script container.
|
Name | <s@script.relative_filename> |
Returns | Element |
Description | Returns the filename that contains the script, relative to the denizen/ folder.
|
Name | <s@script.filename> |
Returns | Element |
Description | Returns the absolute filename that contains the script.
|
Name | <s@script.original_name> |
Returns | Element |
Description | Returns the originally cased script name.
|
Name | <s@script.constant[<constant_name>]> |
Returns | Element or dList |
Description | Returns the value of the constant as either an Element or dList.
A constant is a script key under the 'default constants' node. For example: myscript: type: task default constants: myconstant: myvalue |
Name | <s@script.yaml_key[<constant_name>]> |
Returns | dObject |
Description | Returns the value of the script's YAML as either an Element or dList.
|
Name | <s@script.list_keys[<constant_name>]> |
Returns | dList |
Description | Returns a list of all keys within a script.
|
Name | <s@script.list_deep_keys[<constant_name>]> |
Returns | dList |
Description | Returns a list of all keys within a script, searching recursively.
|
Name | <s@script.to_json> |
Returns | Element |
Description | Converts the YAML Script Container to a JSON array.
Best used with 'yaml data' type scripts. |
Name | <s@script.to_text> |
Returns | Element |
Description | Converts the YAML Script Container to raw YAML text.
Best used with 'yaml data' type scripts. |
Name | <s@script.debug> |
Returns | Element |
Description | Returns the debug entry for this object. This contains the prefix, the name of the dScript object, and the
type of ScriptContainer is held within. All objects fetchable by the Object Fetcher will return a valid debug entry for the object that is fulfilling this attribute. |
Name | <s@script.prefix> |
Returns | Element |
Description | Returns the prefix for this object. By default this will return 'Script', however certain situations will
return a finer scope. All objects fetchable by the Object Fetcher will return a valid prefix for the object that is fulfilling this attribute. |
Name | <s@script.type> |
Returns | Element |
Description | Always returns 'Script' for dScript objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Name | <s@script.list_queues> |
Returns | dList(Queue) |
Description | Returns all queues which are running for this script.
|
Name | <q@queue.id> |
Returns | Element |
Description | Returns the id of the queue.
|
Name | <q@queue.size> |
Returns | Element |
Description | Returns the number of script entries in the queue.
|
Name | <q@queue.start_time> |
Returns | Duration |
Description | Returns the time this queue started as a duration.
|
Name | <q@queue.state> |
Returns | Element |
Description | Returns 'stopping', 'running', 'paused', or 'unknown'.
|
Name | <q@queue.script> |
Returns | dScript |
Description | Returns the script that started this queue.
|
Name | <q@queue.commands> |
Returns | dList |
Description | Returns a list of commands waiting in the queue.
|
Name | <q@queue.definitions> |
Returns | dList |
Description | Returns the names of all definitions that were passed to the current queue.
|
Name | <q@queue.definition[<definition>]> |
Returns | dObject |
Description | Returns the value of the specified definition.
Returns null if the queue lacks the definition. |
Name | <q@queue.determination> |
Returns | dObject |
Description | Returns the value that has been determined via command/Determine
for this queue, or null if there is none. The object will be returned as the most-valid type based on the input. |
Name | <q@queue.determinable> |
Returns | Element(Boolean) |
Description | Returns true if this queue currently supports using the Determine command.
|
Name | <q@queue.speed> |
Returns | Duration |
Description | Returns the speed of the queue as a Duration. A return of '0' implies it is 'instant'.
|
Name | <q@queue.type> |
Returns | Element |
Description | Returns the type of queue.
|
Name | <definition[<name>]> |
Returns | dObject |
Description | Returns a definition from the current queue.
The object will be returned as the most-valid type based on the input. |
Name | <definition[<name>].exists> |
Returns | Element(Boolean) |
Description | Returns whether a definition exists for the given definition name.
|
Name | <escape:<text_to_escape>> |
Returns | Element |
Description | Returns the text simply escaped to prevent tagging conflicts.
See language/Property Escaping |
Name | <unescape:<escaped_text>> |
Returns | Element |
Description | Returns the text with escaping removed.
See language/Property Escaping |
Name | <proc[procedurescript].context[<element>|...]> |
Returns | dObject |
Description | Returns the 'determine' result of a procedure script with the given context.
See example/Using Procedure Scripts. |
Name | <proc[procedurescript]> |
Returns | dObject |
Description | Returns the 'determine' result of a procedure script.
See example/Using Procedure Scripts. |
Name | <queue.exists[<queue_id>]> |
Returns | Element(Boolean) |
Description | Returns whether the specified queue exists.
|
Name | <queue.stats> |
Returns | Element |
Description | Returns stats for all queues during this server session
|
Name | <queue.list> |
Returns | dList(Queue) |
Description | Returns a list of all currently running queues on the server.
|
Name | <util.random.int[<#>].to[<#>]> |
Returns | Element(Number) |
Description | Returns a random number between the 2 specified numbers, inclusive.
For example: random.int[1].to[3] could return 1, 2, or 3. |
Name | <util.random.decimal[<#>].to[<#>]> |
Returns | Element(Decimal) |
Description | Returns a random number between the 2 specified numbers, inclusive.
For example: random.decimal[1].to[2] could return 1.5, 1.75, or a massive number of other options. |
Name | <util.random.decimal> |
Returns | Element |
Description | Returns a random decimal number from 0 to 1
|
Name | <util.random.gauss> |
Returns | Element |
Description | Returns a random decimal number with a gaussian distribution.
70% of all results will be within the range of -1 to 1. |
Name | <util.random.uuid> |
Returns | Element |
Description | Returns a random unique ID.
|
Name | <util.random.duuid> |
Returns | Element |
Description | Returns a random 'denizen' unique ID, which is made of a randomly generated sentence.
|
Name | <util.pi> |
Returns | Element |
Description | Returns PI: 3.14159265358979323846
|
Name | <util.tau> |
Returns | Element |
Description | Returns Tau: 6.28318530717958647692
|
Name | <util.e> |
Returns | Element |
Description | Returns e: 2.7182818284590452354
|
Name | <util.date> |
Returns | Element |
Description | Returns the current system date.
|
Name | <util.date.time> |
Returns | Element |
Description | Returns the current system time.
|
Name | <util.date.time.twentyfour_hour> |
Returns | Element |
Description | Returns the current system time in 24-hour format.
|
Name | <util.date.time.year> |
Returns | Element(Number) |
Description | Returns the current year of the system time.
|
Name | <util.date.time.month> |
Returns | Element(Number) |
Description | Returns the current month of the system time.
|
Name | <util.date.time.week> |
Returns | Element(Number) |
Description | Returns the current week of the system time.
|
Name | <util.date.time.day_of_week> |
Returns | Element(Number) |
Description | Returns the current day-of-the-week of the system time.
|
Name | <util.date.time.day> |
Returns | Element(Number) |
Description | Returns the current day of the system time.
|
Name | <util.date.time.hour> |
Returns | Element(Number) |
Description | Returns the current hour of the system time.
|
Name | <util.date.time.minute> |
Returns | Element(Number) |
Description | Returns the current minute of the system time.
|
Name | <util.date.time.second> |
Returns | Element(Number) |
Description | Returns the current second of the system time.
|
Name | <util.date.time.duration> |
Returns | Duration |
Description | Returns the current system time as a duration.
To get the exact millisecond count, use tag/server.current_time_millis. |
Name | <util.date.time.zone> |
Returns | Element |
Description | Returns the abbreviated timezone of the server.
|
Name | <util.date.time.formatted_zone> |
Returns | Element |
Description | Returns the timezone of the server.
|
Name | <util.date.format[<format>]> |
Returns | |
Description | Returns the current system time, formatted as specified
Example format: [EEE, MMM d, yyyy K:mm a] will become "Mon, Jan 1, 2112 0:01 AM" |
Name | <b@biome.downfall_type> |
Returns | Element |
Description | Returns this biome's downfall type for when a world has weather.
This can be RAIN, SNOW, or NONE. |
Name | <b@biome.humidity> |
Returns | Element(Decimal) |
Description | Returns the humidity of this biome.
|
Name | <b@biome.temperature> |
Returns | Element(Decimal) |
Description | Returns the temperature of this biome.
|
Name | <b@biome.spawnable_entities> |
Returns | dList(dEntity) |
Description | Returns all entities that spawn naturally in this biome.
|
Name | <b@biome.spawnable_entities.ambient> |
Returns | dList(dEntity) |
Description | Returns the entities that spawn naturally in ambient locations.
Default examples: BAT |
Name | <b@biome.spawnable_entities.creatures> |
Returns | dList(dEntity) |
Description | Returns the entities that spawn naturally in creature locations.
Default examples: PIG, COW, CHICKEN... |
Name | <b@biome.spawnable_entities.monsters> |
Returns | dList(dEntity) |
Description | Returns the entities that spawn naturally in monster locations.
Default examples: CREEPER, ZOMBIE, SKELETON... |
Name | <b@biome.spawnable_entities.water> |
Returns | dList(dEntity) |
Description | Returns the entities that spawn naturally in underwater locations.
Default examples: SQUID |
Name | <ch@chunk.add[<#>,<#>]> |
Returns | dChunk |
Description | Returns the chunk with the specified coordinates added to it.
|
Name | <ch@chunk.sub[<#>,<#>]> |
Returns | dChunk |
Description | Returns the chunk with the specified coordinates subtracted from it.
|
Name | <ch@chunk.is_loaded> |
Returns | Element(Boolean) |
Description | Returns true if the chunk is currently loaded into memory.
|
Name | <ch@chunk.x> |
Returns | Element(Number) |
Description | Returns the x coordinate of the chunk.
|
Name | <ch@chunk.z> |
Returns | Element(Number) |
Description | Returns the z coordinate of the chunk.
|
Name | <ch@chunk.world> |
Returns | dWorld |
Description | Returns the world associated with the chunk.
|
Name | <ch@chunk.cuboid> |
Returns | dCuboid |
Description | Returns a cuboid of this chunk.
|
Name | <ch@chunk.entities> |
Returns | dList(dEntity) |
Description | Returns a list of entities in the chunk.
|
Name | <ch@chunk.living_entities> |
Returns | dList(dEntity) |
Description | Returns a list of living entities in the chunk. This includes Players, mobs, NPCs, etc., but excludes
dropped items, experience orbs, etc. |
Name | <ch@chunk.players> |
Returns | dList(dPlayer) |
Description | Returns a list of players in the chunk.
|
Name | <ch@chunk.height_map> |
Returns | dList |
Description | Returns a list of the height of each block in the chunk.
|
Name | <ch@chunk.average_height> |
Returns | Element(Decimal) |
Description | Returns the average height of the blocks in the chunk.
|
Name | <ch@chunk.is_flat[#]> |
Returns | Element(Boolean) |
Description | scans the heights of the blocks to check variance between them. If no number is supplied, is_flat will return
true if all the blocks are less than 2 blocks apart in height. Specifying a number will modify the number criteria for determining if it is flat. |
Name | <ch@chunk.surface_blocks> |
Returns | dList(dLocation) |
Description | Returns a list of the highest non-air surface blocks in the chunk.
|
Name | <ch@chunk.spawn_slimes> |
Returns | dList(dLocation) |
Description | Returns whether the chunk is a specially located 'slime spawner' chunk.
|
Name | <ch@chunk.type> |
Returns | Element |
Description | Always returns 'Chunk' for dChunk objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Name | <co@color.red> |
Returns | Element(Number) |
Description | Returns the red value of this color.
|
Name | <co@color.green> |
Returns | Element(Number) |
Description | Returns the green value of this color.
|
Name | <co@color.blue> |
Returns | Element(Number) |
Description | Returns the blue value of this color.
|
Name | <co@color.rgb> |
Returns | Element |
Description | Returns the RGB value of this color.
EG, 255,0,255 |
Name | <co@color.hue> |
Returns | Element(Number) |
Description | Returns the hue value of this color.
|
Name | <co@color.saturation> |
Returns | Element(Number) |
Description | Returns the saturation value of this color.
|
Name | <co@color.brightness> |
Returns | Element(Number) |
Description | Returns the brightness value of this color.
|
Name | <co@color.hsv> |
Returns | Element |
Description | Returns the HSV value of this color.
EG, 100,100,255 |
Name | <co@color.name> |
Returns | Element |
Description | Returns the name of this color (or red,green,blue if none).
|
Name | <co@color.mix[<color>]> |
Returns | dColor |
Description | Returns the color that results if you mix this color with another.
|
Name | <co@color.to_particle_offset> |
Returns | dLocation |
Description | Returns the color as a particle offset, for use with PlayEffect.
|
Name | <co@color.type> |
Returns | Element |
Description | Always returns 'Color' for dColor objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Name | <cu@cuboid.blocks[<material>|...]> |
Returns | dList(dLocation) |
Description | Returns each block location within the dCuboid.
Optionally, specify a list of materials to only return locations with that block type. |
Name | <cu@cuboid.members_size> |
Returns | Element(Number) |
Description | Returns the number of cuboids defined in the dCuboid.
|
Name | <cu@cuboid.member[<#>]> |
Returns | dCuboid |
Description | Returns a new dCuboid of a single member of this dCuboid. Just specify an index.
|
Name | <cu@cuboid.spawnable_blocks[<material>|...]> |
Returns | dList(dLocation) |
Description | Returns each dLocation within the dCuboid that is
safe for players or similar entities to spawn in. Optionally, specify a list of materials to only return locations with that block type. |
Name | <cu@cuboid.outline> |
Returns | dList(dLocation) |
Description | Returns each block location on the outline of the dCuboid.
|
Name | <cu@cuboid.filter> |
Returns | dList(dLocation) |
Description | Returns the block locations from the dCuboid's filter.
|
Name | <cu@cuboid.intersects[<cuboid>]> |
Returns | Element(Boolean) |
Description | Returns whether this cuboid and another intersect.
|
Name | <cu@cuboid.contains_location[<location>]> |
Returns | Element(Boolean) |
Description | Returns whether this cuboid contains a location.
|
Name | <cu@cuboid.is_within[<cuboid>]> |
Returns | Element(Boolean) |
Description | Returns whether this cuboid is fully inside another cuboid.
|
Name | <cu@cuboid.center[<index>]> |
Returns | dLocation |
Description | Returns the center location. If a single-member dCuboid, no index is required.
If wanting the center of a specific member, just specify an index. |
Name | <cu@cuboid.size[<index>]> |
Returns | dLocation |
Description | Returns the size of the cuboid. If a single-member dCuboid, no index is required.
If wanting the center of a specific member, just specify an index. Effectively equivalent to: (max - min) + (1,1,1) |
Name | <cu@cuboid.max[<index>]> |
Returns | dLocation |
Description | Returns the highest-numbered corner location. If a single-member dCuboid, no
index is required. If wanting the max of a specific member, just specify an index. |
Name | <cu@cuboid.min[<index>]> |
Returns | dLocation |
Description | Returns the lowest-numbered corner location. If a single-member dCuboid, no
index is required. If wanting the min of a specific member, just specify an index. |
Name | <cu@cuboid.include[<location>]> |
Returns | dCuboid |
Description | Expands the first member of the dCuboid to contain the given location, and returns the expanded cuboid.
|
Name | <cu@cuboid.list_players> |
Returns | dList(dPlayer) |
Description | Gets a list of all players currently within the dCuboid.
|
Name | <cu@cuboid.list_npcs> |
Returns | dList(dNPC) |
Description | Gets a list of all NPCs currently within the dCuboid.
|
Name | <cu@cuboid.list_entities[<entity>|...]> |
Returns | dList(dEntity) |
Description | Gets a list of all entities currently within the dCuboid, with
an optional search parameter for the entity type. |
Name | <cu@cuboid.list_living_entities> |
Returns | dList(dEntity) |
Description | Gets a list of all living entities currently within the dCuboid.
|
Name | <cu@cuboid.list_chunks> |
Returns | dList(dChunk) |
Description | Gets a list of all chunks entirely within the dCuboid.
|
Name | <cu@cuboid.list_partial_chunks> |
Returns | dList(dChunk) |
Description | Gets a list of all chunks partially or entirely within the dCuboid.
|
Name | <cu@cuboid.notable_name> |
Returns | Element |
Description | Gets the name of a Notable dCuboid. If the cuboid isn't noted,
this is null. |
Name | <cu@cuboid.full> |
Returns | Element |
Description | Returns a full reusable identification for this cuboid, with extra, generally useless data.
|
Group | conversion |
Name | <cu@cuboid.type> |
Returns | Element |
Description | Always returns 'Cuboid' for dCuboid objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Name | <ellipsoid@ellipsoid.blocks[<material>|...]> |
Returns | dList(dLocation) |
Description | Returns each block location within the dEllipsoid.
Optionally, specify a list of materials to only return locations with that block type. |
Name | <ellipsoid@ellipsoid.location> |
Returns | dLocation |
Description | Returns the location of the ellipsoid.
|
Name | <ellipsoid@ellipsoid.size> |
Returns | dLocation |
Description | Returns the size of the ellipsoid.
|
Name | <e@entity.debug.log> |
Returns | Element(Boolean) |
Description | Debugs the entity in the log and returns true.
|
Group | debug |
Name | <e@entity.debug.no_color> |
Returns | Element |
Description | Returns the entity's debug with no color.
|
Group | debug |
Name | <e@entity.debug> |
Returns | Element |
Description | Returns the entity's debug.
|
Group | debug |
Name | <e@entity.prefix> |
Returns | Element |
Description | Returns the prefix of the entity.
|
Group | debug |
Name | <e@entity.type> |
Returns | Element |
Description | Always returns 'Entity' for dEntity objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Name | <e@entity.entity_type> |
Returns | Element |
Description | Returns the type of the entity.
|
Group | data |
Name | <e@entity.is_spawned> |
Returns | Element(Boolean) |
Description | Returns whether the entity is spawned.
|
Group | data |
Name | <e@entity.eid> |
Returns | Element(Number) |
Description | Returns the entity's temporary server entity ID.
|
Group | data |
Name | <e@entity.uuid> |
Returns | Element |
Description | Returns the permanent unique ID of the entity.
Works with offline players. |
Group | data |
Name | <e@entity.scriptname> |
Returns | Element(Boolean) |
Description | Returns the name of the entity script that spawned this entity, if any.
|
Group | data |
Name | <e@entity.has_flag[<flag_name>]> |
Returns | Element(Boolean) |
Description | Returns true if the entity has the specified flag, otherwise returns false.
|
Name | <e@entity.flag[<flag_name>]> |
Returns | Flag dList |
Description | Returns the specified flag from the entity.
|
Name | <e@entity.list_flags[(regex:)<search>]> |
Returns | dList |
Description | Returns a list of an entity's flag names, with an optional search for
names containing a certain pattern. |
Name | <e@entity.custom_id> |
Returns | dScript/Element |
Description | If the entity has a script ID, returns the dScript of that ID.
Otherwise, returns the name of the entity type. |
Group | data |
Name | <e@entity.name> |
Returns | Element |
Description | Returns the name of the entity.
This can be a player name, an NPC name, a custom_name, or the entity type. Works with offline players. |
Group | data |
Name | <e@entity.saddle> |
Returns | dItem |
Description | If the entity is a horse or pig, returns the saddle as a dItem, or i@air if none.
|
Group | inventory |
Name | <e@entity.horse_armor> |
Returns | dItem |
Description | If the entity is a horse, returns the item equipped as the horses armor, or i@air if none.
|
Group | inventory |
Name | <e@entity.has_saddle> |
Returns | Element(Boolean) |
Description | If the entity s a pig or horse, returns whether it has a saddle equipped.
|
Group | inventory |
Name | <e@entity.item_in_hand> |
Returns | dItem |
Description | Returns the item the entity is holding, or i@air if none.
|
Group | inventory |
Name | <e@entity.item_in_offhand> |
Returns | dItem |
Description | Returns the item the entity is holding in their off hand, or i@air if none.
|
Group | inventory |
Name | <e@entity.is_trading> |
Returns | Element(Boolean) |
Description | Returns whether the villager entity is trading.
|
Name | <e@entity.trading_with> |
Returns | dPlayer |
Description | Returns the player who is trading with the villager entity, or null if it is not trading.
|
Name | <e@entity.map_trace> |
Returns | dLocation |
Description | Returns a 2D location indicating where on the map the entity's looking at.
Each coordinate is in the range of 0 to 128. |
Group | location |
Name | <e@entity.can_see[<entity>]> |
Returns | Element(Boolean) |
Description | Returns whether the entity can see the specified other entity.
|
Group | location |
Name | <e@entity.eye_location> |
Returns | dLocation |
Description | Returns the location of the entity's eyes.
|
Group | location |
Name | <e@entity.eye_height> |
Returns | Element(Boolean) |
Description | Returns the height of the entity's eyes above its location.
|
Group | location |
Name | <e@entity.location.cursor_on[<range>]> |
Returns | dLocation |
Description | Returns the location of the block the entity is looking at.
Optionally, specify a maximum range to find the location from. |
Group | location |
Name | <e@entity.location.cursor_on[<range>].ignore[<material>|...]> |
Returns | dLocation |
Description | Returns the location of the block the entity is looking at, ignoring
the specified materials along the way. Note that air is always an ignored material. Optionally, specify a maximum range to find the location from. |
Group | location |
Name | <e@entity.location.standing_on> |
Returns | dLocation |
Description | Returns the location of what the entity is standing on.
Works with offline players. |
Group | location |
Name | <e@entity.location> |
Returns | dLocation |
Description | Returns the location of the entity.
Works with offline players. |
Group | location |
Name | <e@entity.body_yaw> |
Returns | Element(Decimal) |
Description | Returns the entity's body yaw (separate from head yaw).
|
Group | location |
Name | <e@entity.velocity> |
Returns | dLocation |
Description | Returns the movement velocity of the entity.
Note: Does not accurately calculate player clientside movement velocity. |
Group | location |
Name | <e@entity.world> |
Returns | dWorld |
Description | Returns the world the entity is in. Works with offline players.
|
Group | location |
Name | <e@entity.can_pickup_items> |
Returns | Element(Boolean) |
Description | Returns whether the entity can pick up items.
|
Group | attributes |
Name | <e@entity.fallingblock_material> |
Returns | dMaterial |
Description | Returns the material of a fallingblock-type entity.
|
Group | attributes |
Name | <e@entity.fall_distance> |
Returns | Element(Decimal) |
Description | Returns how far the entity has fallen.
|
Group | attributes |
Name | <e@entity.fire_time> |
Returns | Duration |
Description | Returns the duration for which the entity will remain on fire
|
Group | attributes |
Name | <e@entity.on_fire> |
Returns | Element(Boolean) |
Description | Returns whether the entity is currently ablaze or not.
|
Group | attributes |
Name | <e@entity.leash_holder> |
Returns | dEntity |
Description | Returns the leash holder of entity.
|
Group | attributes |
Name | <e@entity.passengers> |
Returns | dList(dEntity) |
Description | Returns a list of the entity's passengers, if any.
|
Group | attributes |
Name | <e@entity.passenger> |
Returns | dEntity |
Description | Returns the entity's passenger, if any.
|
Group | attributes |
Name | <e@entity.shooter> |
Returns | dEntity |
Description | Returns the entity's shooter, if any.
|
Mechanism | This tag can be modified using mechanism/dEntity.shooter |
Group | attributes |
Name | <e@entity.left_shoulder> |
Returns | dEntity |
Description | Returns the entity on the entity's left shoulder.
Only applies to player-typed entities. NOTE: The returned entity will not be spawned within the world, so most operations are invalid unless the entity is first spawned in. |
Name | <e@entity.right_shoulder> |
Returns | dEntity |
Description | Returns the entity on the entity's right shoulder.
Only applies to player-typed entities. NOTE: The returned entity will not be spawned within the world, so most operations are invalid unless the entity is first spawned in. |
Name | <e@entity.vehicle> |
Returns | dEntity |
Description | If the entity is in a vehicle, returns the vehicle as a dEntity.
|
Group | attributes |
Name | <e@entity.can_breed> |
Returns | Element(Boolean) |
Description | Returns whether the animal entity is capable of mating with another of its kind.
|
Group | attributes |
Name | <e@entity.breeding> |
Returns | Element(Boolean) |
Description | Returns whether the animal entity is trying to with another of its kind.
|
Group | attributes |
Name | <e@entity.has_passenger> |
Returns | Element(Boolean) |
Description | Returns whether the entity has a passenger.
|
Group | attributes |
Name | <e@entity.is_empty> |
Returns | Element(Boolean) |
Description | Returns whether the entity does not have a passenger.
|
Group | attributes |
Name | <e@entity.is_inside_vehicle> |
Returns | Element(Boolean) |
Description | Returns whether the entity is inside a vehicle.
|
Group | attributes |
Name | <e@entity.is_leashed> |
Returns | Element(Boolean) |
Description | Returns whether the entity is leashed.
|
Group | attributes |
Name | <e@entity.is_sheared> |
Returns | Element(Boolean) |
Description | Returns whether a sheep is sheared.
|
Group | attributes |
Name | <e@entity.is_on_ground> |
Returns | Element(Boolean) |
Description | Returns whether the entity is supported by a block.
|
Group | attributes |
Name | <e@entity.is_persistent> |
Returns | Element(Boolean) |
Description | Returns whether the entity will not be removed completely when far away from players.
|
Group | attributes |
Name | <e@entity.is_collidable> |
Returns | Element(Boolean) |
Description | Returns whether the entity is collidable.
|
Mechanism | This tag can be modified using mechanism/collidable |
Group | attributes |
Name | <e@entity.killer> |
Returns | dPlayer |
Description | Returns the player that last killed the entity.
|
Group | attributes |
Name | <e@entity.last_damage.amount> |
Returns | Element(Decimal) |
Description | Returns the amount of the last damage taken by the entity.
|
Group | attributes |
Name | <e@entity.last_damage.cause> |
Returns | Element |
Description | Returns the cause of the last damage taken by the entity.
|
Group | attributes |
Name | <e@entity.last_damage.duration> |
Returns | Duration |
Description | Returns the duration of the last damage taken by the entity.
|
Mechanism | This tag can be modified using mechanism/dEntity.no_damage_duration |
Group | attributes |
Name | <e@entity.last_damage.max_duration> |
Returns | Duration |
Description | Returns the maximum duration of the last damage taken by the entity.
|
Mechanism | This tag can be modified using mechanism/dEntity.max_no_damage_duration |
Group | attributes |
Name | <e@entity.oxygen.max> |
Returns | Duration |
Description | Returns the maximum duration of oxygen the entity can have.
Works with offline players. |
Group | attributes |
Name | <e@entity.oxygen> |
Returns | Duration |
Description | Returns the duration of oxygen the entity has left.
Works with offline players. |
Group | attributes |
Name | <e@entity.remove_when_far> |
Returns | Element(Boolean) |
Description | Returns whether the entity despawns when away from players.
|
Group | attributes |
Name | <e@entity.target> |
Returns | dEntity |
Description | Returns the target entity of the creature, if any.
Note: use <n@npc.navigator.target_entity> for NPC's. |
Group | attributes |
Name | <e@entity.time_lived> |
Returns | Duration |
Description | Returns how long the entity has lived.
|
Group | attributes |
Name | <e@entity.pickup_delay> |
Returns | Duration |
Description | Returns how long the entity has lived.
|
Group | attributes |
Name | <e@entity.gliding> |
Returns | Element(Boolean) |
Description | Returns whether this entity is gliding.
|
Mechanism | This tag can be modified using mechanism/dEntity.gliding |
Group | attributes |
Name | <e@entity.swimming> |
Returns | Element(Boolean) |
Description | Returns whether this entity is swimming.
|
Mechanism | This tag can be modified using mechanism/dEntity.swimming |
Group | attributes |
Name | <e@entity.glowing> |
Returns | Element(Boolean) |
Description | Returns whether this entity is glowing.
|
Mechanism | This tag can be modified using mechanism/dEntity.glowing |
Group | attributes |
Name | <e@entity.is_living> |
Returns | Element(Boolean) |
Description | Returns whether the entity is a living entity.
|
Group | data |
Name | <e@entity.is_monster> |
Returns | Element(Boolean) |
Description | Returns whether the entity is a hostile monster.
|
Group | data |
Name | <e@entity.is_mob> |
Returns | Element(Boolean) |
Description | Returns whether the entity is a mob (Not a player or NPC).
|
Group | data |
Name | <e@entity.is_npc> |
Returns | Element(Boolean) |
Description | Returns whether the entity is a Citizens NPC.
|
Group | data |
Name | <e@entity.is_player> |
Returns | Element(Boolean) |
Description | Returns whether the entity is a player.
Works with offline players. |
Group | data |
Name | <e@entity.is_projectile> |
Returns | Element(Boolean) |
Description | Returns whether the entity is a projectile.
|
Group | data |
Name | <e@entity.tameable> |
Returns | Element(Boolean) |
Description | Returns whether the entity is tameable.
If this returns true, it will enable access to: mechanism/dEntity.tame, mechanism/dEntity.owner, tag/e@entity.is_tamed, and tag/e@entity.get_owner |
Group | properties |
Name | <e@entity.ageable> |
Returns | Element(Boolean) |
Description | Returns whether the entity is ageable.
If this returns true, it will enable access to: mechanism/dEntity.age, mechanism/dEntity.age_lock, tag/e@entity.is_baby, tag/e@entity.age, and tag/e@entity.is_age_locked |
Group | properties |
Name | <e@entity.colorable> |
Returns | Element(Boolean) |
Description | Returns whether the entity can be colored.
If this returns true, it will enable access to: mechanism/dEntity.color and tag/e@entity.color |
Group | properties |
Name | <e@entity.experience> |
Returns | Element(Number) |
Description | Returns the experience value of this experience orb entity.
|
Group | properties |
Name | <e@entity.fuse_ticks> |
Returns | Element(Number) |
Description | Returns the number of ticks until the explosion of the primed TNT.
|
Group | properties |
Name | <e@entity.dragon_phase> |
Returns | Element(Number) |
Description | Returns the phase an EnderDragon is currently in.
Valid phases: url/https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EnderDragon.Phase.html |
Group | properties |
Name | <e@entity.describe> |
Returns | Element(Boolean) |
Description | Returns the entity's full description, including all properties.
|
Group | properties |
Name | <in@inventory.empty_slots> |
Returns | Element(Number) |
Description | Returns the number of empty slots in an inventory.
|
Name | <in@inventory.can_fit[<item>|...]> |
Returns | Element(Boolean) |
Description | Returns whether the inventory can fit an item.
|
Name | <in@inventory.can_fit[<item>].quantity[<#>]> |
Returns | Element(Boolean) |
Description | Returns whether the inventory can fit a certain quantity of an item.
|
Name | <in@inventory.include[<item>]> |
Returns | dInventory |
Description | Returns the dInventory with an item added.
|
Name | <in@inventory.include[<item>].quantity[<#>]> |
Returns | dInventory |
Description | Returns the dInventory with a certain quantity of an item added.
|
Name | <in@inventory.is_empty> |
Returns | Element(Boolean) |
Description | Returns whether the inventory is empty.
|
Name | <in@inventory.is_full> |
Returns | Element(Boolean) |
Description | Returns whether the inventory is completely full.
|
Name | <in@inventory.contains.display[(strict:)<element>]> |
Returns | Element(Boolean) |
Description | Returns whether the inventory contains an item with the specified display
name. Use 'strict:' in front of the search element to ensure the display name is EXACTLY the search element, otherwise the searching will only check if the search element is contained in the display name. |
Name | <in@inventory.contains.display[(strict:)<element>].quantity[<#>]> |
Returns | Element(Boolean) |
Description | Returns whether the inventory contains a certain quantity of an item with the
specified display name. Use 'strict:' in front of the search element to ensure the display name is EXACTLY the search element, otherwise the searching will only check if the search element is contained in the display name. |
Name | <in@inventory.contains.lore[(strict:)<element>|...]> |
Returns | Element(Boolean) |
Description | Returns whether the inventory contains an item with the specified lore.
Use 'strict:' in front of the search elements to ensure all lore lines are EXACTLY the search elements, otherwise the searching will only check if the search elements are contained in the lore. |
Name | <in@inventory.contains.lore[(strict:)<element>|...].quantity[<#>]> |
Returns | Element(Boolean) |
Description | Returns whether the inventory contains a certain quantity of an item
with the specified lore. Use 'strict:' in front of the search elements to ensure all lore lines are EXACTLY the search elements, otherwise the searching will only check if the search elements are contained in the lore. |
Name | <in@inventory.contains.scriptname[<scriptname>]> |
Returns | Element(Boolean) |
Description | Returns whether the inventory contains an item with the specified scriptname.
|
Name | <in@inventory.contains.scriptname[<scriptname>].quantity[<#>]> |
Returns | Element(Boolean) |
Description | Returns whether the inventory contains a certain quantity of an item with the specified scriptname.
|
Name | <in@inventory.contains.nbt[<key>]> |
Returns | Element(Boolean) |
Description | Returns whether the inventory contains an item with the specified key.
|
Name | <in@inventory.contains.nbt[<key>].quantity[<#>]> |
Returns | Element(Boolean) |
Description | Returns whether the inventory contains a certain quantity of an item with the specified key.
|
Name | <in@inventory.contains.material[<material>]> |
Returns | Element(Boolean) |
Description | Returns whether the inventory contains an item with the specified material.
|
Name | <in@inventory.contains.material[<material>].quantity[<#>]> |
Returns | Element(Boolean) |
Description | Returns whether the inventory contains a certain quantity of an item with the
specified material. |
Name | <in@inventory.contains_any[<item>|...]> |
Returns | Element(Boolean) |
Description | Returns whether the inventory contains any of the specified items.
|
Name | <in@inventory.contains_any[<item>|...].quantity[<#>]> |
Returns | Element(Boolean) |
Description | Returns whether the inventory contains a certain quantity of any of the specified items.
|
Name | <in@inventory.contains[<item>|...]> |
Returns | Element(Boolean) |
Description | Returns whether the inventory contains all of the specified items.
|
Name | <in@inventory.contains[<item>|...].quantity[<#>]> |
Returns | Element(Boolean) |
Description | Returns whether the inventory contains a certain quantity of all of the specified items.
|
Name | <in@inventory.first_empty> |
Returns | Element(Number) |
Description | Returns the location of the first empty slot.
Returns -1 if the inventory is full. |
Name | <in@inventory.find.material[<material>]> |
Returns | Element(Number) |
Description | Returns the location of the first slot that contains the material.
Returns -1 if there's no match. |
Name | <in@inventory.find.scriptname[<item>]> |
Returns | Element(Number) |
Description | Returns the location of the first slot that contains the item
with the specified script name. Returns -1 if there's no match. |
Name | <in@inventory.find_imperfect[<item>]> |
Returns | Element(Number) |
Description | Returns the location of the first slot that contains the item.
Returns -1 if there's no match. Will match item script to item script, even if one is edited. |
Name | <in@inventory.find[<item>]> |
Returns | Element(Number) |
Description | Returns the location of the first slot that contains the item.
Returns -1 if there's no match. |
Name | <in@inventory.id_type> |
Returns | Element |
Description | Returns Denizen's type ID for this inventory. (player, location, etc.)
|
Name | <in@inventory.notable_name> |
Returns | Element |
Description | Gets the name of a Notable dInventory. If the inventory isn't noted,
this is null. |
Name | <in@inventory.location> |
Returns | dLocation |
Description | Returns the location of this inventory's holder.
|
Name | <in@inventory.quantity[<item>]> |
Returns | Element(Number) |
Description | Returns the combined quantity of itemstacks that match an item if
one is specified, or the combined quantity of all itemstacks if one is not. |
Name | <in@inventory.stacks[<item>]> |
Returns | Element(Number) |
Description | Returns the number of itemstacks that match an item if one is
specified, or the number of all itemstacks if one is not. |
Name | <in@inventory.slot[<#>]> |
Returns | dItem |
Description | Returns the item in the specified slot.
|
Name | <in@inventory.inventory_type> |
Returns | Element |
Description | Returns the type of the inventory (e.g. "PLAYER", "CRAFTING", "HORSE").
|
Name | <in@inventory.equipment> |
Returns | dList(dItem) |
Description | Returns the equipment of an inventory.
|
Name | <in@inventory.matrix> |
Returns | dList(dItem) |
Description | Returns the dItems currently in a crafting inventory's matrix.
|
Name | <in@inventory.result> |
Returns | dItem |
Description | Returns the dItem currently in the result section of a crafting inventory.
|
Name | <in@inventory.type> |
Returns | Element |
Description | Always returns 'Inventory' for dInventory objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Name | <i@item.repairable> |
Returns | Element(Boolean) |
Description | Returns whether the item can be repaired.
If this returns true, it will enable access to: mechanism/dItem.durability, tag/i@item.max_durability, and tag/i@item.durability |
Group | properties |
Name | <i@item.is_crop> |
Returns | Element(Boolean) |
Description | Returns whether the item is a growable crop.
If this returns true, it will enable access to: mechanism/dItem.plant_growth and tag/i@item.plant_growth |
Group | properties |
Name | <i@item.is_book> |
Returns | Element(Boolean) |
Description | Returns whether the item is considered an editable book.
If this returns true, it will enable access to: mechanism/dItem.book, tag/i@item.book, tag/i@item.book.author, tag/i@item.book.title, tag/i@item.book.page_count, tag/i@item.book.get_page[#], and tag/i@item.book.pages |
Group | properties |
Name | <i@item.is_colorable> |
Returns | Element(Boolean) |
Description | |
Group | properties |
Name | <i@item.is_firework> |
Returns | Element(Boolean) |
Description | |
Group | properties |
Name | <i@item.has_inventory> |
Returns | Element(Boolean) |
Description | |
Group | properties |
Name | <i@item.is_lockable> |
Returns | Element(Boolean) |
Description | |
Group | properties |
Name | <i@item.material> |
Returns | dMaterial |
Description | Returns the dMaterial that is the basis of the item.
EG, a stone with lore and a display name, etc. will return only "m@stone". |
Group | conversion |
Name | <i@item.json> |
Returns | Element |
Description | Returns the item converted to a raw JSON object with one layer of escaping for network transmission.
EG, via /tellraw. EXAMPLE USAGE: execute as_server 'tellraw <player.name> {"text":"","extra":[{"text":"This is the item in your hand ","color":"white"}, {"text":"Item","color":"white","hoverEvent":{"action":"show_item","value":"{<player.item_in_hand.json>}"}}]}' |
Group | conversion |
Name | <i@item.full> |
Returns | Element |
Description | Returns a full reusable item identification for this item, with extra, generally useless data.
Irrelevant on modern (1.13+) servers. |
Group | conversion |
Name | <i@item.simple> |
Returns | Element |
Description | Returns a simple reusable item identification for this item, with minimal extra data.
|
Group | conversion |
Name | <i@item.notable_name> |
Returns | Element |
Description | Gets the name of a Notable dItem. If the item isn't noted,
this is null. |
Name | <i@item.type> |
Returns | Element |
Description | Always returns 'Item' for dItem objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Name | <i@item.formatted> |
Returns | Element |
Description | Returns the formatted material name of the item to be used in a sentence.
Correctly uses singular and plural forms of item names, among other things. |
Group | formatting |
Name | <l@location.block_facing> |
Returns | dLocation |
Description | Returns the relative location vector of where this block is facing.
Only works for block types that have directionality (such as signs, chests, stairs, etc.). This can return for example "1,0,0" to mean the block is facing towards the positive X axis. You can use <some_block_location.add[<some_block_location.block_facing>]> to get the block directly in front of this block (based on its facing direction). |
Name | <l@location.above> |
Returns | dLocation |
Description | Returns the location one block above this location.
|
Name | <l@location.below> |
Returns | dLocation |
Description | Returns the location one block below this location.
|
Name | <l@location.block> |
Returns | dLocation |
Description | Returns the location of the block this location is on,
i.e. returns a location without decimals or direction. |
Name | <l@location.center> |
Returns | dLocation |
Description | Returns the location at the center of the block this location is on.
|
Name | <l@location.highest> |
Returns | dLocation |
Description | Returns the location of the highest solid block at the location.
|
Name | <l@location.base_color> |
Returns | Element |
Description | Returns the base color of the banner at this location.
For the list of possible colors, see url/http://bit.ly/1dydq12. |
Name | <l@location.has_inventory> |
Returns | Element(Boolean) |
Description | Returns whether the block at the location has an inventory.
|
Name | <l@location.inventory> |
Returns | dInventory |
Description | Returns the dInventory of the block at the location. If the
block is not a container, returns null. |
Name | <l@location.material> |
Returns | dMaterial |
Description | Returns the material of the block at the location.
|
Name | <l@location.patterns> |
Returns | dList |
Description | Lists the patterns of the banner at this location in the form "li@COLOR/PATTERN|COLOR/PATTERN" etc.
For the list of possible colors, see url/http://bit.ly/1dydq12. For the list of possible patterns, see url/http://bit.ly/1MqRn7T. |
Mechanism | This tag can be modified using mechanism/dLocation.patterns |
Group | properties |
Name | <l@location.head_rotation> |
Returns | Element(Number) |
Description | Gets the rotation of the head at this location. Can be 1-16.
|
Mechanism | This tag can be modified using mechanism/dLocation.head_rotation |
Name | <l@location.switched> |
Returns | Element(Boolean) |
Description | Returns whether the block at the location is considered to be switched on.
(For buttons, levers, etc.) To change this, see command/Switch |
Name | <l@location.sign_contents> |
Returns | dList |
Description | Returns a list of lines on a sign.
|
Mechanism | This tag can be modified using mechanism/dLocation.sign_contents |
Name | <l@location.spawner_type> |
Returns | dEntity |
Description | Returns the type of entity spawned by a mob spawner.
|
Mechanism | This tag can be modified using mechanism/dLocation.spawner_type |
Name | <l@location.lock> |
Returns | Element |
Description | Returns the password to a locked container.
|
Mechanism | This tag can be modified using mechanism/dLocation.lock |
Name | <l@location.is_locked> |
Returns | Element(Boolean) |
Description | Returns whether the container is locked.
|
Mechanism | This tag can be modified using mechanism/dLocation.lock |
Name | <l@location.is_lockable> |
Returns | Element(Boolean) |
Description | Returns whether the container is lockable.
|
Mechanism | This tag can be modified using mechanism/dLocation.lock |
Name | <l@location.drops[(<item>)]> |
Returns | dList(dItem) |
Description | Returns what items the block at the location would drop if broken naturally.
Optionally specifier a breaker item. |
Name | <l@location.flowerpot_contents> |
Returns | Element |
Description | Returns the flower pot contents at the location.
NOTE: Replaced by materials (such as POTTED_CACTUS) in 1.13 and above. |
Name | <l@location.skull_type> |
Returns | Element |
Description | Returns the type of the skull.
|
Name | <l@location.skull_name> |
Returns | Element |
Description | Returns the name of the skin the skull is displaying.
|
Mechanism | This tag can be modified using mechanism/dLocation.skull_skin |
Name | <l@location.skull_skin> |
Returns | Element |
Description | Returns the skin the skull is displaying - just the name or UUID as text, not a player object.
|
Mechanism | This tag can be modified using mechanism/dLocation.skull_skin |
Name | <l@location.skull_skin.full> |
Returns | Element|Element |
Description | Returns the skin the skull item is displaying - just the name or UUID as text, not a player object,
along with the permanently cached texture property. |
Mechanism | This tag can be modified using mechanism/dLocation.skull_skin |
Name | <l@location.simple.formatted> |
Returns | Element |
Description | Returns the formatted simple version of the dLocation's block coordinates.
In the format: X 'x', Y 'y', Z 'z', in world 'world' For example, X '1', Y '2', Z '3', in world 'world_nether' |
Name | <l@location.simple> |
Returns | Element |
Description | Returns a simple version of the dLocation's block coordinates.
In the format: x,y,z,world For example: 1,2,3,world_nether |
Name | <l@location.precise_impact_normal[<range>]> |
Returns | dLocation |
Description | Returns the exact impact normal at the location this location is pointing at.
Optionally, specify a maximum range to find the location from. |
Name | <l@location.precise_cursor_on[<range>]> |
Returns | dLocation |
Description | Returns the exact location this location is pointing at.
Optionally, specify a maximum range to find the location from. |
Name | <l@location.points_between[<location>]> |
Returns | dList(dLocation) |
Description | Finds all locations between this location and another, separated by 1 block-width each.
|
Name | <l@location.points_between[<location>].distance[<#.#>]> |
Returns | dList(dLocation) |
Description | Finds all locations between this location and another, separated by the specified distance each.
|
Name | <l@location.facing_blocks[<#>]> |
Returns | dList(dLocation) |
Description | Finds all block locations in the direction this location is facing,
optionally with a custom range (default is 100). For example a location at 0,0,0 facing straight up will include 0,1,0 0,2,0 and so on. |
Name | <l@location.line_of_sight[<location>]> |
Returns | Element(Boolean) |
Description | Returns whether the specified location is within this location's
line of sight. |
Name | <l@location.direction.vector> |
Returns | dLocation |
Description | Returns the location's direction as a one-length vector.
|
Name | <l@location.direction[<location>]> |
Returns | Element |
Description | Returns the compass direction between two locations.
If no second location is specified, returns the direction of the location. Example returns include "north", "southwest", ... |
Name | <l@location.direction[<location>].yaw> |
Returns | Element(Decimal) |
Description | Returns the yaw direction between two locations.
|
Name | <l@location.face[<location>]> |
Returns | dLocation |
Description | Returns a location containing a yaw/pitch that point from the current location
to the target location. |
Name | <l@location.facing[<entity>/<location>]> |
Returns | Element(Boolean) |
Description | Returns whether the location's yaw is facing another
entity or location. |
Name | <l@location.facing[<entity>/<location>].degrees[<#>(,<#>)]> |
Returns | Element(Boolean) |
Description | Returns whether the location's yaw is facing another
entity or location, within a specified degree range. Optionally specify a pitch limit as well. |
Name | <l@location.pitch> |
Returns | Element(Decimal) |
Description | Returns the pitch of the object at the location.
|
Name | <l@location.with_pose[<entity>/<pitch>,<yaw>]> |
Returns | dLocation |
Description | Returns the location with pitch and yaw.
|
Name | <l@location.yaw.simple> |
Returns | Element |
Description | Returns the yaw as 'North', 'South', 'East', or 'West'.
|
Name | <l@location.yaw.raw> |
Returns | Element(Decimal) |
Description | Returns the raw yaw of the object at the location.
|
Name | <l@location.yaw> |
Returns | Element(Decimal) |
Description | Returns the normalized yaw of the object at the location.
|
Name | <l@location.rotate_around_x[<#.#>]> |
Returns | dLocation |
Description | Returns the location rotated around the x axis by a specified angle in radians.
|
Name | <l@location.rotate_around_y[<#.#>]> |
Returns | dLocation |
Description | Returns the location rotated around the y axis by a specified angle in radians.
|
Name | <l@location.rotate_around_z[<#.#>]> |
Returns | dLocation |
Description | Returns the location rotated around the z axis by a specified angle in radians.
|
Name | <l@location.find.blocks[<block>|...].within[<#>]> |
Returns | dList |
Description | Returns a list of matching blocks within a radius.
Note: current implementation measures the center of nearby block's distance from the exact given location. |
Name | <l@location.find.surface_blocks[<block>|...].within[<#.#>]> |
Returns | dList |
Description | Returns a list of matching surface blocks within a radius.
|
Name | <l@location.find.players.within[<#.#>]> |
Returns | dList |
Description | Returns a list of players within a radius.
|
Name | <l@location.find.npcs.within[<#.#>]> |
Returns | dList |
Description | Returns a list of NPCs within a radius.
|
Name | <l@location.find.entities[<entity>|...].within[<#.#>]> |
Returns | dList |
Description | Returns a list of entities within a radius, with an optional search parameter
for the entity type. |
Name | <l@location.find.living_entities.within[<#.#>]> |
Returns | dList |
Description | Returns a list of living entities within a radius.
|
Name | <l@location.find_path[<location>]> |
Returns | dList(dLocation) |
Description | Returns a full list of points along the path from this location to the given location.
Uses a max range of 100 blocks from the start. |
Name | <l@location.formatted.citizens> |
Returns | Element |
Description | Returns the location formatted for a Citizens command.
In the format: x.x:y.y:z.z:world For example: 1.0:2.0:3.0:world_nether |
Name | <l@location.formatted> |
Returns | Element |
Description | Returns the formatted version of the dLocation.
In the format: X 'x.x', Y 'y.y', Z 'z.z', in world 'world' For example: X '1.0', Y '2.0', Z '3.0', in world 'world_nether' |
Name | <l@location.chunk> |
Returns | dChunk |
Description | Returns the chunk that this location belongs to.
|
Name | <l@location.raw> |
Returns | dLocation |
Description | Returns the raw representation of this location,
ignoring any notables it might match. |
Name | <l@location.world> |
Returns | dWorld |
Description | Returns the world that the location is in.
|
Name | <l@location.x> |
Returns | Element(Decimal) |
Description | Returns the X coordinate of the location.
|
Name | <l@location.y> |
Returns | Element(Decimal) |
Description | Returns the Y coordinate of the location.
|
Name | <l@location.z> |
Returns | Element(Decimal) |
Description | Returns the Z coordinate of the location.
|
Name | <l@location.notable_name> |
Returns | Element |
Description | Gets the name of a Notable dLocation. If the location isn't noted,
this is null. |
Name | <l@location.add[<location>]> |
Returns | dLocation |
Description | Returns the location with the specified coordinates added to it.
|
Name | <l@location.sub[<location>]> |
Returns | dLocation |
Description | Returns the location with the specified coordinates subtracted from it.
|
Name | <l@location.mul[<length>]> |
Returns | dLocation |
Description | Returns the location multiplied by the specified length.
|
Name | <l@location.div[<length>]> |
Returns | dLocation |
Description | Returns the location divided by the specified length.
|
Name | <l@location.normalize> |
Returns | dLocation |
Description | Returns a 1-length vector in the same direction as this vector location.
|
Name | <l@location.vector_length> |
Returns | Element(Decimal) |
Description | Returns the 3D length of the vector/location.
|
Name | <l@location.distance_squared[<location>]> |
Returns | Element(Decimal) |
Description | Returns the distance between 2 locations, squared.
|
Name | <l@location.distance[<location>]> |
Returns | Element(Decimal) |
Description | Returns the distance between 2 locations.
|
Name | <l@location.distance[<location>].horizontal> |
Returns | Element(Decimal) |
Description | Returns the horizontal distance between 2 locations.
|
Name | <l@location.distance[<location>].horizontal.multiworld> |
Returns | Element(Decimal) |
Description | Returns the horizontal distance between 2 multiworld locations.
|
Name | <l@location.distance[<location>].vertical> |
Returns | Element(Decimal) |
Description | Returns the vertical distance between 2 locations.
|
Name | <l@location.distance[<location>].vertical.multiworld> |
Returns | Element(Decimal) |
Description | Returns the vertical distance between 2 multiworld locations.
|
Name | <l@location.is_within_border> |
Returns | Element(Boolean) |
Description | Returns whether the location is within the world border.
|
Name | <l@location.is_within[<cuboid>/<ellipsoid>]> |
Returns | Element(Boolean) |
Description | Returns whether the location is within the cuboid or ellipsoid.
|
Name | <l@location.biome.formatted> |
Returns | Element |
Description | Returns the formatted biome name at the location.
|
Name | <l@location.biome> |
Returns | dBiome |
Description | Returns the biome at the location.
|
Mechanism | This tag can be modified using mechanism/dLocation.biome |
Name | <l@location.cuboids> |
Returns | dList(dCuboid) |
Description | Returns a dList of all notable dCuboids that include this location.
|
Name | <l@location.ellipsoids> |
Returns | dList(dCuboid) |
Description | Returns a dList of all notable dEllipsoids that include this location.
|
Name | <l@location.is_liquid> |
Returns | Element(Boolean) |
Description | Returns whether the block at the location is a liquid.
|
Name | <l@location.light.blocks> |
Returns | Element(Number) |
Description | Returns the amount of light from light blocks that is
on the location. |
Name | <l@location.light.sky> |
Returns | Element(Number) |
Description | Returns the amount of light from the sky that is
on the location. |
Name | <l@location.light> |
Returns | Element(Number) |
Description | Returns the total amount of light on the location.
|
Name | <l@location.power> |
Returns | Element(Number) |
Description | Returns the current redstone power level of a block.
|
Name | <l@location.type> |
Returns | Element |
Description | Always returns 'Location' for dLocation objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Name | <l@location.command_block_name> |
Returns | Element |
Description | Returns the name a command block is set to.
|
Mechanism | This tag can be modified using mechanism/command_block_name |
Name | <l@location.command_block> |
Returns | Element |
Description | Returns the command a command block is set to.
|
Mechanism | This tag can be modified using mechanism/command_block |
Name | <l@location.furnace_burn_time> |
Returns | Element(Number) |
Description | Returns the burn time a furnace has left.
|
Mechanism | This tag can be modified using mechanism/furnace_burn_time |
Name | <l@location.furnace_cook_time> |
Returns | Element(Number) |
Description | Returns the cook time a furnace has left.
|
Mechanism | This tag can be modified using mechanism/furnace_cook_time |
Name | <l@location.attached_to> |
Returns | dLocation |
Description | Returns the block this block is attached to.
(Only if it is a lever or button!) |
Name | <l@location.custom_name> |
Returns | Element |
Description | Returns the custom name of this block.
Only works for nameable blocks, such as chests and dispensers. |
Mechanism | This tag can be modified using mechanism/custom_name |
Name | <m@material.has_gravity> |
Returns | Element(Boolean) |
Description | Returns whether the material is affected by gravity.
|
Name | <m@material.is_block> |
Returns | Element(Boolean) |
Description | Returns whether the material is a placeable block.
|
Name | <m@material.is_burnable> |
Returns | Element(Boolean) |
Description | Returns whether the material is a block that can burn away.
|
Name | <m@material.is_edible> |
Returns | Element(Boolean) |
Description | Returns whether the material is edible.
|
Name | <m@material.is_flammable> |
Returns | Element(Boolean) |
Description | Returns whether the material is a block that can catch fire.
|
Name | <m@material.is_occluding> |
Returns | Element(Boolean) |
Description | Returns whether the material is a block that completely blocks vision.
|
Name | <m@material.is_record> |
Returns | Element(Boolean) |
Description | Returns whether the material is a playable music disc.
|
Name | <m@material.is_solid> |
Returns | Element(Boolean) |
Description | Returns whether the material is a block that is solid (cannot be walked through).
|
Name | <m@material.is_transparent> |
Returns | Element(Boolean) |
Description | Returns whether the material is a block that does not block any light.
|
Name | <m@material.max_durability> |
Returns | Element(Number) |
Description | Returns the maximum durability of this material.
|
Name | <m@material.block_resistance> |
Returns | Element(Decimal) |
Description | Returns the explosion resistance for all blocks of this material type.
|
Mechanism | This tag can be modified using mechanism/dMaterial.block_resistance |
Name | <m@material.max_stack_size> |
Returns | Element(Number) |
Description | Returns the maximum amount of this material that can be held in a stack.
|
Name | <m@material.is_made_of[<material>]> |
Returns | Element(Boolean) |
Description | Returns true if the material is a variety of the specified material.
Example: <m@red_wool.is_made_of[m@wool]> will return true. Invalid for 1.13+ servers. |
Name | <m@material.bukkit_enum> |
Returns | Element |
Description | Returns the bukkit Material enum value. For example: <m@birch_sapling.bukkit_enum>
will return 'sapling' Unneeded for 1.13+ servers. |
Name | <m@material.name> |
Returns | Element |
Description | Returns the name of the material.
|
Name | <m@material.full> |
Returns | Element |
Description | Returns the material's full identification.
Irrelevant on modern (1.13+) servers. |
Name | <m@material.item> |
Returns | dItem |
Description | Returns an item of the material.
|
Name | <m@material.type> |
Returns | Element |
Description | Always returns 'Material' for dMaterial objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Name | <n@npc.has_nickname> |
Returns | Element(Boolean) |
Description | Returns true if the NPC has a nickname.
|
Name | <n@npc.name.nickname> |
Returns | Element |
Description | Returns the NPC's display name.
|
Name | <n@npc.name> |
Returns | Element |
Description | Returns the name of the NPC.
|
Name | <n@npc.list_traits> |
Returns | dList |
Description | Returns a list of all of the NPC's traits.
|
Name | <n@npc.has_trait[<trait>]> |
Returns | Element(Boolean) |
Description | Returns whether the NPC has a specified trait.
|
Name | <n@npc.pushable> |
Returns | Element(Boolean) |
Description | Returns whether the NPC is pushable.
|
Name | <n@npc.has_trigger[<trigger>]> |
Returns | Element(Boolean) |
Description | Returns whether the NPC has a specified trigger.
|
Name | <n@npc.anchor.list> |
Returns | dList |
Description | Returns a list of anchor names currently assigned to the NPC.
|
Name | <n@npc.has_anchors> |
Returns | Element(Boolean) |
Description | Returns whether the NPC has anchors assigned.
|
Name | <n@npc.anchor[<name>]> |
Returns | dLocation |
Description | Returns the location associated with the specified anchor, or null if it doesn't exist.
|
Name | <n@npc.has_flag[<flag_name>]> |
Returns | Element(Boolean) |
Description | Returns true if the NPC has the specified flag, otherwise returns false.
|
Name | <n@npc.flag[<flag_name>]> |
Returns | Flag dList |
Description | Returns the specified flag from the NPC.
|
Name | <n@npc.list_flags[(regex:)<search>]> |
Returns | dList |
Description | Returns a list of an NPC's flag names, with an optional search for
names containing a certain pattern. |
Name | <n@npc.constant[<constant_name>]> |
Returns | Element |
Description | Returns the specified constant from the NPC.
|
Name | <n@npc.has_pose[<name>]> |
Returns | Element(Boolean) |
Description | Returns true if the NPC has the specified pose, otherwise returns false.
|
Name | <n@npc.pose[<name>]> |
Returns | dLocation |
Description | Returns the pose as a dLocation with x, y, and z set to 0, and the world set to the first
possible available world Bukkit knows about. |
Name | <n@npc.is_sneaking> |
Returns | Element(Boolean) |
Description | Returns whether the NPC is currently sneaking. Only works for player-type NPCs.
|
Name | <n@npc.is_engaged> |
Returns | Element(Boolean) |
Description | Returns whether the NPC is currently engaged.
See command/engage |
Name | <n@npc.invulnerable> |
Returns | Element(Boolean) |
Description | Returns whether the NPC is currently invulnerable.
See command/vulnerable |
Name | <n@npc.id> |
Returns | Element(Number) |
Description | Returns the NPC's ID number.
|
Name | <n@npc.owner> |
Returns | dPlayer/Element |
Description | Returns the owner of the NPC as a dPlayer if it's a player, otherwise as just the name.
|
Name | <n@npc.has_skin> |
Returns | Element |
Description | Returns whether the NPC has a custom skinskin.
|
Name | <n@npc.skin_blob> |
Returns | Element |
Description | Returns the NPC's custom skin blob, if any.
|
Name | <n@npc.skin> |
Returns | Element |
Description | Returns the NPC's custom skin, if any.
|
Name | <n@npc.inventory> |
Returns | dInventory |
Description | Returns the dInventory of the NPC.
|
Name | <n@npc.is_spawned> |
Returns | Element(Boolean) |
Description | Returns whether the NPC is spawned.
|
Name | <n@npc.is_protected> |
Returns | Element(Boolean) |
Description | Returns whether the NPC is protected.
|
Name | <n@npc.lookclose> |
Returns | Element(Boolean) |
Description | Returns the NPC's "lookclose" mechanism.getValue().
|
Name | <n@npc.location.previous_location> |
Returns | dLocation |
Description | Returns the NPC's previous navigated location.
|
Name | <n@npc.teleport_on_stuck> |
Returns | dLocation |
Description | Returns whether the NPC teleports when it is stuck.
|
Mechanism | This tag can be modified using mechanism/dNPC.teleport_on_stuck |
Name | <n@npc.has_script> |
Returns | Element(Boolean) |
Description | Returns true if the NPC has an assignment script.
|
Name | <n@npc.script> |
Returns | dScript |
Description | Returns the NPC's assigned script.
|
Name | <n@npc.navigator.is_navigating> |
Returns | Element(Boolean) |
Description | Returns whether the NPC is currently navigating.
|
Name | <n@npc.navigator.speed> |
Returns | Element(Number) |
Description | Returns the current speed of the NPC.
|
Name | <n@npc.navigator.range> |
Returns | Element(Number) |
Description | Returns the maximum pathfinding range.
|
Name | <n@npc.navigator.attack_range> |
Returns | Element(Number) |
Description | Returns the maximum attack range.
|
Name | <n@npc.navigator.attack_strategy> |
Returns | Element |
Description | Returns the NPC's attack strategy.
|
Name | <n@npc.navigator.speed_modifier> |
Returns | Element(Number) |
Description | Returns the NPC movement speed modifier.
|
Name | <n@npc.navigator.base_speed> |
Returns | Element(Number) |
Description | Returns the base navigation speed.
|
Name | <n@npc.navigator.avoid_water> |
Returns | Element(Boolean) |
Description | Returns whether the NPC will avoid water.
|
Name | <n@npc.navigator.target_location> |
Returns | dLocation |
Description | Returns the location the NPC is curently navigating towards.
|
Name | <n@npc.navigator.is_fighting> |
Returns | Element(Boolean) |
Description | Returns whether the NPC is in combat.
|
Name | <n@npc.navigator.target_type> |
Returns | Element |
Description | Returns the entity type of the target.
|
Name | <n@npc.navigator.target_entity> |
Returns | dEntity |
Description | Returns the entity being targeted.
|
Name | <n@npc.type> |
Returns | Element |
Description | Always returns 'NPC' for dNPC objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Name | <p@player.debug.log> |
Returns | Element(Boolean) |
Description | Debugs the player in the log and returns true.
Works with offline players. |
Name | <p@player.debug.no_color> |
Returns | Element |
Description | Returns the player's debug with no color.
Works with offline players. |
Name | <p@player.debug> |
Returns | Element |
Description | Returns the player's debug.
Works with offline players. |
Name | <p@player.prefix> |
Returns | Element |
Description | Returns the dObject's prefix.
Works with offline players. |
Name | <p@player.chat_history_list> |
Returns | dList |
Description | Returns a list of the last 10 things the player has said, less
if the player hasn't said all that much. Works with offline players. |
Name | <p@player.chat_history[#]> |
Returns | Element |
Description | Returns the last thing the player said.
If a number is specified, returns an earlier thing the player said. Works with offline players. |
Name | <p@player.flag[<flag_name>]> |
Returns | Flag dList |
Description | Returns the specified flag from the player.
Works with offline players. |
Name | <p@player.has_flag[<flag_name>]> |
Returns | Element(Boolean) |
Description | Returns true if the Player has the specified flag, otherwise returns false.
Works with offline players. |
Name | <p@player.list_flags[(regex:)<search>]> |
Returns | dList |
Description | Returns a list of a player's flag names, with an optional search for
names containing a certain pattern. Works with offline players. |
Name | <p@player.money> |
Returns | Element(Decimal) |
Description | Returns the amount of money the player has with the registered Economy system.
May work offline depending on economy plugin. |
Mechanism | This tag can be modified using mechanism/dPlayer.money |
Name | <p@player.money.currency_singular> |
Returns | Element |
Description | Returns the name of a single piece of currency - For example: Dollar
(Only if supported by the registered Economy system.) |
Name | <p@player.money.currency> |
Returns | Element |
Description | Returns the name of multiple pieces of currency - For example: Dollars
(Only if supported by the registered Economy system.) |
Name | <p@player.target[(<entity>|...)]> |
Returns | dEntity |
Description | Returns the entity that the player is looking at, within a maximum range of 50 blocks,
or null if the player is not looking at an entity. Optionally, specify a list of entities, entity types, or 'npc' to only count those targets. |
Name | <p@player.target[(<entity>|...)].within[(<#>)]> |
Returns | dEntity |
Description | Returns the living entity that the player is looking at within the specified range limit,
or null if the player is not looking at an entity. Optionally, specify a list of entities, entity types, or 'npc' to only count those targets. |
Name | <p@player.type> |
Returns | Element |
Description | Always returns 'Player' for dPlayer objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Name | <p@player.save_name> |
Returns | Element |
Description | Returns the ID used to save the player in Denizen's saves.yml file.
Works with offline players. |
Name | <p@player.bed_spawn> |
Returns | dLocation |
Description | Returns the location of the player's bed spawn location, null if
it doesn't exist. Works with offline players. |
Mechanism | This tag can be modified using mechanism/dPlayer.bed_spawn_location |
Name | <p@player.item_cooldown[<material>]> |
Returns | Duration |
Description | Returns the cooldown duration remaining on player's material.
|
Name | <p@player.first_played> |
Returns | Duration |
Description | Returns the millisecond time of when the player first logged on to this server.
Works with offline players. |
Name | <p@player.has_played_before> |
Returns | Element(Boolean) |
Description | Returns whether the player has played before.
Works with offline players. Note: This will just always return true. |
Name | <p@player.absorption_health> |
Returns | Element(Decimal) |
Description | Returns the player's absorption health.
|
Mechanism | This tag can be modified using mechanism/dPlayer.absorption_health |
Name | <p@player.health.is_scaled> |
Returns | Element(Boolean) |
Description | Returns whether the player's health bar is currently being scaled.
|
Name | <p@player.health.scale> |
Returns | Element(Decimal) |
Description | Returns the current scale for the player's health bar
|
Name | <p@player.exhaustion> |
Returns | Element(Decimal) |
Description | Returns how fast the food level drops (exhaustion).
|
Name | <p@player.is_banned> |
Returns | Element(Boolean) |
Description | Returns whether the player is banned.
|
Name | <p@player.is_online> |
Returns | Element(Boolean) |
Description | Returns whether the player is currently online.
Works with offline players (returns false in that case). |
Name | <p@player.is_op> |
Returns | Element(Boolean) |
Description | Returns whether the player is a full server operator.
Works with offline players. |
Mechanism | This tag can be modified using mechanism/dPlayer.is_op |
Name | <p@player.is_whitelisted> |
Returns | Element(Boolean) |
Description | Returns whether the player is whitelisted.
Works with offline players. |
Mechanism | This tag can be modified using mechanism/dPlayer.is_whitelisted |
Name | <p@player.last_played> |
Returns | Duration |
Description | Returns the datestamp of when the player was last seen in duration.
Works with offline players. |
Name | <p@player.groups> |
Returns | dList |
Description | Returns a list of all groups the player is in.
May work with offline players, depending on permission plugin. |
Name | <p@player.ban_info.expiration> |
Returns | Duration |
Description | Returns the expiration of the player's ban, if they are banned.
Potentially can be null. |
Name | <p@player.ban_info.reason> |
Returns | Element |
Description | Returns the reason for the player's ban, if they are banned.
|
Name | <p@player.ban_info.created> |
Returns | Duration |
Description | Returns when the player's ban was created, if they are banned.
|
Name | <p@player.ban_info.source> |
Returns | Element |
Description | Returns the source of the player's ban, if they are banned.
|
Name | <p@player.in_group[<group_name>]> |
Returns | Element(Boolean) |
Description | Returns whether the player is in the specified group.
This requires an online player - if the player may be offline, consider using tag/p@player.in_group[group_name].global. |
Name | <p@player.in_group[<group_name>].global> |
Returns | Element(Boolean) |
Description | Returns whether the player has the group with no regard to the
player's current world. (Works with offline players) (Note: This may or may not be functional with your permissions system.) |
Name | <p@player.in_group[<group_name>].world[<world>]> |
Returns | Element(Boolean) |
Description | Returns whether the player has the group in regards to a specific world.
(Works with offline players) (Note: This may or may not be functional with your permissions system.) |
Name | <p@player.has_permission[permission.node]> |
Returns | Element(Boolean) |
Description | Returns whether the player has the specified node.
(Requires the player to be online) |
Name | <p@player.has_permission[permission.node].global> |
Returns | Element(Boolean) |
Description | Returns whether the player has the specified node, regardless of world.
(Works with offline players) (Note: this may or may not be functional with your permissions system.) |
Name | <p@player.has_permission[permission.node].world[<world name>]> |
Returns | Element(Boolean) |
Description | Returns whether the player has the specified node in regards to the
specified world. (Works with offline players) (Note: This may or may not be functional with your permissions system.) |
Name | <p@player.inventory> |
Returns | dInventory |
Description | Returns a dInventory of the player's current inventory.
Works with offline players. |
Name | <p@player.enderchest> |
Returns | dInventory |
Description | Gets the player's enderchest inventory.
Works with offline players. |
Name | <p@player.open_inventory> |
Returns | dInventory |
Description | Gets the inventory the player currently has open. If the player has no open
inventory, this returns the player's inventory. |
Name | <p@player.selected_trade_index> |
Returns | Element(Number) |
Description | Returns the index of the trade the player is currently viewing, if any.
|
Name | <p@player.item_on_cursor> |
Returns | dItem |
Description | Returns the item on the player's cursor, if any. This includes
chest interfaces, inventories, and hotbars, etc. |
Name | <p@player.item_in_hand.slot> |
Returns | Element(Number) |
Description | Returns the slot location of the player's selected item.
|
Name | <p@player.sidebar.lines> |
Returns | dList |
Description | Returns the current lines set on the player's Sidebar via the Sidebar command.
|
Name | <p@player.sidebar.title> |
Returns | Element |
Description | Returns the current title set on the player's Sidebar via the Sidebar command.
|
Name | <p@player.sidebar.scores> |
Returns | dList |
Description | Returns the current scores set on the player's Sidebar via the Sidebar command,
in the same order as tag/p@player.sidebar.lines. |
Name | <p@player.sidebar.start> |
Returns | Element(Number) |
Description | Returns the current start score set on the player's Sidebar via the Sidebar command.
|
Name | <p@player.sidebar.increment> |
Returns | Element(Number) |
Description | Returns the current score increment set on the player's Sidebar via the Sidebar command.
|
Name | <p@player.skin_blob> |
Returns | Element |
Description | Returns the player's current skin blob.
|
Mechanism | This tag can be modified using mechanism/dPlayer.skin_blob |
Name | <p@player.selected_npc> |
Returns | dNPC |
Description | Returns the dNPC that the player currently has selected with
'/npc select', null if no player selected. |
Name | <p@player.entity> |
Returns | dEntity |
Description | Returns the dEntity object of the player.
(Note: This should never actually be needed. <p@player> is considered a valid dEntity by script commands.) |
Name | <p@player.ip> |
Returns | Element |
Description | Returns the player's IP address host name.
|
Name | <p@player.ip.address_only> |
Returns | Element |
Description | Returns the player's IP address.
|
Name | <p@player.ip.address> |
Returns | Element |
Description | Returns the player's IP address.
|
Name | <p@player.name.display> |
Returns | Element |
Description | Returns the display name of the player, which may contain
prefixes and suffixes, colors, etc. |
Name | <p@player.name.list> |
Returns | Element |
Description | Returns the name of the player as shown in the player list.
|
Name | <p@player.nameplate> |
Returns | Element |
Description | Returns the displayed text in the nameplate of the player.
|
Name | <p@player.name> |
Returns | Element |
Description | Returns the name of the player.
|
Name | <p@player.has_finished[<script>]> |
Returns | Element(Boolean) |
Description | Returns whether the player has finished the specified script. DEPRECATED: Use flags instead!
|
Name | <p@player.has_failed[<script>]> |
Returns | Element(Boolean) |
Description | Returns whether the player has failed the specified script. DEPRECATED: Use flags instead!
|
Name | <p@player.compass_target> |
Returns | dLocation |
Description | Returns the location of the player's compass target.
|
Name | <p@player.chunk_loaded[<chunk>]> |
Returns | Element(Boolean) |
Description | Returns whether the player has the chunk loaded on their client.
|
Name | <p@player.can_fly> |
Returns | Element(Boolean) |
Description | Returns whether the player is allowed to fly.
|
Mechanism | This tag can be modified using mechanism/dPlayer.can_fly |
Name | <p@player.fly_speed> |
Returns | Element(Decimal) |
Description | Returns the speed the player can fly at.
|
Name | <p@player.food_level.formatted> |
Returns | Element |
Description | Returns a 'formatted' value of the player's current food level.
May be 'starving', 'famished', 'parched, 'hungry' or 'healthy'. |
Name | <p@player.saturation> |
Returns | Element(Decimal) |
Description | Returns the current saturation of the player.
|
Name | <p@player.food_level> |
Returns | Element(Number) |
Description | Returns the current food level of the player.
|
Name | <p@player.gamemode> |
Returns | Element |
Description | Returns the name of the gamemode the player is currently set to.
|
Name | <p@player.gamemode.id> |
Returns | Element(Number) |
Description | Returns the gamemode ID of the player. 0 = survival, 1 = creative, 2 = adventure, 3 = spectator
|
Name | <p@player.is_blocking> |
Returns | Element(Boolean) |
Description | Returns whether the player is currently blocking.
|
Name | <p@player.ping> |
Returns | Element(Number) |
Description | Returns the player's current ping.
|
Name | <p@player.is_flying> |
Returns | Element(Boolean) |
Description | Returns whether the player is currently flying.
|
Name | <p@player.is_sleeping> |
Returns | Element(Boolean) |
Description | Returns whether the player is currently sleeping.
|
Name | <p@player.is_sneaking> |
Returns | Element(Boolean) |
Description | Returns whether the player is currently sneaking.
|
Name | <p@player.is_sprinting> |
Returns | Element(Boolean) |
Description | Returns whether the player is currently sprinting.
|
Name | <p@player.has_achievement[<achievement>]> |
Returns | Element(Boolean) |
Description | Returns whether the player has the specified achievement.
|
Name | <p@player.statistic[<statistic>]> |
Returns | Element(Number) |
Description | Returns the player's current value for the specified statistic.
|
Name | <p@player.statistic[<statistic>].qualifier[<material>/<entity>]> |
Returns | Element(Number) |
Description | Returns the player's current value for the specified statistic, with the
specified qualifier, which can be either an entity or material. |
Name | <p@player.time_asleep> |
Returns | Duration |
Description | Returns the time the player has been asleep.
|
Name | <p@player.time> |
Returns | Element(Number) |
Description | Returns the time the player is currently experiencing. This time could differ from
the time that the rest of the world is currently experiencing if a 'time' or 'freeze_time' mechanism is being used on the player. |
Name | <p@player.walk_speed> |
Returns | Element(Decimal) |
Description | Returns the speed the player can walk at.
|
Name | <p@player.weather> |
Returns | Element |
Description | Returns the type of weather the player is experiencing. This will be different
from the weather currently in the world that the player is residing in if the weather is currently being forced onto the player. Returns null if the player does not currently have any forced weather. |
Mechanism | This tag can be modified using mechanism/dPlayer.weather |
Name | <p@player.xp.level> |
Returns | Element(Number) |
Description | Returns the number of XP levels the player has.
|
Name | <p@player.xp.to_next_level> |
Returns | Element(Number) |
Description | Returns the amount of XP needed to get to the next level.
|
Name | <p@player.xp.total> |
Returns | Element(Number) |
Description | Returns the total amount of experience points.
|
Name | <p@player.xp> |
Returns | Element(Decimal) |
Description | Returns the percentage of experience points to the next level.
|
Name | <p@player.chat_prefix> |
Returns | Element |
Description | Returns the player's chat prefix.
NOTE: May work with offline players. |
Mechanism | This tag can be modified using mechanism/dPlayer.chat_prefix |
Name | <p@player.chat_suffix> |
Returns | Element |
Description | Returns the player's chat suffix.
NOTE: May work with offline players. |
Mechanism | This tag can be modified using mechanism/dPlayer.chat_suffix |
Name | <pl@plugin.name> |
Returns | Element |
Description | Gets the name of this plugin.
|
Name | <pl@plugin.version> |
Returns | Element |
Description | Gets the version for the plugin specified.
|
Name | <pl@plugin.description> |
Returns | Element |
Description | Gets the description for the plugin specified.
|
Name | <pl@plugin.authors> |
Returns | dList |
Description | Gets the list of authors for the plugin specified.
|
Name | <pl@plugin.type> |
Returns | Element |
Description | Always returns 'Plugin' for dPlugin objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Name | <w@world.entities> |
Returns | dList(dEntity) |
Description | Returns a list of entities in this world.
|
Name | <w@world.living_entities> |
Returns | dList(dEntity) |
Description | Returns a list of living entities in this world.
|
Name | <w@world.players> |
Returns | dList(dPlayer) |
Description | Returns a list of online players in this world.
|
Name | <w@world.spawned_npcs> |
Returns | dList(dNPC) |
Description | Returns a list of spawned NPCs in this world.
|
Name | <w@world.npcs> |
Returns | dList(dNPC) |
Description | Returns a list of all NPCs in this world.
|
Name | <w@world.can_generate_structures> |
Returns | Element(Boolean) |
Description | Returns whether the world will generate structures.
|
Name | <w@world.loaded_chunks> |
Returns | dList(dChunk) |
Description | Returns a list of all the currently loaded chunks.
|
Name | <w@world.random_loaded_chunk> |
Returns | dChunk |
Description | Returns a random loaded chunk.
|
Name | <w@world.sea_level> |
Returns | Element(Number) |
Description | Returns the level of the sea.
|
Name | <w@world.spawn_location> |
Returns | dLocation |
Description | Returns the spawn location of the world.
|
Name | <w@world.name> |
Returns | Element |
Description | Returns the name of the world.
|
Name | <w@world.seed> |
Returns | Element |
Description | Returns the world seed.
|
Name | <w@world.allows_animals> |
Returns | Element(Boolean) |
Description | Returns whether animals can spawn in this world.
|
Name | <w@world.allows_monsters> |
Returns | Element(Boolean) |
Description | Returns whether monsters can spawn in this world.
|
Name | <w@world.allows_pvp> |
Returns | Element(Boolean) |
Description | Returns whether player versus player combat is allowed in this world.
|
Name | <w@world.auto_save> |
Returns | Element(Boolean) |
Description | Returns whether the world automatically saves.
|
Name | <w@world.ambient_spawn_limit> |
Returns | Element(Number) |
Description | Returns the number of ambient mobs that can spawn in a chunk in this world.
|
Name | <w@world.animal_spawn_limit> |
Returns | Element(Number) |
Description | Returns the number of animals that can spawn in a chunk in this world.
|
Name | <w@world.monster_spawn_limit> |
Returns | Element(Number) |
Description | Returns the number of monsters that can spawn in a chunk in this world.
|
Name | <w@world.water_animal_spawn_limit> |
Returns | Element(Number) |
Description | Returns the number of water animals that can spawn in a chunk in this world.
|
Name | <w@world.difficulty> |
Returns | Element |
Description | Returns the name of the difficulty level.
|
Name | <w@world.keep_spawn> |
Returns | Element(Boolean) |
Description | Returns whether the world's spawn area should be kept loaded into memory.
|
Name | <w@world.max_height> |
Returns | Element(Number) |
Description | Returns the maximum height of this world.
|
Name | <w@world.ticks_per_animal_spawn> |
Returns | Duration |
Description | Returns the world's ticks per animal spawn mechanism.getValue().
|
Name | <w@world.ticks_per_monster_spawn> |
Returns | Duration |
Description | Returns the world's ticks per monster spawn mechanism.getValue().
|
Name | <w@world.time> |
Returns | Element(Number) |
Description | Returns the relative in-game time of this world.
|
Name | <w@world.time.duration> |
Returns | Durations |
Description | Returns the relative in-game time of this world as a duration.
|
Name | <w@world.time.full> |
Returns | Duration |
Description | Returns the in-game time of this world.
|
Name | <w@world.time.period> |
Returns | Element |
Description | Returns the time as 'day', 'night', 'dawn', or 'dusk'.
|
Name | <w@world.moon_phase> |
Returns | Element(Number) |
Description | Returns the current phase of the moon, as an integer from 1 to 8.
|
Name | <w@world.has_storm> |
Returns | Element(Boolean) |
Description | Returns whether there is currently a storm in this world.
ie, whether it is raining. To check for thunder, use tag/w@world.thundering. |
Name | <w@world.thunder_duration> |
Returns | Duration |
Description | Returns the duration of thunder.
|
Name | <w@world.thundering> |
Returns | Element(Boolean) |
Description | Returns whether it is currently thundering in this world.
|
Name | <w@world.weather_duration> |
Returns | Duration |
Description | Returns the duration of storms.
|
Name | <w@world.environment> |
Returns | Element |
Description | Returns the environment of the world: NORMAL, NETHER, or THE_END.
|
Name | <w@world.prefix> |
Returns | Element |
Description | Returns the prefix of the world dObject.
|
Name | <w@world.type> |
Returns | Element |
Description | Always returns 'World' for dWorld objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Name | <w@world.border_size> |
Returns | Element |
Description | returns the size of the world border in this world.
|
Name | <w@world.border_center> |
Returns | dLocation |
Description | returns the center of the world border in this world.
|
Name | <w@world.border_damage> |
Returns | Element |
Description | returns the size of the world border in this world.
|
Name | <w@world.border_damage_buffer> |
Returns | Element |
Description | returns the damage buffer of the world border in this world.
|
Name | <w@world.border_warning_distance> |
Returns | Element |
Description | returns the warning distance of the world border in this world.
|
Name | <w@world.border_warning_time> |
Returns | Duration |
Description | returns warning time of the world border in this world as a duration.
|
Name | <el@element.as_chunk> |
Returns | dChunk |
Description | Returns the element as a chunk. Note: the value must be a valid chunk.
|
Group | conversion |
Name | <el@element.as_color> |
Returns | dColor |
Description | Returns the element as a dColor. Note: the value must be a valid color.
|
Group | conversion |
Name | <el@element.as_cuboid> |
Returns | dCuboid |
Description | Returns the element as a cuboid. Note: the value must be a valid cuboid.
|
Group | conversion |
Name | <el@element.as_entity> |
Returns | dEntity |
Description | Returns the element as an entity. Note: the value must be a valid entity.
|
Group | conversion |
Name | <el@element.as_inventory> |
Returns | dInventory |
Description | Returns the element as an inventory. Note: the value must be a valid inventory.
|
Group | conversion |
Name | <el@element.as_item> |
Returns | dItem |
Description | Returns the element as an item. Additional attributes can be accessed by dItem.
Note: the value must be a valid item. |
Group | conversion |
Name | <el@element.as_location> |
Returns | dLocation |
Description | Returns the element as a location. Note: the value must be a valid location.
|
Group | conversion |
Name | <el@element.as_material> |
Returns | dMaterial |
Description | Returns the element as a material. Note: the value must be a valid material.
|
Group | conversion |
Name | <el@element.as_npc> |
Returns | dNPC |
Description | Returns the element as an NPC. Note: the value must be a valid NPC.
|
Group | conversion |
Name | <el@element.as_player> |
Returns | dPlayer |
Description | Returns the element as a player. Note: the value must be a valid player. Can be online or offline.
|
Group | conversion |
Name | <el@element.as_world> |
Returns | dWorld |
Description | Returns the element as a world.
|
Group | conversion |
Name | <el@element.as_plugin> |
Returns | dPlugin |
Description | Returns the element as a plugin. Note: the value must be a valid plugin.
|
Group | conversion |
Name | <el@element.last_color> |
Returns | Element |
Description | Returns the ChatColors used last in an element.
|
Group | text checking |
Name | <el@element.format[<script>]> |
Returns | Element |
Description | Returns the text re-formatted according to a format script.
See example/using format scripts. |
Group | text manipulation |
Name | <el@element.strip_color> |
Returns | Element |
Description | Returns the element with all color encoding stripped.
|
Group | text manipulation |
Name | <el@element.parse_color[<prefix>]> |
Returns | Element |
Description | Returns the element with all color codes parsed.
Optionally, specify a character to prefix the color ids. Defaults to '&' if not specified. |
Group | text manipulation |
Name | <el@element.to_itemscript_hash> |
Returns | Element(Number) |
Description | Shortens the element down to an itemscript hash ID, made of invisible color codes.
|
Group | conversion |
Name | <li@list.formatted> |
Returns | Element |
Description | Returns the list in a human-readable format.
EG, a list of "n@3|p@bob|potato" will return "GuardNPC, bob, and potato". |
Name | <fl@flag_name.expiration> |
Returns | Duration |
Description | Returns a Duration of the time remaining on the flag, if it
has an expiration. |
Name | <q@queue.npc> |
Returns | dNPC |
Description | Returns the dNPC linked to a queue.
|
Name | <q@queue.player> |
Returns | dPlayer |
Description | Returns the dPlayer linked to a queue.
|
Name | <s@script.cooled_down[<player>]> |
Returns | Element(Boolean) |
Description | Returns whether the script is currently cooled down for the player. Any global
cooldown present on the script will also be taken into account. Not specifying a player will result in using the attached player available in the script entry. Not having a valid player will result in 'null'. |
Name | <s@script.cooldown[<player>]> |
Returns | Duration |
Description | Returns the time left for the player to cooldown for the script.
|
Name | <s@script.step[<player>]> |
Returns | Element |
Description | Returns the name of a script step that the player is currently on.
Must be an INTERACT script. |
Name | <e@entity.has_ai> |
Returns | Element(Boolean) |
Description | Returns whether the entity uses the default Minecraft
AI to roam and look around. |
Group | attributes |
Name | <e@entity.age> |
Returns | Element(Number) |
Description | If the entity is ageable, returns the entity's age number (-24000 to 0)
|
Mechanism | This tag can be modified using mechanism/dEntity.age |
Group | properties |
Name | <e@entity.is_age_locked> |
Returns | Element(Boolean) |
Description | If the entity is ageable, returns whether the entity is age locked.
|
Mechanism | This tag can be modified using mechanism/dEntity.age_lock |
Group | properties |
Name | <e@entity.is_baby> |
Returns | Element(Boolean) |
Description | If the entity is ageable, returns whether the entity is a baby.
|
Mechanism | This tag can be modified using mechanism/dEntity.age |
Group | properties |
Name | <e@entity.anger> |
Returns | Element(Number) |
Description | Returns the anger level of a PigZombie.
|
Mechanism | This tag can be modified using mechanism/dEntity.anger |
Group | properties |
Name | <e@entity.angry> |
Returns | Element(Boolean) |
Description | If the entity is a wolf, returns whether the wolf is angry.
|
Mechanism | This tag can be modified using mechanism/dEntity.angry |
Group | properties |
Name | <e@entity.base_potion> |
Returns | Element |
Description | Returns the Area Effect Cloud's base potion data.
In the format Type,Upgraded,Extended |
Group | properties |
Name | <e@entity.base_potion.type> |
Returns | Element |
Description | Returns the Area Effect Cloud's base potion type.
|
Group | properties |
Name | <e@entity.base_potion.is_upgraded> |
Returns | Element(Boolean) |
Description | Returns whether the Area Effect Cloud's base potion is upgraded.
|
Group | properties |
Name | <e@entity.base_potion.is_extended> |
Returns | Element(Boolean) |
Description | Returns whether the Area Effect Cloud's base potion is extended.
|
Group | properties |
Name | <e@entity.particle> |
Returns | Element |
Description | Returns the Area Effect Cloud's particle.
|
Group | properties |
Name | <e@entity.particle.color> |
Returns | dColor |
Description | Returns the Area Effect Cloud's particle color.
|
Group | properties |
Name | <e@entity.duration> |
Returns | Duration |
Description | Returns the Area Effect Cloud's duration.
|
Group | properties |
Name | <e@entity.duration.on_use> |
Returns | Duration |
Description | Returns the duration the Area Effect Cloud
will increase by when it applies an effect to an entity. |
Group | properties |
Name | <e@entity.radius> |
Returns | Element(Decimal) |
Description | Returns the Area Effect Cloud's radius.
|
Group | properties |
Name | <e@entity.radius.on_use> |
Returns | Element(Decimal) |
Description | Returns the amount the Area Effect Cloud's radius
will increase by when it applies an effect to an entity. |
Group | properties |
Name | <e@entity.radius.per_tick> |
Returns | Element(Decimal) |
Description | Returns the amount the Area Effect Cloud's radius
will increase by every tick. |
Group | properties |
Name | <e@entity.reapplication_delay> |
Returns | Duration |
Description | Returns the duration an entity will be immune
from the Area Effect Cloud's subsequent exposure. |
Group | properties |
Name | <e@entity.wait_time> |
Returns | Duration |
Description | Returns the duration an entity must be exposed to
the Area Effect Cloud before its effect is applied. |
Group | properties |
Name | <e@entity.has_custom_effect[<effect>]> |
Returns | Element(Boolean) |
Description | Returns whether the Area Effect Cloud has a specified effect.
If no effect is specified, returns whether it has any custom effect. |
Group | properties |
Name | <e@entity.source> |
Returns | dEntity |
Description | Returns the source of the Area Effect Cloud.
|
Group | properties |
Name | <e@entity.custom_effects> |
Returns | dList |
Description | Returns a dList of the Area Effect Cloud's custom effects
In the form Type,Amplifier,Duration,Ambient,Particles|... |
Group | properties |
Name | <e@entity.custom_effects[<#>].type> |
Returns | Element |
Description | Returns the specified Area Effect Cloud potion effect type.
|
Group | properties |
Name | <e@entity.custom_effects[<#>].amplifier> |
Returns | Element(Number) |
Description | Returns the specified Area Effect Cloud potion effect amplifier.
|
Group | properties |
Name | <e@entity.custom_effects[<#>].duration> |
Returns | Duration |
Description | Returns the specified Area Effect Cloud potion effect duration.
|
Group | properties |
Name | <e@entity.custom_effects[<#>].has_particles> |
Returns | Element(Boolean) |
Description | Returns whether the specified Area Effect Cloud potion effect has particles.
|
Group | properties |
Name | <e@entity.custom_effects[<#>].is_ambient> |
Returns | Element(Boolean) |
Description | Returns whether the specified Area Effect Cloud potion effect is ambient.
|
Group | properties |
Name | <e@entity.armor_bonus> |
Returns | Element(Decimal) |
Description | Returns the entity's base armor bonus.
|
Mechanism | This tag can be modified using mechanism/dEntity.armor_bonus |
Group | attributes |
Name | <e@entity.armor_pose_list> |
Returns | dList |
Description | Returns a list of all poses and angles for the armor stand in the
format: PART|ANGLE|... For example, head|4.5,3,4.5|body|5.4,3.2,1 Angles are in radians! |
Group | attributes |
Name | <e@entity.armor_pose[<part>]> |
Returns | dLocation |
Description | Returns the current angle pose for the specified part.
Valid parts: HEAD, BODY, LEFT_ARM, RIGHT_ARM, LEFT_LEG, RIGHT_LEG Angles are in radians! |
Group | attributes |
Name | <e@entity.arms> |
Returns | Element(Boolean) |
Description | If the entity is an armor stand, returns whether the armor stand has arms.
|
Mechanism | This tag can be modified using mechanism/dEntity.arms |
Group | properties |
Name | <e@entity.base_plate> |
Returns | Element(Boolean) |
Description | If the entity is an armor stand, returns whether the armor stand has a base plate.
|
Mechanism | This tag can be modified using mechanism/dEntity.base_plate |
Group | properties |
Name | <e@entity.beam_target> |
Returns | dLocation |
Description | Returns the target location of the ender crystal's beam, if any.
|
Mechanism | This tag can be modified using mechanism/dEntity.beam_target |
Group | properties |
Name | <e@entity.boat_type> |
Returns | Element |
Description | Returns the wood type of the boat.
Valid wood types: GENERIC, REDWOOD, BIRCH, JUNGLE, ACACIA, DARK_OAK. |
Mechanism | This tag can be modified using mechanism/dEntity.boat_type |
Group | properties |
Name | <e@entity.body_arrows> |
Returns | Element(Number) |
Description | Returns the number of arrows stuck in the entity's body.
Note: Body arrows will only be visible for players or player-type npcs. |
Mechanism | This tag can be modified using mechanism/dEntity.body_arrows |
Group | properties |
Name | <e@entity.bounding_box> |
Returns | dList(dLocation) |
Description | Returns the collision bounding box of the entity in the format "<low>|<high>", essentially a cuboid with decimals.
|
Mechanism | This tag can be modified using mechanism/dEntity.bounding_box |
Group | properties |
Name | <e@entity.carries_chest> |
Returns | Element(Boolean) |
Description | If the entity is a horse, returns whether it is carrying a chest.
|
Mechanism | This tag can be modified using mechanism/dEntity.carries_chest |
Group | properties |
Name | <e@entity.color> |
Returns | Element |
Description | If the entity can have a color, returns the entity's color.
Currently, only Horse, Wolf, Ocelot, Sheep, Rabbit, Llama, and Parrot type entities can have a color. For horses, the output is COLOR|STYLE(|VARIANT), see language/horse types. NOTE: HORSE VARIANTS DEPRECATED SINCE 1.11, use spawn instead For ocelots, the types are BLACK_CAT, RED_CAT, SIAMESE_CAT, or WILD_OCELOT. For rabbit types, see language/rabbit types. For parrots, the types are BLUE, CYAN, GRAY, GREEN, or RED. For llamas, the types are CREAMY, WHITE, BROWN, and GRAY. |
Mechanism | This tag can be modified using mechanism/dEntity.color |
Group | properties |
Name | <e@entity.critical> |
Returns | Element(Boolean) |
Description | If the entity is an arrow, returns whether the arrow is critical.
|
Mechanism | This tag can be modified using mechanism/dEntity.critical |
Group | properties |
Name | <e@entity.custom_name_visible> |
Returns | Element(Boolean) |
Description | Returns true if the entity's custom name is visible.
|
Group | attributes |
Name | <e@entity.custom_name> |
Returns | Element |
Description | Returns the entity's custom name, if any.
|
Group | attributes |
Name | <e@entity.disabled_slots.raw> |
Returns | Element(Number) |
Description | If the entity is an armor stand, returns its raw disabled slots value.
See url/https://minecraft.gamepedia.com/Armor_Stand/ED |
Mechanism | This tag can be modified using mechanism/dEntity.disabled_slots_raw |
Group | properties |
Name | <e@entity.disabled_slots> |
Returns | dList |
Description | If the entity is an armor stand, returns a list of its disabled slots in the form li@slot/action|...
|
Mechanism | This tag can be modified using mechanism/dEntity.disabled_slots |
Group | properties |
Name | <e@entity.elder> |
Returns | Element(Boolean) |
Description | If the entity is a guardian, returns whether it is elder.
|
Mechanism | This tag can be modified using mechanism/dEntity.elder |
Group | properties |
Name | <e@entity.equipment.boots> |
Returns | dItem |
Description | Returns the item the entity is wearing as boots.
|
Group | inventory |
Name | <e@entity.equipment.chestplate> |
Returns | dItem |
Description | Returns the item the entity is wearing as a chestplate.
|
Group | inventory |
Name | <e@entity.equipment.helmet> |
Returns | dItem |
Description | Returns the item the entity is wearing as a helmet.
|
Group | inventory |
Name | <e@entity.equipment.leggings> |
Returns | dItem |
Description | Returns the item the entity is wearing as leggings.
|
Group | inventory |
Name | <e@entity.equipment> |
Returns | dList |
Description | Returns a dList containing the entity's equipment.
Output list is boots|leggings|chestplate|helmet |
Group | inventory |
Name | <e@entity.firework_item> |
Returns | dItem |
Description | If the entity is a firework, returns the firework item used to launch it.
|
Mechanism | This tag can be modified using mechanism/dEntity.firework_item |
Group | properties |
Name | <e@entity.framed_item_rotation> |
Returns | Element |
Description | If the entity is an item frame, returns the rotation of the material currently framed.
|
Mechanism | This tag can be modified using mechanism/dEntity.framed |
Group | properties |
Name | <e@entity.framed_item> |
Returns | dItem |
Description | If the entity is an item frame, returns the material currently framed.
|
Mechanism | This tag can be modified using mechanism/dEntity.framed |
Group | properties |
Name | <e@entity.has_framed_item> |
Returns | Element(Boolean) |
Description | If the entity is an item frame, returns whether the frame has an item in it.
|
Mechanism | This tag can be modified using mechanism/dEntity.framed |
Group | properties |
Name | <e@entity.gravity> |
Returns | Element(Boolean) |
Description | Returns whether the entity has gravity.
|
Mechanism | This tag can be modified using mechanism/dEntity.gravity |
Group | properties |
Name | <e@entity.health.formatted> |
Returns | Element |
Description | Returns a formatted value of the player's current health level.
May be 'dying', 'seriously wounded', 'injured', 'scraped', or 'healthy'. |
Group | attributes |
Name | <e@entity.health.max> |
Returns | Element(Decimal) |
Description | Returns the maximum health of the entity.
|
Group | attributes |
Name | <e@entity.health.percentage> |
Returns | Element(Decimal) |
Description | Returns the entity's current health as a percentage.
|
Group | attributes |
Name | <e@entity.health> |
Returns | Element(Decimal) |
Description | Returns the current health of the entity.
|
Group | attributes |
Name | <e@entity.is_infected> |
Returns | Element(Boolean) |
Description | If the entity is infectable, returns whether the entity is infected.
Currently only Zombie or Villager entities can be infected. |
Group | properties |
Name | <e@entity.inventory> |
Returns | dInventory |
Description | Returns the entity's inventory, if it has one.
|
Group | inventory |
Name | <e@entity.invulnerable> |
Returns | Element(Boolean) |
Description | Returns whether the entity is invulnerable (cannot be damaged).
|
Mechanism | This tag can be modified using mechanism/dEntity.invulnerable |
Group | properties |
Name | <e@entity.is_showing_bottom> |
Returns | Element(Boolean) |
Description | If the entity is an ender crystal, returns whether the ender crystal has its bottom showing.
|
Mechanism | This tag can be modified using mechanism/dEntity.is_showing_bottom |
Group | properties |
Name | <e@entity.item> |
Returns | dItem |
Description | If the entity is a dropped item or an Enderman, returns the dItem the entity holds.
|
Mechanism | This tag can be modified using mechanism/dEntity.item |
Group | properties |
Name | <e@entity.jump_strength> |
Returns | Element(Number) |
Description | Returns the power of a horse's jump.
|
Mechanism | This tag can be modified using mechanism/dEntity.jump_strength |
Group | properties |
Name | <e@entity.knockback> |
Returns | Element(Number) |
Description | If the entity is an arrow, returns the knockback strength of the arrow.
|
Mechanism | This tag can be modified using mechanism/dEntity.knockback |
Group | properties |
Name | <e@entity.marker> |
Returns | Element(Boolean) |
Description | If the entity is an armor stand, returns whether the armor stand is a marker.
|
Mechanism | This tag can be modified using mechanism/dEntity.marker |
Group | properties |
Name | <e@entity.max_fuse_ticks> |
Returns | Element(Number) |
Description | Returns the default number of ticks until the creeper explodes when primed (NOT the time remaining if already primed).
|
Mechanism | This tag can be modified using mechanism/dEntity.max_fuse_ticks |
Group | properties |
Name | <e@entity.painting_width> |
Returns | Element |
Description | If the entity is a painting, returns its width.
|
Mechanism | This tag can be modified using mechanism/dEntity.painting |
Group | properties |
Name | <e@entity.painting_height> |
Returns | Element |
Description | If the entity is a painting, returns its height.
|
Mechanism | This tag can be modified using mechanism/dEntity.painting |
Group | properties |
Name | <e@entity.painting> |
Returns | Element |
Description | If the entity is a painting, returns what art it shows.
|
Mechanism | This tag can be modified using mechanism/dEntity.painting |
Group | properties |
Name | <e@entity.potion> |
Returns | dItem |
Description | Returns the dItem of the splash potion.
|
Mechanism | This tag can be modified using mechanism/dEntity.potion |
Group | properties |
Name | <e@entity.list_effects> |
Returns | dList |
Description | Returns the list of active potion effects on the entity, in the format: li@TYPE,AMPLIFIER,DURATION|...
Note that AMPLIFIER is a number representing the level, and DURATION is a number representing the time, in ticks, it will last for. |
Mechanism | This tag can be modified using mechanism/dEntity.potion_effects |
Group | attribute |
Name | <e@entity.has_effect[<effect>]> |
Returns | Element(Boolean) |
Description | Returns whether the entity has a specified effect.
If no effect is specified, returns whether the entity has any effect. |
Group | attributes |
Name | <e@entity.powered> |
Returns | Element(Boolean) |
Description | If the entity is a creeper, returns whether the creeper is powered.
|
Mechanism | This tag can be modified using mechanism/dEntity.powered |
Group | properties |
Name | <e@entity.profession> |
Returns | Element |
Description | If the entity can have professions, returns the entity's profession.
Currently, only Villager-type and infected zombie entities can have professions. Possible professions: BLACKSMITH, BUTCHER, FARMER, LIBRARIAN, PRIEST. (Or HUSK for zombies!) |
Mechanism | This tag can be modified using mechanism/dEntity.profession |
Group | properties |
Name | <e@entity.is_using_riptide> |
Returns | Element(Boolean) |
Description | Returns whether this entity is using the Riptide enchantment.
|
Mechanism | This tag can be modified using mechanism/dEntity.is_using_riptide |
Group | properties |
Name | <e@entity.rotation> |
Returns | Element |
Description | If the entity can have a rotation, returns the entity's rotation.
Currently, only Hanging-type entities can have rotations. |
Mechanism | This tag can be modified using mechanism/dEntity.rotiation |
Group | properties |
Name | <e@entity.silent> |
Returns | Element(Boolean) |
Description | Returns whether the entity is silent. (Plays no sounds)
|
Group | attributes |
Name | <e@entity.sitting> |
Returns | Element(Boolean) |
Description | If the entity is a wolf or ocelot, returns whether the animal is sitting.
|
Mechanism | This tag can be modified using mechanism/dEntity.sitting |
Group | properties |
Name | <e@entity.size> |
Returns | Element(Number) |
Description | Returns the size of a slime-type entity or a Phantom (1-120).
|
Mechanism | This tag can be modified using mechanism/dEntity.size |
Group | properties |
Name | <e@entity.skeleton_type> |
Returns | Element(Boolean) |
Description | If the entity is a skeleton, returns what type of skeleton it is.
Can return: NORMAL, WITHER, STRAY. |
Mechanism | This tag can be modified using mechanism/dEntity.skeleton |
Group | properties |
Name | <e@entity.is_small> |
Returns | Element(Boolean) |
Description | Returns whether the armor stand is small.
|
Mechanism | This tag can be modified using mechanism/dEntity.is_small |
Group | properties |
Name | <e@entity.speed> |
Returns | Element(Decimal) |
Description | Returns how fast the entity can move.
|
Mechanism | This tag can be modified using mechanism/dEntity.speed |
Group | attributes |
Name | <e@entity.spell> |
Returns | Element |
Description | Returns the spell the entity is currently casting.
Can be: url/https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Spellcaster.Spell.html |
Mechanism | This tag can be modified using mechanism/dEntity.spell |
Group | properties |
Name | <e@entity.is_tamed> |
Returns | Element(Boolean) |
Description | Returns whether the entity has been tamed.
|
Mechanism | This tag can be modified using mechanism/dEntity.tame |
Group | properties |
Name | <e@entity.get_owner> |
Returns | dPlayer |
Description | Returns the owner of a tamed entity.
|
Mechanism | This tag can be modified using mechanism/dEntity.owner |
Group | properties |
Name | <e@entity.trades> |
Returns | dList(dTrade) |
Description | Returns a list of the Villager's trade recipes.
|
Mechanism | This tag can be modified using mechanism/dEntity.trades |
Name | <e@entity.visible> |
Returns | Element(Boolean) |
Description | Returns whether the armor stand is visible.
|
Group | attributes |
Name | <in@inventory.list_contents> |
Returns | dList(dItem) |
Description | Returns a list of all items in the inventory.
|
Mechanism | This tag can be modified using mechanism/dInventory.contents |
Group | properties |
Name | <in@inventory.list_contents.simple> |
Returns | dList(dItem) |
Description | Returns a list of all items in the inventory, without item properties.
|
Mechanism | This tag can be modified using mechanism/dInventory.contents |
Group | properties |
Name | <in@inventory.list_contents.full> |
Returns | dList(dItem) |
Description | Returns a list of all items in the inventory, with the tag item.full used.
Irrelevant on modern (1.13+) servers. |
Mechanism | This tag can be modified using mechanism/dInventory.contents |
Group | properties |
Name | <in@inventory.list_contents.with_lore[<element>]> |
Returns | dList(dItem) |
Description | Returns a list of all items in the inventory with the specified
lore. Color codes are ignored. |
Mechanism | This tag can be modified using mechanism/dInventory.contents |
Group | properties |
Name | <in@inventory.list_contents.with_lore[<element>].simple> |
Returns | dList(dItem) |
Description | Returns a list of all items in the inventory with the specified
lore, without item properties. Color codes are ignored. |
Mechanism | This tag can be modified using mechanism/dInventory.contents |
Group | properties |
Name | <in@inventory.id_holder> |
Returns | dObject |
Description | Returns Denizen's holder ID for this inventory. (p@aufdemrand, l@123,321,123, etc.)
|
Mechanism | This tag can be modified using mechanism/dInventory.holder |
Group | properties |
Name | <in@inventory.size> |
Returns | Element(Number) |
Description | Return the number of slots in the inventory.
|
Mechanism | This tag can be modified using mechanism/dInventory.size |
Group | properties |
Name | <in@inventory.title> |
Returns | Element |
Description | Returns the title of the inventory.
|
Mechanism | This tag can be modified using mechanism/dInventory.title |
Group | properties |
Name | <i@item.apple_enchanted> |
Returns | Element(Boolean) |
Description | Returns whether a golden apple item is enchanted.
NOTE: In 1.13+, enchanted golden apples are now a separate Material type, making this tag no longer required. |
Mechanism | This tag can be modified using mechanism/dItem.apple_enchanted |
Group | properties |
Name | <i@item.nbt_attributes> |
Returns | dList |
Description | Returns the NBT attribute data (as matches the mechanism input), if any.
|
Mechanism | This tag can be modified using mechanism/dItem.nbt_attributes |
Group | properties |
Name | <i@item.base_color> |
Returns | Element |
Description | Gets the base color of a banner.
For the list of possible colors, see url/http://bit.ly/1dydq12. |
Mechanism | This tag can be modified using mechanism/dItem.base_color |
Group | properties |
Name | <i@item.book.author> |
Returns | Element |
Description | Returns the author of the book.
|
Mechanism | This tag can be modified using mechanism/dItem.book |
Group | properties |
Name | <i@item.book.title> |
Returns | Element |
Description | Returns the title of the book.
|
Mechanism | This tag can be modified using mechanism/dItem.book |
Group | properties |
Name | <i@item.book.page_count> |
Returns | Element(Number) |
Description | Returns the number of pages in the book.
|
Mechanism | This tag can be modified using mechanism/dItem.book |
Group | properties |
Name | <i@item.book.get_page[<#>]> |
Returns | Element |
Description | Returns the page specified from the book as an element.
|
Mechanism | This tag can be modified using mechanism/dItem.book |
Group | properties |
Name | <i@item.book.pages> |
Returns | dList |
Description | Returns the pages of the book as a dList.
|
Mechanism | This tag can be modified using mechanism/dItem.book |
Group | properties |
Name | <i@item.book> |
Returns | Element |
Description | Returns full information on the book item, in the format
author|AUTHOR|title|TITLE|pages|PAGE_ONE|PAGE_TWO|... or as pages|PAGE_ONE|PAGE_TWO|... Pre-escaped to prevent issues. See language/Property Escaping |
Mechanism | This tag can be modified using mechanism/dItem.book |
Group | properties |
Name | <i@item.can_destroy> |
Returns | dList(dMaterial) |
Description | Returns a list of materials this item can destroy while in adventure mode, if any.
|
Mechanism | This tag can be modified using mechanism/dItem.can_destroy |
Group | properties |
Name | <i@item.can_place_on> |
Returns | dList(dMaterial) |
Description | Returns a list of materials this item can be placed on while in adventure mode, if any.
|
Mechanism | This tag can be modified using mechanism/dItem.can_place_on |
Group | properties |
Name | <i@item.color> |
Returns | dColor |
Description | Returns the color of the leather armor item or potion item.
|
Mechanism | This tag can be modified using mechanism/dItem.color |
Group | properties |
Name | <i@item.display> |
Returns | Element |
Description | Returns the display name of the item, as set by plugin or an anvil.
|
Mechanism | This tag can be modified using mechanism/dItem.display_name |
Group | properties |
Name | <i@item.has_display> |
Returns | Element(Boolean) |
Description | Returns whether the item has a custom set display name.
|
Mechanism | This tag can be modified using mechanism/dItem.display_name |
Group | properties |
Name | <i@item.durability> |
Returns | Element(Number) |
Description | Returns the current durability (number of uses) on the item.
|
Mechanism | This tag can be modified using mechanism/dItem.durability |
Group | properties |
Name | <i@item.max_durability> |
Returns | Element(Number) |
Description | Returns the maximum durability (number of uses) of this item.
For use with tag/i@item.durability and mechanism/dItem.durability. |
Group | properties |
Name | <i@item.is_enchanted> |
Returns | Element(Boolean) |
Description | Returns whether the item has any enchantments.
|
Mechanism | This tag can be modified using mechanism/dItem.enchantments |
Group | properties |
Name | <i@item.enchantments.with_levels> |
Returns | dList |
Description | Returns a list of enchantments on the item, with their levels listed too.
In the format of ENCHANTMENT,LEVEL - For example: DAMAGE_ALL,3 |
Mechanism | This tag can be modified using mechanism/dItem.enchantments |
Group | properties |
Name | <i@item.enchantments.levels> |
Returns | dList |
Description | Returns a list of enchantments on the item, showing only the level.
|
Mechanism | This tag can be modified using mechanism/dItem.enchantments |
Group | properties |
Name | <i@item.enchantments.level[<name>]> |
Returns | Element(Number) |
Description | Returns the level of a specified enchantment.
|
Mechanism | This tag can be modified using mechanism/dItem.enchantments |
Group | properties |
Name | <i@item.enchantments> |
Returns | dList |
Description | Returns a list of enchantments on the item.
|
Mechanism | This tag can be modified using mechanism/dItem.enchantments |
Group | properties |
Name | <i@item.firework> |
Returns | dList |
Description | Returns the firework's property value as a list, matching the format of the mechanism.
|
Mechanism | This tag can be modified using mechanism/dItem.firework |
Group | properties |
Name | <i@item.flags> |
Returns | dList |
Description | Returns a list of flags set on this item.
Valid flags include: HIDE_ATTRIBUTES, HIDE_DESTROYS, HIDE_ENCHANTS, HIDE_PLACED_ON, HIDE_POTION_EFFECTS, and HIDE_UNBREAKABLE NOTE: 'HIDE_POTION_EFFECTS' also hides banner patterns. |
Mechanism | This tag can be modified using mechanism/dItem.flags |
Group | properties |
Name | <i@item.inventory> |
Returns | dInventory |
Description | Returns a dInventory of a container item.
|
Mechanism | This tag can be modified using mechanism/dItem.inventory |
Group | properties |
Name | <i@item.lock> |
Returns | Element |
Description | Returns the lock password of this item.
|
Mechanism | This tag can be modified using mechanism/dItem.lock |
Group | properties |
Name | <i@item.is_locked> |
Returns | Element(Boolean) |
Description | Returns whether this item has a lock password.
|
Mechanism | This tag can be modified using mechanism/dItem.lock |
Group | properties |
Name | <i@item.lore> |
Returns | dList |
Description | Returns lore as a dList. Excludes the custom-script-id lore.
To get that information, use <i@item.scriptname>. |
Mechanism | This tag can be modified using mechanism/dItem.lore |
Group | properties |
Name | <i@item.has_lore> |
Returns | Element(Boolean) |
Description | Returns whether the item has lore set on it.
|
Mechanism | This tag can be modified using mechanism/dItem.lore |
Group | properties |
Name | <i@item.map> |
Returns | Element(Number) |
Description | Returns the ID number of the map item's map.
|
Mechanism | This tag can be modified using mechanism/dItem.map |
Group | properties |
Name | <i@item.has_nbt[<key>]> |
Returns | Element(Boolean) |
Description | Returns whether this item has the specified NBT key.
|
Group | properties |
Name | <i@item.nbt_keys> |
Returns | dList |
Description | Returns all of this item's NBT keys as a dList.
|
Group | properties |
Name | <i@item.nbt[<key>]> |
Returns | Element |
Description | Returns the value of this item's NBT key as an Element as best it can.
If no key is specified, returns the full list of NBT key/value pairs (valid for input to nbt mechanism). |
Mechanism | This tag can be modified using mechanism/dItem.nbt |
Group | properties |
Name | <i@item.patterns> |
Returns | dList |
Description | Lists a banner's patterns in the form "li@COLOR/PATTERN|COLOR/PATTERN" etc.
TODO: Local meta for these links For the list of possible colors, see url/http://bit.ly/1dydq12. For the list of possible patterns, see url/http://bit.ly/1MqRn7T. |
Mechanism | This tag can be modified using mechanism/dItem.patterns |
Group | properties |
Name | <i@item.plant_growth> |
Returns | Element |
Description | Returns the growth level of a plant item as one of the following:
Wheat: SEEDED, GERMINATED, VERY_SMALL, SMALL, MEDIUM, TALL, VERY_TALL, RIPE Nether Warts: SEEDED, STAGE_ONE, STAGE_TWO, RIPE Cocoa Plants: SMALL, MEDIUM, LARGE Pumpkin stem, melon stem, carrot, potato: 0-7 |
Mechanism | This tag can be modified using mechanism/dItem.plant_growth |
Group | properties |
Name | <i@item.potion_base> |
Returns | Element |
Description | Returns the potion effect on this item.
In the format Effect,Level,Extended,Splash,Color |
Mechanism | This tag can be modified using mechanism/dItem.potion_effects |
Group | properties |
Name | <i@item.has_potion_effect> |
Returns | Element(Boolean) |
Description | Returns whether the potion has a potion effect.
|
Mechanism | This tag can be modified using mechanism/dItem.potion |
Name | <i@item.potion_effect[<#>].is_splash> |
Returns | Element(Boolean) |
Description | Returns whether the potion is a splash potion.
|
Mechanism | This tag can be modified using mechanism/dItem.potion_effects |
Group | properties |
Name | <i@item.potion_effect[<#>].is_extended> |
Returns | Element(Boolean) |
Description | Returns whether the potion effect is extended.
|
Mechanism | This tag can be modified using mechanism/dItem.potion_effects |
Group | properties |
Name | <i@item.potion_effect[<#>].level> |
Returns | Element(Number) |
Description | Returns the potion effect's level.
|
Mechanism | This tag can be modified using mechanism/dItem.potion_effects |
Group | properties |
Name | <i@item.potion_effect[<#>].is_ambient> |
Returns | Element(Boolean) |
Description | Returns whether the potion effect is ambient.
|
Mechanism | This tag can be modified using mechanism/dItem.potion_effects |
Group | properties |
Name | <i@item.potion_effect[<#>].color> |
Returns | dColor |
Description | Returns the potion effect's color.
NOTE: Not supported as of Minecraft version 1.13. |
Mechanism | This tag can be modified using mechanism/dItem.potion_effects |
Group | properties |
Name | <i@item.potion_effect[<#>].icon> |
Returns | Element(Boolean) |
Description | Returns whether the potion effect shows an icon.
|
Mechanism | This tag can be modified using mechanism/dItem.potion_effects |
Group | properties |
Name | <i@item.potion_effect[<#>].has_particles> |
Returns | Element(Boolean) |
Description | Returns whether the potion effect has particles.
|
Mechanism | This tag can be modified using mechanism/dItem.potion_effects |
Group | properties |
Name | <i@item.potion_effect[<#>].duration> |
Returns | Element(Number) |
Description | Returns the duration in ticks of the potion.
|
Mechanism | This tag can be modified using mechanism/dItem.potion_effects |
Group | properties |
Name | <i@item.potion_effect[<#>].amplifier> |
Returns | Element(Number) |
Description | Returns the amplifier level of the potion effect.
|
Mechanism | This tag can be modified using mechanism/dItem.potion_effects |
Group | properties |
Name | <i@item.potion_effect[<#>].type> |
Returns | Element |
Description | Returns the type of the potion effect.
|
Mechanism | This tag can be modified using mechanism/dItem.potion_effects |
Group | properties |
Name | <i@item.potion_effect[<#>]> |
Returns | Element |
Description | Returns the potion effect on this item.
In the format Effect,Level,Extended,Splash |
Mechanism | This tag can be modified using mechanism/dItem.potion_effects |
Group | properties |
Warning | Don't use this directly, use its sub-tags!
|
Name | <i@item.quantity> |
Returns | Element(Number) |
Description | Returns the number of items in the dItem's itemstack.
|
Mechanism | This tag can be modified using mechanism/dItem.quantity |
Group | properties |
Name | <i@item.max_stack> |
Returns | Element(Number) |
Description | Returns the max number of this item possible in a single stack of this type.
For use with tag/i@item.quantity and mechanism/dItem.quantity. |
Group | properties |
Name | <i@item.has_script> |
Returns | Element(Boolean) |
Description | Returns whether the item was created by an item script.
|
Group | scripts |
Name | <i@item.scriptname> |
Returns | Element |
Description | Returns the script name of the item if it was created by an item script.
|
Group | scripts |
Name | <i@item.script> |
Returns | dScript |
Description | Returns the script of the item if it was created by an item script.
|
Group | scripts |
Name | <i@item.sign_contents> |
Returns | dList |
Description | Returns a list of lines on a sign item.
|
Mechanism | This tag can be modified using mechanism/dItem.sign_contents |
Group | properties |
Name | <i@item.skin> |
Returns | Element |
Description | Returns the UUID of the player whose skin a skull item uses.
Note: Item must be a 'skull_item' with a skin. |
Mechanism | This tag can be modified using mechanism/dItem.skull_skin |
Group | properties |
Name | <i@item.skin.full> |
Returns | Element|Element |
Description | Returns the UUID of the player whose skin a skull item uses, along
with the permanently cached texture property. Note: Item must be a 'skull_item' with a skin. |
Mechanism | This tag can be modified using mechanism/dItem.skull_skin |
Group | properties |
Name | <i@item.has_skin> |
Returns | Element(Boolean) |
Description | Returns whether the item has a custom skin set.
(Only for human 'skull_item's) |
Mechanism | This tag can be modified using mechanism/dItem.skull_skin |
Group | properties |
Name | <i@item.spawn_id> |
Returns | Element(Number) |
Description | NOTE: ID numbers are deprecated since 1.11
Use <i@item.spawn_type> instead! Returns the spawn egg number of the item. |
Mechanism | This tag can be modified using mechanism/dItem.spawn_id |
Group | properties |
Name | <i@item.spawn_type> |
Returns | Element |
Description | Returns the spawn egg's entity type.
|
Mechanism | This tag can be modified using mechanism/dItem.spawn_type |
Group | properties |
Name | <i@item.unbreakable> |
Returns | Element(Boolean) |
Description | Returns whether an item has the unbreakable flag.
|
Mechanism | This tag can be modified using mechanism/dItem.unbreakable |
Group | properties |
Name | <trade@trade.has_xp> |
Returns | Element(Boolean) |
Description | Returns whether the trade has an experience reward.
|
Mechanism | This tag can be modified using mechanism/dTrade.has_xp |
Name | <trade@trade.inputs> |
Returns | dList(dItem) |
Description | Returns the list of items required to make the trade.
|
Mechanism | This tag can be modified using mechanism/dTrade.inputs |
Name | <trade@trade.max_uses> |
Returns | Element(Number) |
Description | Returns the maximum amount of times that the trade can be used.
|
Mechanism | This tag can be modified using mechanism/dTrade.max_uses |
Name | <trade@trade.result> |
Returns | dItem |
Description | Returns what the trade will give the player.
|
Mechanism | This tag can be modified using mechanism/dTrade.result |
Name | <trade@trade.uses> |
Returns | Element(Number) |
Description | Returns how many times the trade has been used.
|
Mechanism | This tag can be modified using mechanism/dTrade.uses |
Name | <yaml.list> |
Returns | dList |
Description | Returns a list of all currently loaded YAML ID's.
|
Name | <yaml[<id>].contains[<path>]> |
Returns | Element(Boolean) |
Description | Returns true if the file has the specified path.
Otherwise, returns false. |
Name | <yaml[<id>].is_list[<path>]> |
Returns | Element(Boolean) |
Description | Returns true if the specified path results in a list.
|
Name | <yaml[<id>].read[<path>]> |
Returns | Element |
Description | Returns the value of the key at the path.
If the key is a list, returns a dList instead. |
Name | <yaml[<id>].list_deep_keys[<path>]> |
Returns | dList |
Description | Returns a dList of all the keys at the path and all subpaths.
|
Name | <yaml[<id>].list_keys[<path>]> |
Returns | dList |
Description | Returns a dList of all the keys at the path.
|
Name | <yaml[<id>].to_json> |
Returns | Element |
Description | Converts the YAML container to a JSON array.
|
Name | <yaml[<id>].to_text> |
Returns | Element |
Description | Converts the YAML container to raw YAML text.
|
Name | <p> |
Returns | Element |
Description | Returns a paragraph, for use in books.
|
Name | <n> |
Returns | Element |
Description | Returns a newline symbol, for use in books.
|
Name | <schematic.list> |
Returns | dList |
Description | Returns a list of all loaded schematics.
|
Name | <schematic[<name>].exists> |
Returns | Element(Boolean) |
Description | Returns whether the schematic exists.
|
Name | <schematic[<name>].height> |
Returns | Element(Number) |
Description | Returns the height (Y) of the schematic.
|
Name | <schematic[<name>].length> |
Returns | Element(Number) |
Description | Returns the length (Z) of the schematic.
|
Name | <schematic[<name>].width> |
Returns | Element(Number) |
Description | Returns the width (X) of the schematic.
|
Name | <schematic[<name>].block[<location>]> |
Returns | dMaterial |
Description | Returns the material for the block at the location in the schematic.
|
Name | <schematic[<name>].origin> |
Returns | dLocation |
Description | Returns the origin location of the schematic.
|
Name | <schematic[<name>].blocks> |
Returns | Element(Number) |
Description | Returns the number of blocks in the schematic.
|
Name | <schematic[<name>].cuboid[<origin location>]> |
Returns | dCuboid |
Description | Returns a cuboid of where the schematic would be if it was pasted at an origin.
|
Name | <parse:<text to parse>> |
Returns | Element |
Description | Returns the text with any tags in it parsed.
WARNING: THIS TAG IS DANGEROUS TO USE, DO NOT USE IT UNLESS YOU KNOW WHAT YOU ARE DOING. USE AT YOUR OWN RISK. |
Name | <math:<calculation>> |
Returns | Element(Decimal) |
Description | Returns a calculated result of the math placed after the :
Examples: '<math:1 + 1>' or '<math:sin(<npc.id>)>'. Since this is a 'value' tag, to get an int value, you will need to do '<math.as_int:calc>', and similar for all other element tags. |
Name | <tern[<condition>]:<element>||<element>> |
Returns | Element |
Description | Returns either the first element, or 'fallback' element depending on
the outcome of the condition. First element will show in a result of 'true', otherwise the fallback element will show. Example: '<tern[<player.is_spawned>]:Player is spawned! || Player is not spawned!>' |
Name | <server.slot_id[<slot>]> |
Returns | Element(Number) |
Description | Returns the slot ID number for an input slot (see language/Slot Inputs).
|
Name | <server.scoreboard[<board>].exists> |
Returns | dList |
Description | Returns whether a given scoreboard exists on the server.
|
Name | <server.scoreboard[(<board>)].team_members[<team>]> |
Returns | dList |
Description | Returns a list of all members of a scoreboard team. Generally returns as a list of names or text entries.
Members are not necessarily written in any given format and are not guaranteed to validly fit any requirements. Optionally, specify which scoreboard to use. |
Name | <server.object_is_valid[<object>]> |
Returns | Element(boolean) |
Description | Returns whether the object is a valid object (non-null), as well as not an Element.
|
Name | <server.has_whitelist> |
Returns | Element(boolean) |
Description | Returns true if the server's whitelist is active, otherwise returns false.
|
Name | <server.has_flag[<flag_name>]> |
Returns | Element(boolean) |
Description | Returns true if the server has the specified flag, otherwise returns false.
|
Name | <server.flag[<name>]> |
Returns | Flag dList |
Description | Returns the specified flag from the server.
|
Name | <server.list_biomes> |
Returns | dList |
Description | Returns a list of all biomes known to the server (only their Bukkit enum names).
|
Name | <server.list_enchantments> |
Returns | dList |
Description | Returns a list of all enchantments known to the server (only their Bukkit enum names).
|
Name | <server.list_entity_types> |
Returns | dList |
Description | Returns a list of all entity types known to the server (only their Bukkit enum names).
|
Name | <server.list_materials> |
Returns | dList |
Description | Returns a list of all materials known to the server (only their Bukkit enum names).
|
Name | <server.list_sounds> |
Returns | dList |
Description | Returns a list of all sounds known to the server (only their Bukkit enum names).
|
Name | <server.list_patterns> |
Returns | dList |
Description | Returns a list of all banner patterns known to the server (only their Bukkit enum names).
|
Name | <server.list_potion_effects> |
Returns | dList |
Description | Returns a list of all potion effects known to the server.
Can be used with command/cast. |
Name | <server.list_potion_types> |
Returns | dList |
Description | Returns a list of all potion types known to the server (only their Bukkit enum names).
|
Name | <server.list_tree_types> |
Returns | dList |
Description | Returns a list of all tree types known to the server (only their Bukkit enum names).
|
Name | <server.list_map_cursor_types> |
Returns | dList |
Description | Returns a list of all map cursor types known to the server (only their Bukkit enum names).
|
Name | <server.list_world_types> |
Returns | dList |
Description | Returns a list of all world types known to the server (only their Bukkit enum names).
|
Name | <server.list_flags[(regex:)<search>]> |
Returns | dList |
Description | Returns a list of the server's flag names, with an optional search for
names containing a certain pattern. |
Name | <server.list_notables[<type>]> |
Returns | dList |
Description | Lists all saved Notables currently on the server.
Optionally, specify a type to search for. Valid types: locations, cuboids, ellipsoids, items, inventories |
Name | <server.start_time> |
Returns | Duration |
Description | Returns the time the server started as a duration time.
|
Name | <server.ram_allocated> |
Returns | Element(Number) |
Description | How much RAM is allocated to the server, in bytes (total memory).
|
Name | <server.ram_max> |
Returns | Element(Number) |
Description | How much RAM is available to the server, in bytes (max memory).
|
Name | <server.ram_free> |
Returns | Element(Number) |
Description | How much RAM is unused but available on the server, in bytes (free memory).
|
Name | <server.available_processors> |
Returns | Element(Number) |
Description | How many virtual processors are available to the server.
(In general, Minecraft only uses one, unfortunately.) |
Name | <server.current_time_millis> |
Returns | Element(Number) |
Description | Returns the number of milliseconds since Jan 1, 1970.
Note that this can change every time the tag is read! |
Name | <server.has_event[<event_name>]> |
Returns | Element(Number) |
Description | Returns whether a world event exists on the server.
This tag will ignore dObject identifiers (see language/dobject). |
Name | <server.get_event_handlers[<event_name>]> |
Returns | dList(dScript) |
Description | Returns a list of all world scripts that will handle a given event name.
This tag will ignore dObject identifiers (see language/dobject). For use with tag/server.has_event[event_name] |
Name | <server.selected_npc> |
Returns | dNPC |
Description | Returns the server's currently selected NPC.
|
Name | <server.get_npcs_named[<name>]> |
Returns | dList(dNPC) |
Description | Returns a list of NPCs with a certain name.
|
Name | <server.has_file[<name>]> |
Returns | Element(Boolean) |
Description | Returns true if the specified file exists. The starting path is /plugins/Denizen.
|
Name | <server.list_files[<path>]> |
Returns | dList |
Description | Returns a list of all files in the specified directory. The starting path is /plugins/Denizen.
|
Name | <server.has_permissions> |
Returns | Element(Boolean) |
Description | Returns whether the server has a known permission plugin loaded.
Note: should not be considered incredibly reliable. |
Name | <server.has_economy> |
Returns | Element(Boolean) |
Description | Returns whether the server has a known economy plugin loaded.
Note: should not be considered incredibly reliable. |
Name | <server.denizen_version> |
Returns | Element |
Description | Returns the version of Denizen currently being used.
|
Name | <server.bukkit_version> |
Returns | Element |
Description | Returns the version of Bukkit currently being used.
|
Name | <server.version> |
Returns | Element |
Description | Returns the version of the server.
|
Name | <server.java_version> |
Returns | Element |
Description | Returns the current Java version of the server.
|
Name | <server.max_players> |
Returns | Element(Number) |
Description | Returns the maximum number of players allowed on the server.
|
Name | <server.list_sql_connections> |
Returns | dList |
Description | Returns a list of all SQL connections opened by command/sql.
|
Name | <server.group_prefix[<group>]> |
Returns | Element |
Description | Returns an Element of a group's chat prefix.
|
Name | <server.group_prefix[<group>].world[<world>]> |
Returns | Element |
Description | Returns an Element of a group's chat prefix for the specified dWorld.
|
Name | <server.group_suffix[<group>]> |
Returns | Element |
Description | Returns an Element of a group's chat suffix.
|
Name | <server.group_suffix[<group>].world[<world>]> |
Returns | Element |
Description | Returns an Element of a group's chat suffix for the specified dWorld.
|
Name | <server.list_permission_groups> |
Returns | dList |
Description | Returns a list of all permission groups on the server.
|
Name | <server.list_plugin_names> |
Returns | dList |
Description | Gets a list of currently enabled plugin names from the server.
|
Name | <server.list_scripts> |
Returns | dList(dScript) |
Description | Gets a list of all scripts currently loaded into Denizen.
|
Name | <server.match_player[<name>]> |
Returns | dPlayer |
Description | Returns the online player that best matches the input name.
EG, in a group of 'bo', 'bob', and 'bobby'... input 'bob' returns p@bob, input 'bobb' returns p@bobby, and input 'b' returns p@bo. |
Name | <server.match_offline_player[<name>]> |
Returns | dPlayer |
Description | Returns any player (online or offline) that best matches the input name.
EG, in a group of 'bo', 'bob', and 'bobby'... input 'bob' returns p@bob, input 'bobb' returns p@bobby, and input 'b' returns p@bo. |
Name | <server.get_npcs_assigned[<assignment_script>]> |
Returns | dList(dNPC) |
Description | Returns a list of all NPCs assigned to a specified script.
|
Name | <server.get_online_players_flagged[<flag_name>]> |
Returns | dList(dPlayer) |
Description | Returns a list of all online players with a specified flag set.
|
Name | <server.get_players_flagged[<flag_name>]> |
Returns | dList(dPlayer) |
Description | Returns a list of all players with a specified flag set.
|
Name | <server.get_spawned_npcs_flagged[<flag_name>]> |
Returns | dList(dNPC) |
Description | Returns a list of all spawned NPCs with a specified flag set.
|
Name | <server.get_npcs_flagged[<flag_name>]> |
Returns | dList(dNPC) |
Description | Returns a list of all NPCs with a specified flag set.
|
Name | <server.list_npcs> |
Returns | dList(dNPC) |
Description | Returns a list of all NPCs.
|
Name | <server.list_worlds> |
Returns | dList(dWorld) |
Description | Returns a list of all worlds.
|
Name | <server.list_plugins> |
Returns | dList(dPlugin) |
Description | Gets a list of currently enabled dPlugins from the server.
|
Name | <server.list_players> |
Returns | dList(dPlayer) |
Description | Returns a list of all players that have ever played on the server, online or not.
|
Name | <server.list_online_players> |
Returns | dList(dPlayer) |
Description | Returns a list of all online players.
|
Name | <server.list_offline_players> |
Returns | dList(dPlayer) |
Description | Returns a list of all offline players.
|
Name | <server.list_banned_players> |
Returns | dList(dPlayer) |
Description | Returns a list of all banned players.
|
Name | <server.list_banned_addresses> |
Returns | dList |
Description | Returns a list of all banned ip addresses.
|
Name | <server.is_banned[<address>]> |
Returns | Element(Boolean) |
Description | Returns whether the given ip address is banned.
|
Name | <server.ban_info[<address>].expiration> |
Returns | Duration |
Description | Returns the expiration of the ip address's ban, if it is banned.
Potentially can be null. |
Name | <server.ban_info[<address>].reason> |
Returns | Element |
Description | Returns the reason for the ip address's ban, if it is banned.
|
Name | <server.ban_info[<address>].created> |
Returns | Duration |
Description | Returns when the ip address's ban was created, if it is banned.
|
Name | <server.ban_info[<address>].source> |
Returns | Element |
Description | Returns the source of the ip address's ban, if it is banned.
|
Name | <server.list_ops> |
Returns | dList(dPlayer) |
Description | Returns a list of all ops, online or not.
|
Name | <server.list_online_ops> |
Returns | dList(dPlayer) |
Description | Returns a list of all online ops.
|
Name | <server.list_offline_ops> |
Returns | dList(dPlayer) |
Description | Returns a list of all offline ops.
|
Name | <server.motd> |
Returns | Element |
Description | Returns the server's current MOTD
|
Name | <server.entity_is_spawned[<entity>]> |
Returns | Element(Boolean) |
Description | Returns whether an entity is spawned and valid.
|
Name | <server.player_is_valid[<player name>]> |
Returns | Element(Boolean) |
Description | Returns whether a player exists under the specified name.
|
Name | <server.npc_is_valid[<npc>]> |
Returns | Element(Boolean) |
Description | Returns whether an NPC exists and is usable.
|
Name | <server.current_bossbars> |
Returns | dList |
Description | Returns a list of all currently active boss bar IDs.
|
Name | <server.recent_tps> |
Returns | dList |
Description | Returns the 3 most recent ticks per second measurements.
|
Name | <server.port> |
Returns | Element(Number) |
Description | Returns the port that the server is running on.
|
Name | <&0> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Black.
|
Name | <&1> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Dark Blue.
|
Name | <&2> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Dark Green.
|
Name | <&3> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Dark Cyan.
|
Name | <&4> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Dark Red.
|
Name | <&5> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Dark Magenta.
|
Name | <&6> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Gold.
|
Name | <&7> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Light Gray.
|
Name | <&8> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Dark Gray.
|
Name | <&9> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Light Blue.
|
Name | <&a> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Light Green.
|
Name | <&b> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Cyan.
|
Name | <&c> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Light Red.
|
Name | <&d> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Magenta.
|
Name | <&e> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Yellow.
|
Name | <&f> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters White.
|
Name | <&k> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters obfuscated.
|
Name | <&l> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters bold.
|
Name | <&m> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters have a strike-through.
|
Name | <&n> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters have an underline.
|
Name | <&o> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters italicized.
|
Name | <&r> |
Returns | Element |
Description | Returns the ChatColor that resets the following characters to normal.
|
Name | <black> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Black.
|
Name | <dark_blue> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Dark Blue.
|
Name | <dark_green> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Dark Green.
|
Name | <dark_aqua> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Dark Cyan.
|
Name | <dark_red> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Dark Red.
|
Name | <dark_purple> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Dark Magenta.
|
Name | <gold> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Gold.
|
Name | <gray> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Light Gray.
|
Name | <dark_gray> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Dark Gray.
|
Name | <blue> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Light Blue.
|
Name | <green> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Light Green.
|
Name | <aqua> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Cyan.
|
Name | <red> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Light Red.
|
Name | <light_purple> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Magenta.
|
Name | <yellow> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters Yellow.
|
Name | <white> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters White.
|
Name | <magic> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters obfuscated.
|
Name | <bold> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters bold.
|
Name | <strikethrough> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters have a strike-through.
|
Name | <underline> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters have an underline.
|
Name | <italic> |
Returns | Element |
Description | Returns the ChatColor that makes the following characters italicized.
|
Name | <reset> |
Returns | Element |
Description | Returns the ChatColor that resets the following characters to normal.
|
Name | <&nl> |
Returns | Element |
Description | Returns a newline symbol.
|
Name | <&> |
Returns | Element |
Description | Returns an ampersand symbol: &
|
Name | <&cm> |
Returns | Element |
Description | Returns a comma symbol: ,
|
Name | <&ss> |
Returns | Element |
Description | Returns an internal coloring symbol: §
|
Name | <&sq> |
Returns | Element |
Description | Returns a single-quote symbol: '
|
Name | <&sp> |
Returns | Element |
Description | Returns a space symbol.
|
Name | < > |
Returns | Element |
Description | Returns a non-breaking space symbol.
|
Name | <&dq> |
Returns | Element |
Description | Returns a double-quote symbol: "
|
Name | <&co> |
Returns | Element |
Description | Returns a colon symbol: :
|
Name | <&sc> |
Returns | Element |
Description | Returns a semicolon symbol: ;
|
Name | <&rb> |
Returns | Element |
Description | Returns a right-bracket symbol: ]
|
Name | <&lb> |
Returns | Element |
Description | Returns a left-bracket symbol: [
|
Name | <&rc> |
Returns | Element |
Description | Returns a right-brace symbol: }
|
Name | <&lc> |
Returns | Element |
Description | Returns a left-brace symbol: {
|
Name | <&ns> |
Returns | Element |
Description | Returns a hash symbol: #
|
Name | <&pc> |
Returns | Element |
Description | Returns a percent symbol: %
|
Name | <&pipe> |
Returns | Element |
Description | Returns a pipe symbol: |
|
Name | <&ds> |
Returns | Element |
Description | Returns a dollar sign: $
|
Name | <<> |
Returns | Element |
Description | Returns a less than symbol: <
|
Name | <>> |
Returns | Element |
Description | Returns a greater than symbol: >
|
Name | <&bs> |
Returns | Element |
Description | Returns a backslash symbol: \
|
Name | <&at> |
Returns | Element |
Description | Returns an at symbol: @
|
Name | <&dot> |
Returns | Element |
Description | Returns a dot symbol: .
|
Name | <&hrt> |
Returns | Element |
Description | Returns a heart symbol: ♥
|
Name | <&chr[<character>]> |
Returns | Element |
Description | Returns the Unicode character specified. e.g. <&chr[2665]> returns a heart.
|
Name | <p@player.areashop.owned> |
Returns | dList(AreaShop) |
Description | Returns a list of AreaShops the player owns.
|
Note | This tag requires the plugin(s) DepenizenBukkit, AreaShop! |
Name | <l@location.skyblock.has_skyblock> |
Returns | Element(Boolean) |
Description | Returns whether the location has a skyblock.
|
Note | This tag requires the plugin(s) DepenizenBukkit, A SkyBlock! |
Name | <l@location.skyblock.get_owner> |
Returns | dPlayer |
Description | Returns whether the owner of the skyblock at the location.
|
Note | This tag requires the plugin(s) DepenizenBukkit, A SkyBlock! |
Name | <p@player.skyblock.has_skyblock> |
Returns | Element(Boolean) |
Description | Returns whether the player has a skyblock.
|
Note | This tag requires the plugin(s) DepenizenBukkit, A SkyBlock! |
Name | <p@player.skyblock.center> |
Returns | dLocation |
Description | Returns the centre of the player's skyblock.
|
Note | This tag requires the plugin(s) DepenizenBukkit, A SkyBlock! |
Name | <p@player.skyblock.spawn_point> |
Returns | dLocation |
Description | Returns the spawnpoint of the player's skyblock.
|
Note | This tag requires the plugin(s) DepenizenBukkit, A SkyBlock! |
Name | <p@player.skyblock.members> |
Returns | dList(dPlayer) |
Description | Returns a list of members of the player's skyblock.
|
Note | This tag requires the plugin(s) DepenizenBukkit, A SkyBlock! |
Name | <p@player.skyblock.level> |
Returns | Element(Number) |
Description | Returns the level of the player's skyblock.
|
Note | This tag requires the plugin(s) DepenizenBukkit, A SkyBlock! |
Name | <w@world.is_skyblock_world> |
Returns | Element(Boolean) |
Description | Returns whether the world is used by A SkyBlock.
|
Note | This tag requires the plugin(s) DepenizenBukkit, A SkyBlock! |
Name | <p@player.bn.class> |
Returns | Element |
Description | Returns the player's class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, BattleNight! |
Name | <p@player.bn.in_battle> |
Returns | Element(Boolean) |
Description | Returns true if the player is in battle.
|
Note | This tag requires the plugin(s) DepenizenBukkit, BattleNight! |
Name | <p@player.bn.team> |
Returns | Element |
Description | Returns the team the player is currenly on.
|
Note | This tag requires the plugin(s) DepenizenBukkit, BattleNight! |
Name | <in@inventory.is_bossshop> |
Returns | Element(Boolean) |
Description | Returns whether the inventory is a BossShop.
|
Note | This tag requires the plugin(s) DepenizenBukkit, BossShop! |
Name | <i@item.worth> |
Returns | Element(Decimal) |
Description | Returns the amount of money one of this item is worth in Essentials.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Essentials! |
Name | <i@item.worth.quantity[<#>]> |
Returns | Element(Decimal) |
Description | Returns the amount of money the quantity specified of this item is worth in Essentials.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Essentials! |
Name | <p@player.god_mode> |
Returns | Element(Boolean) |
Description | Returns whether the player is currently in god mode.
|
Mechanism | This tag can be modified using mechanism/dPlayer.god_mode |
Note | This tag requires the plugin(s) DepenizenBukkit, Essentials! |
Name | <p@player.has_home> |
Returns | Element(Boolean) |
Description | Returns whether the player has set at least one home.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Essentials! |
Name | <p@player.is_afk> |
Returns | Element(Boolean) |
Description | Returns whether the player is AFK.
|
Mechanism | This tag can be modified using mechanism/dPlayer.is_afk |
Note | This tag requires the plugin(s) DepenizenBukkit, Essentials! |
Name | <p@player.is_muted> |
Returns | Element(Boolean) |
Description | Returns whether the player is muted.
|
Mechanism | This tag can be modified using mechanism/dPlayer.is_muted |
Note | This tag requires the plugin(s) DepenizenBukkit, Essentials! |
Name | <p@player.is_vanished> |
Returns | Element(Boolean) |
Description | Returns whether the player is vanished.
|
Mechanism | This tag can be modified using mechanism/dPlayer.is_vanished |
Note | This tag requires the plugin(s) DepenizenBukkit, Essentials! |
Name | <p@player.home_list> |
Returns | dList(Element/dLocation) |
Description | Returns a list of the homes of the player, in the format "HomeName/l@x,y,z,world".
|
Note | This tag requires the plugin(s) DepenizenBukkit, Essentials! |
Name | <p@player.home_location_list> |
Returns | dList(dLocation) |
Description | Returns a list of the locations of homes of the player.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Essentials! |
Name | <p@player.ignored_players> |
Returns | dList(dPlayer) |
Description | Returns a list of the ignored players of the player.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Essentials! |
Name | <p@player.home_name_list> |
Returns | dList(Element) |
Description | Returns a list of the names of homes of the player.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Essentials! |
Name | <p@player.mail_list> |
Returns | dList(Element) |
Description | Returns a list of mail the player currently has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Essentials! |
Name | <p@player.mute_timeout> |
Returns | Duration |
Description | Returns how much time is left until the player is muted.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Essentials! |
Name | <p@player.socialspy> |
Returns | Element(Boolean) |
Description | Returns whether the player has SocialSpy enabled.
|
Mechanism | This tag can be modified using mechanism/dPlayer.socialspy |
Note | This tag requires the plugin(s) DepenizenBukkit, Essentials! |
Name | <l@location.faction> |
Returns | dFaction |
Description | Returns the faction at the location. (Can also be SafeZone, WarZone, or Wilderness)
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <p@player.factions.power> |
Returns | Element(Double) |
Description | Returns the player's power level.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <n@npc.factions.power> |
Returns | Element(Double) |
Description | Returns the NPC's power level.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <p@player.factions.role> |
Returns | Element |
Description | Returns the player's role in their faction.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <n@npc.factions.role> |
Returns | Element |
Description | Returns the NPC's role in their faction.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <p@player.factions.title> |
Returns | Element |
Description | Returns the player's title.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <n@npc.factions.title> |
Returns | Element |
Description | Returns the NPC's title.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <p@player.faction> |
Returns | dFaction |
Description | Returns the player's faction.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <n@npc.faction> |
Returns | dFaction |
Description | Returns the NPC's faction.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <l@location.griefprevention.has_claim> |
Returns | Element(Boolean) |
Description | Returns whether there is a GriefPreventionClaim at this location.
Optionally specify an Element(Boolean) for whether to ignore Y axis. |
Note | This tag requires the plugin(s) DepenizenBukkit, GriefPrevention! |
Name | <l@location.griefprevention.claim> |
Returns | GriefPreventionClaim |
Description | Returns the GriefPreventionClaim at this location.
|
Note | This tag requires the plugin(s) DepenizenBukkit, GriefPrevention! |
Name | <p@player.griefprevention.list_claims> |
Returns | dList(GriefPreventionClaim) |
Description | Returns a list of all claims the player has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, GriefPrevention! |
Name | <p@player.griefprevention.claims> |
Returns | Element(Number) |
Description | Returns the number of claims the player has in GriefPrevention.
|
Note | This tag requires the plugin(s) DepenizenBukkit, GriefPrevention! |
Name | <p@player.griefprevention.blocks.remaining> |
Returns | Element(Number) |
Description | Returns the number of claim blocks the player has left.
|
Note | This tag requires the plugin(s) DepenizenBukkit, GriefPrevention! |
Name | <p@player.griefprevention.blocks.bonus> |
Returns | Element(Number) |
Description | Returns the number of bonus claim blocks the player has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, GriefPrevention! |
Name | <p@player.griefprevention.blocks.total> |
Returns | Element(Number) |
Description | Returns the total number of claim blocks the player has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, GriefPrevention! |
Name | <p@player.griefprevention.blocks> |
Returns | Element(Number) |
Description | Returns the number of normal claim blocks the payer has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, GriefPrevention! |
Name | <p@player.heroes> |
Returns | HeroesHero |
Description | Returns this player as a HeroesHero. This is designed
to allow <p@player.heroes.some.extensions> for ease of use, and usually should not be used alone. |
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <n@npc.heroes> |
Returns | HeroesHero |
Description | Returns a Player-type NPC as a HeroesHero. This is designed
to allow <n@npc.heroes.some.extensions> for ease of use, and usually shouldn't be used alone. |
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <p@player.jobs[<job>]> |
Returns | dJob |
Description | Returns the job specified with the player's information attached.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Jobs! |
Name | <e@entity.is_disguised> |
Returns | Element(Boolean) |
Description | Returns whether the entity is in a disguise.
|
Note | This tag requires the plugin(s) DepenizenBukkit, LibsDisguises! |
Name | <e@entity.disguise> |
Returns | dlibsdisguise |
Description | Returns the disguise of the entity.
|
Note | This tag requires the plugin(s) DepenizenBukkit, LibsDisguises! |
Name | <p@player.luckperms_tracks> |
Returns | dList(luckpermstrack) |
Description | Returns a list of tracks the player is in.
|
Note | This tag requires the plugin(s) DepenizenBukkit, LuckPerms! |
Name | <p@player.mcmmo.level[<skill>]> |
Returns | Element(Integer) |
Description | Returns the player's level in a skill. If no skill is specified,
this returns the player's overall level. |
Note | This tag requires the plugin(s) DepenizenBukkit, mcMMO! |
Name | <p@player.mcmmo.party> |
Returns | Element |
Description | Returns the name of the player's party.
|
Note | This tag requires the plugin(s) DepenizenBukkit, mcMMO! |
Name | <p@player.mcmmo.xp[<skill>].to_next_level> |
Returns | Element(Integer) |
Description | Returns the amount of experience a player needs to level up
in a skill. |
Note | This tag requires the plugin(s) DepenizenBukkit, mcMMO! |
Name | <p@player.mcmmo.xp[<skill>].level> |
Returns | Element(Integer) |
Description | Returns the player's experience level in a skill.
|
Note | This tag requires the plugin(s) DepenizenBukkit, mcMMO! |
Name | <p@player.mcmmo.xp[<skill>]> |
Returns | Element(Integer) |
Description | Returns the player's amount of experience in a skill.
|
Note | This tag requires the plugin(s) DepenizenBukkit, mcMMO! |
Name | <p@player.mcmmo.rank[<skill>]> |
Returns | Element(Integer) |
Description | Returns the player's current rank in a skill. If no skill is specified,
this returns the player's overall rank. |
Note | This tag requires the plugin(s) DepenizenBukkit, mcMMO! |
Name | <p@player.mobarena.in_arena> |
Returns | Element(Boolean) |
Description | Returns whether the player is in an arena.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <p@player.mobarena.current_arena> |
Returns | mobarena |
Description | Returns the arena the player is in.
NOTE: requires the player to be in an arena. |
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <p@player.mobarena.class> |
Returns | Element |
Description | Returns the name of the class the player is using.
NOTE: requires the player to be in an arena. |
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <p@player.mobarena.stats[<mobarena>].kills> |
Returns | Element(Number) |
Description | Returns the number of kills the player has in the arena.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <p@player.mobarena.stats[<mobarena>].damage_done> |
Returns | Element(Number) |
Description | Returns the amount of damage the player has dealt in the arena.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <p@player.mobarena.stats[<mobarena>].damage_taken> |
Returns | Element(Number) |
Description | Returns the amount of damage the player has taken in the arena.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <p@player.mobarena.stats[<mobarena>].last_wave> |
Returns | Element(Number) |
Description | Returns the wave the player reached in their last match in the arena.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <p@player.mobarena.stats[<mobarena>].times_swung> |
Returns | Element(Number) |
Description | Returns the number of times the player has swung their weapon in the arena.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <p@player.mobarena.stats[<mobarena>].times_hit> |
Returns | Element(Number) |
Description | Returns the number of times the player has hit an enemy in the arena.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <e@entity.is_mythicmob> |
Returns | Element(Boolean) |
Description | Returns whether the entity is a MythicMob.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MythicMobs! |
Name | <e@entity.mythicmob> |
Returns | MythicMobsMob |
Description | Returns the MythicMob for this entity.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MythicMobs! |
Name | <p@player.ncp.infractions> |
Returns | Element(Number) |
Description | Returns the number of infractions this player has with NoCheatPlus
NOTE: Cannot guarantee the accuracy of this tag, due to lack of API in NoCheatPlus. |
Note | This tag requires the plugin(s) DepenizenBukkit, NoCheatPlus.! |
Name | <p@player.playerpoints_points> |
Returns | Element(Number) |
Description | Returns the amount of points the player has. Only works on online players.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlayerPoints! |
Name | <l@location.plot> |
Returns | dPlot |
Description | Returns the plot contained by this location.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotMe! |
Name | <p@player.plot_count[<world>]> |
Returns | Element(Number) |
Description | Returns the number of plots a player has in a world.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotMe! |
Name | <w@world.is_plot_world> |
Returns | Element(Boolean) |
Description | Returns whether the world is a plot world.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotMe! |
Name | <el@element.as_plotsquared_plot> |
Returns | dPlotSquaredPlot |
Description | Returns the element as a dPlotSquaredPlot.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotSquared! |
Name | <l@location.plotsquared_plot> |
Returns | dPlotSquaredPlot |
Description | Returns the plot contained by this location.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotSquared! |
Name | <p@player.plotsquared_plots[<w@world>]> |
Returns | dList(dPlotSquaredPlot) |
Description | Returns a list of plots a player has in a world. Exclude the context to get plots in all worlds.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotSquared! |
Name | <l@location.prism_logs> |
Returns | dList(PrismAction) |
Description | Returns a list of prism logs for this location.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Prism! |
Name | <l@location.prism_logs.radius[<#>]> |
Returns | dList(PrismAction) |
Description | Returns a list of prism logs for a specified radius of blocks around this location.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Prism! |
Name | <l@location.prism_logs.radius[<#>].types[<action>|...]> |
Returns | dList(PrismAction) |
Description | Returns a list of prism logs for a specified radius of blocks around this location
with a search for action types. For example, <player.location.prism_logs.radius[10].types[block-break|block-place]> |
Note | This tag requires the plugin(s) DepenizenBukkit, Prism! |
Name | <l@location.prism_logs.types[<action>|...]> |
Returns | dList(PrismAction) |
Description | Returns a list of prism logs for this location, with a search for action types.
For example, <player.location.prism_logs.types[block-break|block-place]> |
Note | This tag requires the plugin(s) DepenizenBukkit, Prism! |
Name | <l@location.prism_logs.types[<action>|...].radius[<#>]> |
Returns | dList(PrismAction) |
Description | Returns a list of prism logs, with a search for action types, for a specified radius
of blocks around this location. For example, <player.location.prism_logs.types[block-break|block-place].radius[10]> |
Note | This tag requires the plugin(s) DepenizenBukkit, Prism! |
Name | <p@player.pvparena.in_arena[<pvparena>]> |
Returns | Element(Boolean) |
Description | Returns true if the player is in the specified arena. If no arena is specified,
this returns true if the player is in any arena. |
Note | This tag requires the plugin(s) DepenizenBukkit, PvP Arena! |
Name | <p@player.pvparena.class> |
Returns | Element |
Description | Returns the player's class if they're in an arena. Otherwise, returns null.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PvP Arena! |
Name | <p@player.pvparena.is_ready> |
Returns | Element(Boolean) |
Description | Returns true if the player is ready.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PvP Arena! |
Name | <p@player.pvparena.team.player_count> |
Returns | Element(Integer) |
Description | Returns the number of players in the team.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PvP Arena! |
Name | <p@player.pvparena.team.name> |
Returns | Element |
Description | Returns the player's team name if they're in an arena. Otherwise, returns null.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PvP Arena! |
Name | <p@player.pvpstats.deaths> |
Returns | Element |
Description | Returns the number of times the player has died.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PvP Stats! |
Name | <p@player.pvpstats.elo> |
Returns | Element |
Description | Returns the Elo rating of the player.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PvP Stats! |
Name | <p@player.pvpstats.kills> |
Returns | Element |
Description | Returns the number of players the player has killed.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PvP Stats! |
Name | <p@player.pvpstats.streak> |
Returns | Element |
Description | Returns the current kill streak of the player.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PvP Stats! |
Name | <p@player.pvpstats.max_streak> |
Returns | Element |
Description | Returns the highest kill streak of the player.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PvP Stats! |
Name | <p@player.quests.points> |
Returns | Element(Number) |
Description | Returns the number of quest points the player has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Quests! |
Name | <p@player.quests.completed_names> |
Returns | dList |
Description | Returns the names of quests the player has completed.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Quests! |
Name | <p@player.quests.active_names> |
Returns | dList |
Description | Returns the names of quests the player has active.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Quests! |
Name | <p@player.quests.completed> |
Returns | Element(Number) |
Description | Returns the number of quests the player has completed.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Quests! |
Name | <p@player.quests.active> |
Returns | Element(Number) |
Description | Returns the number of quests the player has active.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Quests! |
Name | <p@player.has_main_residence> |
Returns | Element(Boolean) |
Description | Returns whether the player has a main Residence.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Residence! |
Name | <p@player.main_residence> |
Returns | dResidence |
Description | Returns the player's current main Residence if they have one.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Residence! |
Name | <p@player.residences> |
Returns | dList(dResidence) |
Description | Returns the player's current list of Residences.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Residence! |
Name | <e@entity.is_shopkeeper> |
Returns | Element(Boolean) |
Description | Returns whether the entity is a Shopkeeper.
|
Note | This tag requires the plugin(s) DepenizenBukkit, ShopKeepers! |
Name | <e@entity.shopkeeper> |
Returns | ShopKeeper |
Description | Returns the ShopKeeper for this entity.
|
Note | This tag requires the plugin(s) DepenizenBukkit, ShopKeepers! |
Name | <p@player.simpleclans.clan> |
Returns | dClan |
Description | Returns the clan the player is in, if any.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <p@player.simpleclans.has_clan> |
Returns | dClan |
Description | Returns whether the player is in a clan.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <p@player.simpleclans.kill_death_ratio> |
Returns | Element(Decimal) |
Description | Returns the player's kill-death ratio.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <p@player.simpleclans.deaths> |
Returns | Element(Number) |
Description | Returns the number of deaths the player has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <p@player.simpleclans.kills.civilian> |
Returns | Element(Number) |
Description | Returns the total number of civilian kills the player has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <p@player.simpleclans.kills.rivals> |
Returns | Element(Number) |
Description | Returns the total number of rival kills the player has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <p@player.simpleclans.kills.neutral> |
Returns | Element(Number) |
Description | Returns the total number of neutral kills the player has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <p@player.simpleclans.kills.total> |
Returns | Element(Number) |
Description | Returns the total number of kills the player has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <p@player.simpleclans.rank> |
Returns | Element |
Description | Returns the player's rank within the clan.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <p@player.simpleclans.is_trusted> |
Returns | Element(Boolean) |
Description | Returns whether the player has trusted status in the clan.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <p@player.simpleclans.past_clans> |
Returns | dList(Element) |
Description | Returns a list of the player's past clan names.
NOTE: Due to a limitation of SimpleClans, we can only get names. |
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <p@player.skillapi.main_class> |
Returns | SkillAPIClass |
Description | Returns the player's main SkillAPI class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.in_class[<class>]> |
Returns | Element(Boolean) |
Description | Returns whether the player professes in the specified class. If none is specified, returns
whether the player professes in any class. |
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.has_skill[<skill>]> |
Returns | Element(Boolean) |
Description | Returns whether the player has the specified skill.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.mana> |
Returns | Element(Decimal) |
Description | Returns the player's current amount of mana.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.max_mana> |
Returns | Element(Decimal) |
Description | Returns the player's maximum amount of mana.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.class_exp[<class>]> |
Returns | Element(Decimal) |
Description | Returns the amount of experience the player has toward the next level in the specified class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.class_required_exp[<class>]> |
Returns | Element(Decimal) |
Description | Returns the amount of experience the player must receive to get to the next level
in the specified class. |
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.class_total_exp[<class>]> |
Returns | Element(Decimal) |
Description | Returns the total amount of experience the player has in the specified class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.class_level[<class>]> |
Returns | Element(Number) |
Description | Returns the level the player is in the specified class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.class_points[<class>]> |
Returns | Element(Number) |
Description | Returns the number of skill points the player has in the specified class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.class_maxed[<class>]> |
Returns | Element(Boolean) |
Description | Returns whether the player has hit maximum level in the specified class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.class_health[<class>]> |
Returns | Element(Decimal) |
Description | Returns the amount of health the player gets from the specified class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.class_mana[<class>]> |
Returns | Element(Decimal) |
Description | Returns the amount of mana the player gets from the specified class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.skill_bind[<skill>]> |
Returns | dMaterial |
Description | Returns the material this skill is currently bound to.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.skill_level_requirement[<skill>]> |
Returns | Element(Number) |
Description | Returns the level the player must be to level up the specified skill.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.skill_level[<skill>]> |
Returns | Element(Number) |
Description | Returns the level the player is in the specified skill.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.skill_points[<skill>]> |
Returns | Element(Number) |
Description | Returns how many skill points the player has invested in the specified skill.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.skill_cost[<skill>]> |
Returns | Element(Number) |
Description | Returns the cost the for the player to level up the specified skill.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.skill_on_cooldown[<skill>]> |
Returns | Element(Boolean) |
Description | Returns whether the specified skill is currently on cooldown for the player.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.skill_cooldown[<skill>]> |
Returns | Duration |
Description | Returns the remaining cooldown the player has in the specified skill.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.skill_maxed[<skill>]> |
Returns | Element(Boolean) |
Description | Returns whether the player has reached max level in the specified skill.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <p@player.skillapi.skill_status[<skill>]> |
Returns | Element |
Description | Returns the player's current status for the specified skill.
Can be: ON_COOLDOWN, MISSING_MANA, or READY |
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <l@location.tc_biome.name> |
Returns | Element |
Description | Returns the TerrainControl biome name at this location, if any.
|
Note | This tag requires the plugin(s) DepenizenBukkit, TerrainControl! |
Name | <l@location.tc_biome.temperature> |
Returns | Element |
Description | Returns the TerrainControl biome temperature at this location, if any.
|
Note | This tag requires the plugin(s) DepenizenBukkit, TerrainControl! |
Name | <p@player.townychat.channels> |
Returns | dList(Element) |
Description | Returns a list of all channels the player is in.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <p@player.townychat.muted_in[<channel name>]> |
Returns | Element(Boolean) |
Description | Returns whether the player is muted in the specified channel.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <p@player.townychat.has_permission[<channel name>]> |
Returns | Element(Boolean) |
Description | Returns whether the player has permissions to join the specified channel.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <cu@cuboid.has_town> |
Returns | Element(Boolean) |
Description | Returns whether the cuboid contains any town at all.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <cu@cuboid.list_towns> |
Returns | dList(dTown) |
Description | Returns all the towns within the cuboid.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <l@location.has_town> |
Returns | Element(Boolean) |
Description | Returns whether the location is within a town.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <l@location.town> |
Returns | dTown |
Description | Returns the town at the specified location.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <l@location.is_wilderness> |
Returns | Element(Boolean) |
Description | Returns whether the location is wilderness.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <p@player.has_nation> |
Returns | Element(Boolean) |
Description | Returns whether the player is part of a nation.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <p@player.has_town> |
Returns | Element(Boolean) |
Description | Returns whether the player is part of a town.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <p@player.mode_list> |
Returns | dList(Element) |
Description | Returns the player's towny modes as a list.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <p@player.nation_ranks> |
Returns | dList(Element) |
Description | Returns the player's nation ranks.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <p@player.nation> |
Returns | dNation |
Description | Returns the player's nation.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <p@player.town_ranks> |
Returns | dList(Element) |
Description | Returns the player's town ranks.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <p@player.town> |
Returns | dTown |
Description | Returns the player's town.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <p@player.is_vampire> |
Returns | Element(Boolean) |
Description | Returns true if the player is a vampire.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Vampire! |
Name | <p@player.is_Ãnfected> |
Returns | Element(Boolean) |
Description | Returns true if the player is infected.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Vampire! |
Name | <p@player.combat_infect> |
Returns | Element(Double) |
Description | Returns the value of the combat infection risk.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Vampire! |
Name | <p@player.combat_damage> |
Returns | Element(Double) |
Description | Returns the value of the combat damage factor.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Vampire! |
Name | <p@player.we_brush_info[(<item>)]> |
Returns | dList |
Description | Returns information about a player's current brush for an item.
If no item is specified, will be based on their held item. Output is in format: type|size|range|material Note that some values may be listed as "unknown" or strange values due to WorldEdit having a messy API (no way to automatically stringify brush data). |
Note | This tag requires the plugin(s) DepenizenBukkit, WorldEdit! |
Name | <p@player.selected_region> |
Returns | dCuboid |
Description | Returns the player's current region selection, as a dCuboid.
|
Note | This tag requires the plugin(s) DepenizenBukkit, WorldEdit! |
Name | <cu@cuboid.has_region> |
Returns | Element(Boolean) |
Description | Returns whether the cuboid contains any region.
|
Note | This tag requires the plugin(s) DepenizenBukkit, WorldGuard! |
Name | <cu@cuboid.regions> |
Returns | dList(Region) |
Description | Returns a list of regions that are in this cuboid.
|
Note | This tag requires the plugin(s) DepenizenBukkit, WorldGuard! |
Name | <l@location.in_region[<name>|...]> |
Returns | Element(Boolean) |
Description | If a region name or list of names is specified, returns whether the
location is in one of the listed regions, otherwise returns whether the location is in any region. |
Note | This tag requires the plugin(s) DepenizenBukkit, WorldGuard! |
Name | <l@location.regions> |
Returns | dList(Region) |
Description | Returns a list of regions that the location is in.
|
Note | This tag requires the plugin(s) DepenizenBukkit, WorldGuard! |
Name | <p@player.worldguard.can_build[<location>]> |
Returns | Element(Boolean) |
Description | Whether WorldGuard allows to build at a location.
|
Note | This tag requires the plugin(s) DepenizenBukkit, WorldGuard! |
Name | <p@player.worldguard.test_flag[<name>]> |
Returns | Element(Boolean) |
Description | Returns the state of a flag for that player at their location.
For example: .test_flag[pvp] returns 'true' when the player can be attacked. |
Note | This tag requires the plugin(s) DepenizenBukkit, WorldGuard! |
Name | <p@player.worldguard.test_flag[<name>].at[<location>]> |
Returns | Element(Boolean) |
Description | Returns the state of a flag for that player at the specified location.
|
Note | This tag requires the plugin(s) DepenizenBukkit, WorldGuard! |
Name | <w@world.list_regions> |
Returns | dList(Region) |
Description | Returns a list of WorldGuard regions in this world.
|
Note | This tag requires the plugin(s) DepenizenBukkit, WorldGuard! |
Name | <areashop@areashop.is_bought> |
Returns | Element(Boolean) |
Description | Returns whether this AreaShop has been bought.
|
Note | This tag requires the plugin(s) DepenizenBukkit, AreaShop! |
Name | <areashop@areashop.is_rented> |
Returns | Element(Boolean) |
Description | Returns whether this AreaShop is being rented.
|
Note | This tag requires the plugin(s) DepenizenBukkit, AreaShop! |
Name | <areashop@areashop.groups> |
Returns | dList |
Description | Returns a list of groups that control this AreaShop.
|
Note | This tag requires the plugin(s) DepenizenBukkit, AreaShop! |
Name | <areashop@areashop.landlord> |
Returns | dPlayer |
Description | Returns the landlord of the AreaShop.
|
Note | This tag requires the plugin(s) DepenizenBukkit, AreaShop! |
Name | <areashop@areashop.name> |
Returns | Element |
Description | Returns the name of the AreaShop.
|
Note | This tag requires the plugin(s) DepenizenBukkit, AreaShop! |
Name | <areashop@areashop.owner> |
Returns | dPlayer |
Description | Returns the owner of the AreaShop.
|
Note | This tag requires the plugin(s) DepenizenBukkit, AreaShop! |
Name | <areashop@areashop.worldguard_region> |
Returns | WorldGuardRegion |
Description | Returns the WorldGuardRegion that holds the AreaShop.
|
Note | This tag requires the plugin(s) DepenizenBukkit, AreaShop! |
Name | <server@server.name> |
Returns | Element |
Description | The name of the server as set by its Depenizen's config.yml file.
|
Note | This tag requires the plugin(s) DepenizenBukkit, DepenizenBungee! |
Name | <clan@clan.leaders> |
Returns | dList(dPlayer) |
Description | Returns the leaders of the clan.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <clan@clan.members> |
Returns | dList(dPlayer) |
Description | Returns all the members of the clan (including leaders).
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <clan@clan.is_verified> |
Returns | Element(Boolean) |
Description | Returns the whether the clan is verified.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <clan@clan.allies> |
Returns | dList(dClan) |
Description | Returns the ally clans of the clan.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <clan@clan.rivals> |
Returns | dList(dClan) |
Description | Returns the rival clans of the clan.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <clan@clan.deaths> |
Returns | Element(Number) |
Description | Returns the total number of deaths the clan has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <clan@clan.kills.civilian> |
Returns | Element(Number) |
Description | Returns the total number of civilian kills the clan has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <clan@clan.kills.rivals> |
Returns | Element(Number) |
Description | Returns the total number of rival kills the clan has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <clan@clan.kills.neutral> |
Returns | Element(Number) |
Description | Returns the total number of neutral kills the clan has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <clan@clan.kills.total> |
Returns | Element(Number) |
Description | Returns the total number of kills the clan has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <clan@clan.kill_death_ratio> |
Returns | Element(Decimal) |
Description | Returns the kill death ratio of the clan.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <clan@clan.home_location> |
Returns | dLocation |
Description | Returns the clans home location if it has one.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <clan@clan.name> |
Returns | Element |
Description | Returns the clan's name.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <clan@clan.tag> |
Returns | Element |
Description | Returns the clan's tag.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <clan@clan.warring_with[<clan>]> |
Returns | Element(Boolean) |
Description | Returns whether the clan is at war with another clan.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <clan@clan.friendly_fire> |
Returns | Element(Boolean) |
Description | Returns whether the clan has friendly fire enabled.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <clan@clan.bulletin_board> |
Returns | dList(Element) |
Description | Returns a list of all bulletin board messages for the clan.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <clan@clan.type> |
Returns | Element |
Description | Always returns 'Clan' for dClan objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <faction@faction.balance> |
Returns | Element(Decimal) |
Description | Returns the amount of money the faction currently has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <faction@faction.home> |
Returns | dLocation |
Description | Returns the location of the faction's home, if any.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <faction@faction.id> |
Returns | Element |
Description | Returns the unique ID for this faction.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <faction@faction.is_open> |
Returns | Element(Boolean) |
Description | Returns true if the faction is open.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <faction@faction.is_peaceful> |
Returns | Element(Boolean) |
Description | Returns true if the faction is peaceful.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <faction@faction.is_permanent> |
Returns | Element(Boolean) |
Description | Returns true if the faction is permanent.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <faction@faction.leader> |
Returns | dPlayer |
Description | Returns the faction's leader as a dPlayer.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <faction@faction.name> |
Returns | Element |
Description | Returns the name of the faction.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <faction@faction.player_count> |
Returns | Element(Number) |
Description | Returns the number of players in the faction.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <faction@faction.power> |
Returns | Element(Decimal) |
Description | Returns the amount of power the faction currently has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <faction@faction.relation[<faction>]> |
Returns | Element |
Description | Returns the current relation between the faction and another faction.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <faction@faction.size> |
Returns | Element(Number) |
Description | Returns the amount of land the faction has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <faction@faction.type> |
Returns | Element |
Description | Always returns 'Faction' for dFaction objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <nation@nation.allies> |
Returns | dList(dNation) |
Description | Returns a list of the nation's allies.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <nation@nation.assistants> |
Returns | dList(dPlayer) |
Description | Returns a list of the nation's assistants.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <nation@nation.balance> |
Returns | Element(Decimal) |
Description | Returns the current money balance of the nation.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <nation@nation.capital> |
Returns | dTown |
Description | Returns the capital city of the nation as a dTown.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <nation@nation.enemies> |
Returns | dList(dNation) |
Description | Returns a list of the nation's enemies.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <nation@nation.is_neutral> |
Returns | Element(Boolean) |
Description | Returns true if the nation is neutral.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <nation@nation.king> |
Returns | dPlayer |
Description | Returns the king of the nation.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <nation@nation.name> |
Returns | Element |
Description | Returns the nation's name.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <nation@nation.player_count> |
Returns | Element(Number) |
Description | Returns the amount of players in the nation.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <nation@nation.relation[<nation>]> |
Returns | Element |
Description | Returns the nation's current relation with another nation.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <nation@nation.residents> |
Returns | dList(dPlayer) |
Description | Returns a list of the nation's residents.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <nation@nation.tag> |
Returns | Element |
Description | Returns the nation's tag.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <nation@nation.taxes> |
Returns | Element(Decimal) |
Description | Returns the nation's current taxes.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <nation@nation.town_count> |
Returns | Element(Number) |
Description | Returns the number of towns in the nation.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <nation@nation.type> |
Returns | Element |
Description | Always returns 'Nation' for dNation objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <party@party.name> |
Returns | Element |
Description | Returns the name of the party.
|
Note | This tag requires the plugin(s) DepenizenBukkit, mcMMO! |
Name | <party@party.leader> |
Returns | dPlayer |
Description | Returns the leader of the party.
|
Note | This tag requires the plugin(s) DepenizenBukkit, mcMMO! |
Name | <party@party.members> |
Returns | dList(dPlayer) |
Description | Returns a list of all party members.
|
Note | This tag requires the plugin(s) DepenizenBukkit, mcMMO! |
Name | <plot@plot.id_x> |
Returns | Element(Number) |
Description | Returns the plot's X coordinate portion of its ID.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotMe! |
Name | <plot@plot.id_z> |
Returns | Element(Number) |
Description | Returns the plot's Z coordinate portion of its ID.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotMe! |
Name | <plot@plot.world> |
Returns | dWorld |
Description | Returns the plot's world.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotMe! |
Name | <plot@plot.owner> |
Returns | dPlayer |
Description | Returns the plot's owner.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotMe! |
Name | <plot@plot.cuboid> |
Returns | dCuboid |
Description | Returns the plot's cuboid.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotMe! |
Name | <plotsquaredplot@plotsquaredplot.id_x> |
Returns | Element(Number) |
Description | Returns the plot's X coordinate portion of its ID.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotSquared! |
Name | <plotsquaredplot@plotsquaredplot.id_z> |
Returns | Element(Number) |
Description | Returns the plot's Z coordinate portion of its ID.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotSquared! |
Name | <plotsquaredplot@plotsquaredplot.home> |
Returns | dLocation |
Description | Returns the plot's current home location.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotSquared! |
Name | <plotsquaredplot@plotsquaredplot.default_home> |
Returns | dLocation |
Description | Returns the plot's default home location.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotSquared! |
Name | <plotsquaredplot@plotsquaredplot.world> |
Returns | dWorld |
Description | Returns the plot's world.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotSquared! |
Name | <plotsquaredplot@plotsquaredplot.owners> |
Returns | dList(dPlayer) |
Description | Returns a list of all owners of the plot.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotSquared! |
Name | <plotsquaredplot@plotsquaredplot.trusted> |
Returns | dList(dPlayer) |
Description | Returns a list of all trusted of the plot.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotSquared! |
Name | <plotsquaredplot@plotsquaredplot.members> |
Returns | dList(dPlayer) |
Description | Returns a list of all members of the plot.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotSquared! |
Name | <plotsquaredplot@plotsquaredplot.cuboid> |
Returns | dCuboid |
Description | Returns the plot's cuboid.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotSquared! |
Name | <plotsquaredplot@plotsquaredplot.all_cuboids> |
Returns | dList(dCuboid) |
Description | Returns all the plot's cuboids in a list. Useful for merged plots.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlotSquared! |
Name | <town@town.assistants> |
Returns | dList(dPlayer) |
Description | Returns a list of the town's assistants.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.balance> |
Returns | Element(Decimal) |
Description | Returns the current money balance of the town.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.board> |
Returns | Element |
Description | Returns the town's current board.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.is_open> |
Returns | Element(Boolean) |
Description | Returns true if the town is currently open.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.is_public> |
Returns | Element(Boolean) |
Description | Returns true if the town is currently public.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.mayor> |
Returns | dPlayer |
Description | Returns the mayor of the town.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.name> |
Returns | Element |
Description | Returns the town's names.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.nation> |
Returns | dNation |
Description | Returns the nation that the town belongs to.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.player_count> |
Returns | Element(Number) |
Description | Returns the number of players in the town.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.residents> |
Returns | dList(dPlayer) |
Description | Returns a list of the town's residents.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.size> |
Returns | Element(Number) |
Description | Returns the number of blocks the town owns.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.spawn> |
Returns | dLocation |
Description | Returns the spawn point of the town.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.tag> |
Returns | Element |
Description | Returns the town's tag.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.taxes> |
Returns | Element(Decimal) |
Description | Returns the town's current taxes.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.outposts> |
Returns | dList(dLocation) |
Description | Returns a list of the town's outpost locations.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.type> |
Returns | Element |
Description | Always returns 'Town' for dTown objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.has_explosions> |
Returns | Element(Boolean) |
Description | Returns if the town has explosions turned on.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.has_mobs> |
Returns | Element(Boolean) |
Description | Returns if the town has mobs turned on.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.has_pvp> |
Returns | Element(Boolean) |
Description | Returns if the town has PvP turned on.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.has_firespread> |
Returns | Element(Boolean) |
Description | Returns if the town has firespread turned on.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.has_taxpercent> |
Returns | Element(Boolean) |
Description | Returns if the town has taxes in percentage.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.has_taxpercent> |
Returns | Element(Decimal) |
Description | Returns the amount of taxes collected from plots.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <town@town.plotprice> |
Returns | Element(Decimal) |
Description | Returns the price of a plot.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |
Name | <gpclaim@gpclaim.id> |
Returns | Element(Number) |
Description | Returns the GriefPreventionClaim's ID.
|
Note | This tag requires the plugin(s) DepenizenBukkit, GriefPrevention! |
Name | <gpclaim@gpclaim.owner> |
Returns | dPlayer/Element |
Description | Returns the GriefPreventionClaim's owner.
Can be "Admin" or a dPlayer. |
Mechanism | This tag can be modified using mechanism/GriefPreventionClaim.owner |
Note | This tag requires the plugin(s) DepenizenBukkit, GriefPrevention! |
Name | <gpclaim@gpclaim.cuboid> |
Returns | dCuboid |
Description | Returns the GriefPreventionClaim's cuboid area.
|
Note | This tag requires the plugin(s) DepenizenBukkit, GriefPrevention! |
Name | <gpclaim@gpclaim.is_adminclaim> |
Returns | Element(Boolean) |
Description | Returns whether GriefPreventionClaim is an Admin Claim.
|
Note | This tag requires the plugin(s) DepenizenBukkit, GriefPrevention! |
Name | <gpclaim@gpclaim.chunks> |
Returns | dList(dChunk) |
Description | Returns a list of all chunks in the GriefPreventionClaim.
|
Note | This tag requires the plugin(s) DepenizenBukkit, GriefPrevention! |
Name | <gpclaim@gpclaim.can_siege[<player>]> |
Returns | Element(Boolean) |
Description | Returns whether the GriefPreventionClaim can siege the player.
|
Note | This tag requires the plugin(s) DepenizenBukkit, GriefPrevention! |
Name | <hclass@hero_class.allowed_armor> |
Returns | dList(dMaterial) |
Description | Lists the armor materials allowed in the class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <hclass@hero_class.allowed_weapons> |
Returns | dList(dMaterial) |
Description | Lists the weapon materials allowed in the class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <hclass@hero_class.name> |
Returns | Element |
Description | Returns the name of the hero class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <hclass@hero_class.type> |
Returns | Element |
Description | Always returns 'Hero Class' for HeroesClass objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <hero@hero.delaying_skill> |
Returns | Element(Boolean) |
Description | Returns whether the hero is currently using a delayed skill.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <hero@hero.delayed_skill> |
Returns | Element |
Description | Returns the delayed skill the hero is currently using.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <hero@hero.has_party> |
Returns | Element(Boolean) |
Description | Returns whether the hero is in a party.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <hero@hero.in_combat[<entity>]> |
Returns | Element(Boolean) |
Description | Returns whether the hero is currently in combat, optionally with a specific entity.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <hero@hero.level[<class>]> |
Returns | Element(Number) |
Description | Returns the level of the hero for the specified class.
If no class is specified, returns the hero's current highest level. |
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <hero@hero.list_combatants> |
Returns | dList(dEntity) |
Description | Returns the list of entities the hero is currently in combat with.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <hero@hero.mana> |
Returns | Element(Number) |
Description | Returns the hero's current amount of mana.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <hero@hero.mana_regen> |
Returns | Element(Number) |
Description | Returns the hero's current amount of mana regeneration.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <hero@hero.max_mana> |
Returns | Element(Number) |
Description | Returns the hero's maximum amount of mana.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <hero@hero.party.leader> |
Returns | dPlayer |
Description | Returns the leader of the hero's party.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <hero@hero.party.members> |
Returns | dList(dPlayer) |
Description | Returns a list of players currently in the hero's party.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <hero@hero.primary_class> |
Returns | HeroesClass |
Description | Returns the primary class for the hero.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <hero@hero.secondary_class> |
Returns | HeroesClass |
Description | Returns the secondary class for the hero.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <hero@hero.skills> |
Returns | dList |
Description | Returns a list of skills the hero currently has access to.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <hero@hero.type> |
Returns | Element |
Description | Always returns 'Hero' for HeroesHero objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Note | This tag requires the plugin(s) DepenizenBukkit, Heroes! |
Name | <job@job[<player>].xp.max> |
Returns | Element(Number) |
Description | Returns the maximum experience a player can get in a specified job.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Jobs! |
Name | <job@job[<player>].xp.level> |
Returns | Element(Number) |
Description | Returns the current experience level a player has in a specified job.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Jobs! |
Name | <job@job[<player>].xp> |
Returns | Element(Double) |
Description | Returns the current experience a player has in a specified job.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Jobs! |
Name | <job@job.color> |
Returns | Element(ChatColor) |
Description | Returns the ChatColor of the job.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Jobs! |
Name | <job@job.description> |
Returns | Element |
Description | Returns the description of the job.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Jobs! |
Name | <job@job.name.short> |
Returns | Element |
Description | Returns the shortened name of the job.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Jobs! |
Name | <job@job.name> |
Returns | Element |
Description | Returns the name of the job.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Jobs! |
Name | <jobs@job.type> |
Returns | Element |
Description | Always returns 'Job' for JobsJob objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Note | This tag requires the plugin(s) DepenizenBukkit, Jobs! |
Name | <libsdisguise@libsdisguise.type> |
Returns | Element |
Description | Returns the type of the disguise.
|
Note | This tag requires the plugin(s) DepenizenBukkit, LibsDisguises! |
Name | <libsdisguise@libsdisguise.type> |
Returns | dEntity |
Description | Returns the entity of the disguise.
|
Note | This tag requires the plugin(s) DepenizenBukkit, LibsDisguises! |
Name | <libsdisguise@libsdisguise.display_name> |
Returns | Element |
Description | Returns the display name of the disguise.
|
Note | This tag requires the plugin(s) DepenizenBukkit, LibsDisguises! |
Name | <luckpermstrack@luckpermstrack.name> |
Returns | Element |
Description | Returns the name of the track.
|
Note | This tag requires the plugin(s) DepenizenBukkit, LuckPerms! |
Name | <luckpermstrack@luckpermstrack.groups> |
Returns | dList(Element) |
Description | Returns the list of groups in the track.
|
Note | This tag requires the plugin(s) DepenizenBukkit, LuckPerms! |
Name | <mobarena@mobarena.name> |
Returns | Element |
Description | Returns the name of the arena.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <mobarena@mobarena.config_name> |
Returns | Element |
Description | Returns the configuration name of the arena.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <mobarena@mobarena.is_running> |
Returns | Element(Boolean) |
Description | Returns whether the arena is running.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <mobarena@mobarena.wave_count> |
Returns | Element(Number) |
Description | Returns the number of waves this arena has in total.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <mobarena@mobarena.current_wave> |
Returns | Element(Number) |
Description | Returns the current wave number.
NOTE: Requires the arena to be running. |
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <mobarena@mobarena.wave_type> |
Returns | Element |
Description | Returns the type of the current wave.
NOTE: Requires the arena to be running. |
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <mobarena@mobarena.is_enabled> |
Returns | Element(Boolean) |
Description | Returns whether the arena is enabled.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <mobarena@mobarena.status> |
Returns | Element |
Description | Returns the status of the arena.
Will return 'closed', 'open', or 'running'. |
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <mobarena@mobarena.players.in_arena> |
Returns | dList(dPlayer) |
Description | Returns a list of players in the arena.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <mobarena@mobarena.players.in_lobby> |
Returns | dList(dPlayer) |
Description | Returns a list of players in the lobby.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <mobarena@mobarena.players> |
Returns | dList(dPlayer) |
Description | Returns a list of all players in the arena (including the lobby).
|
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <mobarena@mobarena.type> |
Returns | Element |
Description | Always returns 'MobArena' for MobArena objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <mythicmob@mythicmob.internal_name> |
Returns | Element |
Description | Returns the name MythicMobs identifies the MythicMob with.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MythicMobs! |
Name | <mythicmob@mythicmob.display_name> |
Returns | Element |
Description | Returns the display name of the MythicMob.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MythicMobs! |
Name | <mythicmob@mythicmob.spawner_name> |
Returns | Element |
Description | Returns the name of the spawner (as set on creation in-game) that spawned this mob.
Returns null, if the mob was spawned by something other than a spawner. |
Note | This tag requires the plugin(s) DepenizenBukkit, MythicMobs! |
Name | <mythicmob@mythicmob.level> |
Returns | Element(Number) |
Description | Returns the level of the MythicMob.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MythicMobs! |
Name | <mythicmob@mythicmob.players_killed> |
Returns | Element(Number) |
Description | Returns the number of players the MythicMob has killed.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MythicMobs! |
Name | <mythicmob@mythicmob.damage> |
Returns | Element(Decimal) |
Description | Returns the damage the MythicMob deals.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MythicMobs! |
Name | <mythicmob@mythicmob.armor> |
Returns | Element(Decimal) |
Description | Returns the armor the MythicMob has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MythicMobs! |
Name | <mythicmob@mythicmob.has_target> |
Returns | Element(Boolean) |
Description | Returns whether the MythicMob has a target.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MythicMobs! |
Name | <mythicmob@mythicmob.target> |
Returns | dEntity |
Description | Returns the MythicMob's target.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MythicMobs! |
Name | <mythicmob@mythicmob.is_damaging> |
Returns | Element(Boolean) |
Description | Returns whether the MythicMob is using its damaging skill.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MythicMobs! |
Name | <mythicmob@mythicmob.entity> |
Returns | dEntity |
Description | Returns the dEntity for the MythicMob.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MythicMobs! |
Name | <mythicmob@mythicmob.global_cooldown> |
Returns | Element(Number) |
Description | Returns the MythicMob's global cooldown.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MythicMobs! |
Name | <mythicmob@mythicmob.type> |
Returns | Element |
Description | Always returns 'Mythic Mob' for MythicMob objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Note | This tag requires the plugin(s) DepenizenBukkit, MythicMobs! |
Name | <prism@action.action_type> |
Returns | Element |
Description | Returns the action type of the logged action.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Prism! |
Name | <prism@action.type> |
Returns | Element |
Description | Always returns 'Prism Action' for PrismAction objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Note | This tag requires the plugin(s) DepenizenBukkit, Prism! |
Name | <prism@action.aggregate> |
Returns | dMaterial |
Description | Returns the new material for this action.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Prism! |
Name | <prism@action.block> |
Returns | dMaterial |
Description | Returns the main material for this action.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Prism! |
Name | <prism@action.alt_block> |
Returns | dMaterial |
Description | Returns the alternate material for this action.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Prism! |
Name | <prism@action.location> |
Returns | dLocation |
Description | Returns the location this action occurred at.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Prism! |
Name | <prism@action.player> |
Returns | dPlayer |
Description | Returns the player who performed this action.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Prism! |
Name | <pvparena@pvparena.name> |
Returns | Element |
Description | Returns the name of the arena.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PVPArena! |
Name | <pvparena@pvparena.fighters> |
Returns | dList(dPlayer) |
Description | Returns a list of all fighters in the arena.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PvPArena! |
Name | <pvparena@pvparena.type> |
Returns | Element |
Description | Always returns 'PVPArena' for PVPArena objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Note | This tag requires the plugin(s) DepenizenBukkit, PVPArena! |
Name | <residence@residence.name> |
Returns | Element |
Description | Returns the name of the residence.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Residence! |
Name | <residence@residence.owner> |
Returns | dPlayer |
Description | Returns the owner of the residence.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Residence! |
Name | <residence@residence.is_within[<location>]> |
Returns | Element(Boolean) |
Description | Returns whether the specified location is within this Residence.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Residence! |
Name | <shopkeeper@shopkeeper.is_active> |
Returns | Element(Boolean) |
Description | Returns whether the Shopkeeper is active.
|
Note | This tag requires the plugin(s) DepenizenBukkit, ShopKeepers! |
Name | <shopkeeper@shopkeeper.is_ui_active> |
Returns | Element(Boolean) |
Description | Returns whether the Shopkeeper is currently in a trade.
|
Note | This tag requires the plugin(s) DepenizenBukkit, ShopKeepers! |
Name | <shopkeeper@shopkeeper.trades> |
Returns | dList(dList) |
Description | Returns an escaped dList of the Shopkeeper's trades.
NOTE: see '!language Property Escaping'. |
Note | This tag requires the plugin(s) DepenizenBukkit, ShopKeepers! |
Name | <shopkeeper@shopkeeper.entity> |
Returns | dEntity |
Description | Returns the dEntity for this ShopKeeper.
|
Note | This tag requires the plugin(s) DepenizenBukkit, ShopKeepers! |
Name | <shopkeeper@shopkeeper.type> |
Returns | Element |
Description | Always returns 'ShopKeeper' for ShopKeeper objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Note | This tag requires the plugin(s) DepenizenBukkit, ShopKeepers! |
Name | <skillapiclass@skill_class.name> |
Returns | Element |
Description | Returns the name of this SkillAPI class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <skillapiclass@skill_class.prefix_color> |
Returns | Element |
Description | Returns the color of the prefix of this SkillAPI class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <skillapiclass@skill_class.prefix> |
Returns | Element |
Description | Returns the prefix of this SkillAPI class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <skillapiclass@skill_class.needs_permission> |
Returns | Element(Boolean) |
Description | Returns whether this SkillAPI class requires permission to profess as it.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <skillapiclass@skill_class.group.name> |
Returns | Element |
Description | Returns the name of the group that this SkillAPI class falls into.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <skillapiclass@skill_class.has_parent> |
Returns | Element(Boolean) |
Description | Returns the whether this SkillAPI class has a parent class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <skillapiclass@skill_class.parent> |
Returns | SkillAPIClass |
Description | Returns the parent class of this SkillAPI class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <skillapiclass@skill_class.icon> |
Returns | dItem |
Description | Returns the item icon representing this SkillAPI class in menus.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <skillapiclass@skill_class.max_level> |
Returns | Element(Decimal) |
Description | Returns the maximum level that this SkillAPI class can reach.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <skillapiclass@skill_class.base_health> |
Returns | Element(Decimal) |
Description | Returns the base amount of health for this SkillAPI class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <skillapiclass@skill_class.health_scale> |
Returns | Element(Decimal) |
Description | Returns the amount of health gained per level for this SkillAPI class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <skillapiclass@skill_class.base_mana> |
Returns | Element(Decimal) |
Description | Returns the base amount of mana for this SkillAPI class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <skillapiclass@skill_class.mana_scale> |
Returns | Element(Decimal) |
Description | Returns the amount of mana gained per level for this SkillAPI class.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <skillapiclass@skill_class.mana_name> |
Returns | Element |
Description | Returns the alias for mana that this SkillAPI class uses.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <skillapiclass@skill_class.has_mana_regen> |
Returns | Element(Boolean) |
Description | Returns whether this SkillAPI class has mana regeneration.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <skillapiclass@skill_class.mana_regen> |
Returns | Element(Decimal) |
Description | Returns the amount of mana regeneration that this SkillAPI class has.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SkillAPI! |
Name | <region@region.cuboid> |
Returns | dCuboid |
Description | Converts a cuboid-shaped region to a dCuboid.
|
Note | This tag requires the plugin(s) DepenizenBukkit, WorldGuard! |
Group | conversion |
Name | <region@region.id> |
Returns | Element |
Description | Gets the ID name of the region.
|
Note | This tag requires the plugin(s) DepenizenBukkit, WorldGuard! |
Name | <region@region.members> |
Returns | dList(dPlayer) |
Description | Gets a list of all members of a region. (Members are permitted to build, etc.)
|
Note | This tag requires the plugin(s) DepenizenBukkit, WorldGuard! |
Name | <region@region.owners> |
Returns | dList(dPlayer) |
Description | Gets a list of all owners of a region. (Owners are permitted to build, edit settings, etc.)
|
Note | This tag requires the plugin(s) DepenizenBukkit, WorldGuard! |
Name | <region@region.type> |
Returns | Element |
Description | Always returns 'Region' for WorldGuardRegion objects. All objects fetchable by the Object Fetcher will return the
type of object that is fulfilling this attribute. |
Note | This tag requires the plugin(s) DepenizenBukkit, WorldGuard! |
Name | <region@region.world> |
Returns | dWorld |
Description | Gets the dWorld this region is in.
|
Note | This tag requires the plugin(s) DepenizenBukkit, WorldGuard! |
Name | <bungee.server> |
Returns | dServer |
Description | Returns the current server as a BungeeCord dServer.
|
Note | This tag requires the plugin(s) DepenizenBukkit, DepenizenBungee! |
Name | <bungee.list_servers> |
Returns | dList(dServer) |
Description | Lists all servers connected to the BungeeCord network.
|
Note | This tag requires the plugin(s) DepenizenBukkit, DepenizenBungee! |
Name | <bungee.connected> |
Returns | Element(Boolean) |
Description | Returns whether the server is connected and registered to the BungeeCord socket.
|
Note | This tag requires the plugin(s) DepenizenBukkit, DepenizenBungee! |
Name | <bungee.reconnecting> |
Returns | Element(Boolean) |
Description | Returns whether the server is trying to reconnect to the BungeeCord socket.
|
Note | This tag requires the plugin(s) DepenizenBukkit, DepenizenBungee! |
Name | <skyblock.island_world> |
Returns | dWorld |
Description | Returns the world that A Skyblock uses for islands.
|
Note | This tag requires the plugin(s) DepenizenBukkit, A SkyBlock! |
Name | <skyblock.nether_world> |
Returns | dWorld |
Description | Returns the world that A Skyblock uses for the nether.
|
Note | This tag requires the plugin(s) DepenizenBukkit, A SkyBlock! |
Name | <skyblock.island_count> |
Returns | Element(Number) |
Description | Returns the number of Skyblock Islands that exist.
|
Note | This tag requires the plugin(s) DepenizenBukkit, A SkyBlock! |
Name | <battle.arena> |
Returns | Element |
Description | Returns the battle's arena name.
|
Note | This tag requires the plugin(s) DepenizenBukkit, BattleNight! |
Name | <battle.time_remaining> |
Returns | Duration |
Description | Returns the amount of time the battle has left.
|
Note | This tag requires the plugin(s) DepenizenBukkit, BattleNight! |
Name | <battle.in_progress> |
Returns | Element |
Description | Returns true if a battle is in progress.
|
Note | This tag requires the plugin(s) DepenizenBukkit, BattleNight! |
Name | <essentials.warp[<warp name>]> |
Returns | dLocation |
Description | Returns the location of the warp name.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Essentials! |
Name | <essentials.list_warps> |
Returns | dList(Element) |
Description | Returns a list of all Warp names.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Essentials! |
Name | <factions.list_factions> |
Returns | dList(dFaction) |
Description | Returns a list of all current factions.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Factions! |
Name | <jobs> |
Returns | dList |
Description | Returns a list of all known dJobs.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Jobs! |
Name | <luckperms.list_tracks> |
Returns | dList(luckpermstrack) |
Description | Returns a list of all tracks.
|
Note | This tag requires the plugin(s) DepenizenBukkit, LuckPerms! |
Name | <luckperms.track[<track name>]> |
Returns | luckpermstrack |
Description | Returns the track from the name given.
|
Note | This tag requires the plugin(s) DepenizenBukkit, LuckPerms! |
Name | <mobarena.list_arenas> |
Returns | dList(MobArena) |
Description | Returns a list of all MobArenas.
|
Note | This tag requires the plugin(s) DepenizenBukkit, MobArena! |
Name | <pvparena.list_arenas> |
Returns | dList(PVPArena) |
Description | Returns a list of all PVPArenas.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PVPArena! |
Name | <placeholder[<name>]> |
Returns | Element |
Description | Returns the value of the placeholder.
|
Note | This tag requires the plugin(s) DepenizenBukkit, PlaceholderAPI! |
Name | <simpleclans.list_clans> |
Returns | dList(dClan) |
Description | Returns a list of all clans.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <simpleclans.list_unverified_clans> |
Returns | dList(dClan) |
Description | Returns a list of all unverified clans.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <simpleclans.list_verified_clans> |
Returns | dList(dClan) |
Description | Returns a list of all verified clans.
|
Note | This tag requires the plugin(s) DepenizenBukkit, SimpleClans! |
Name | <towny.list_towns[<world name>]> |
Returns | dList(Element) |
Description | Returns a list of all towns. Optionally specify a world name.
|
Note | This tag requires the plugin(s) DepenizenBukkit, Towny! |