Autorank v5.1.0
  • Autorank v5.1.0
  • Home
  • 📖INTRODUCTION
    • What is Autorank?
  • ✏️PATH CONFIGURATION
    • Understanding the Paths system
    • Building your own Paths
      • Requirements
      • Results
    • Paths for advanced users
    • Example Paths in Autorank 5.0
  • CONFIGURATION FILES
    • Overview of files
    • Settings file
    • Language file
  • PERMISSIONS & COMMANDS
    • Permissions and Commands
  • OTHER
    • Frequently Asked Questions
    • License
    • Placeholders
  • FOR DEVELOPERS
    • Developer API
Powered by GitBook
On this page
  • Basic requirements
  • Online time
  • Experience level
  • Experience Range level
  • Money
  • World
  • Gamemode
  • Obtained an item
  • Location
  • Time across several servers
  • Time since joining the server
  • Be in a permission group
  • Not in a permission group
  • Have a permission
  • Be in a biome
  • Have active (Autorank) paths
  • Have completed (Autorank) paths
  • Statistic-based requirements
  • Distance travelled
  • Players killed
  • Mobs killed
  • Blocks placed
  • Blocks broken
  • Votes
  • Damage taken
  • Fish caught
  • Items crafted
  • Sheep shorn
  • Food consumed
  • Advancement obtained
  • Animals bred
  • Cake slices eaten
  • Number of items enchanted
  • Number of potted plants
  • Number of deaths
  • Trades with villagers
  • Items thrown
  • AureliumSkills requirements
  • Level of a particular skill
  • Level of a stat
  • XP level of a skill
  • Amount of mana
  • BentoBox requirements
  • Island level
  • Essentials(X) requirements
  • Geo location
  • Factions requirements
  • Faction power
  • GriefPrevention requirements
  • Number of claims
  • Number of claimed blocks
  • Number of remaining claim blocks
  • Number of bonus claim blocks
  • Jobs requirements
  • Current points
  • Total points
  • Level of a specific job
  • Experience of a job
  • mcMMO requirements
  • Have a particular skill level
  • Have a power level
  • Placeholder requirements
  • Integer
  • String
  • PlayerPoints requirements
  • Points
  • Quests requirements
  • Number of active quests
  • Towny requirements
  • Has a town
  • Has a nation
  • WorldGuard requirements
  • Be in a worldguard region
  1. PATH CONFIGURATION
  2. Building your own Paths

Requirements

There is a large list of requirements you can use. Use the sidebar on the right to navigate quickly between requirements.

All requirements can also be used as prerequisites!

Basic requirements

Online time

Check how much time a player has spent online on the server (without being AFK).

Requirement name: time

Example usage
Explanation

1d 2h

Play at least 1 day and 2 hours

1m

Play at least 1 minute

1h 2m

Play at least 1 hour and 2 minutes

1d 2h 3m

Play at least 1 day, 2 hours and 3 minutes

Experience level

Check the experience level of a player

Requirement name: exp

Example usage
Explanation

20

Need at least level 20 of exp.

Experience Range level

Check the range of experience level of a player

Requirement name: exp range

Example usage
Explanation

20;29

Need at least level 20 to 29 of exp.

Money

Check how much money a player has

Requirement name: money

This requirement requires Vault to be installed (and an economy plugin)

Example usage
Explanation

150

Need at least 150 money (in your currency)

World

Check whether a player is in a specific world

Requirement name: world

Example usage
Explanation

world_nether

Should be in world_nether

Gamemode

Check whether a player is in a specific gamemode (survival, creative, spectator)

Requirement name: gamemode

Example usage
Explanation

1

Player needs to be in creative

Obtained an item

Check whether a player has a specific item or multiple of it.

Requirement name: has item

Syntax of the requirement: material; amount; display name; match display name

Parameter
Explanation

Material (string)

Name of material

Amount (integer)

Amount of the item

Display name (string)

Name to show to the user in the requirement

Match display name (boolean)

Whether the name of the item should match the display name

Example usage
Explanation

BONE;4

Need to have at least 4 bones

BONE;4;More bones

Need to have at least 4 bones (it will show the player 'More bones')

BONE;4;More bones;true

Need to have at least 4 bones (that are named 'More bones')

Location

Check whether a player is in a s

Requirement name: location

Syntax of the requirement: x; y; z; world; radius

Parameter
Explanation

X

X coordinate of the location

Y

Y coordinate of the location

Z

Z coordinate of the location

world

World of the location

Radius

How close the player should be to the exact location (in blocks)

Example usage
Explanation

10;65;10;world_nether;5

Needs to be within 5 blocks of location 10 (x), 65 (y), 10 (z) on world_nether

Time across several servers

Check how much time a player has spent across multiple servers (without being AFK).

Requirement name: global time

Example usage
Explanation

1d 2h

Play at least 1 day and 2 hours

1m

Play at least 1 minute

1h 2m

Play at least 1 hour and 2 minutes

1d 2h 3m

Play at least 1 day, 2 hours and 3 minutes

Time since joining the server

Check how much time has passed since the player has first joined the server. Note that a player does not need to be online for this time to increment.

Requirement name: total time

Example usage
Explanation

1d 2h

Must have joined the server 1d and 2h ago.

1m

Must have joined the server 1 minute ago.

Be in a permission group

Check whether a player is in a specific permission group

Requirement name: in group

Example usage
Explanation

Citizen

Player must be in the permission group 'Citizen'

Not in a permission group

Check whether a player is not in a specific permission group

Requirement name: not in group

Example usage
Explanation

Citizen

Player must not be in the permission group 'Citizen'

Have a permission

Check whether a player has a specific permission

Requirement name: permission

Example usage
Explanation

some.permission

Player needs the some.permission permission

Be in a biome

Check whether a player is in a specific biome

Requirement name: in biome

Have active (Autorank) paths

Check whether a player has a specific path as active or has a number of active paths

Requirement name: active paths

Example usage
Explanation

10

Needs to have at least 10 active paths

Cool Path

Needs to have 'Cool Path' as an active path

Have completed (Autorank) paths

Check whether a player has completed a specific path or has completed a number of paths

Requirement name: completed paths

Example usage
Explanation

10

Needs to have at least 10 completed paths

Cool Path

Needs to have completed path 'Cool Path'

Statistic-based requirements

Distance travelled

Check whether a player has moved a certain number of blocks

Requirement name: blocks moved

Example usage
Explanation

1000

Needs to travel at least 1000 blocks

Players killed

Check how many players a player has killed

Requirement name: players killed

Example usage
Explanation

200

Needs to kill at least 200 players

Mobs killed

Check how many mobs (of a specific type) a player has killed.

Requirement name: mobs killed

Example usage
Explanation

1000

Needs to kill a 1000 mobs (of any type)

10;SPIDER;<short name of mob>

Needs to kill 10 spiders

Blocks placed

Check whether a player has placed a specific type of block (or how many blocks in total he's placed)

Requirement name: blocks placed

Syntax of the requirement: material; amount; display name

Parameter
Explanation

Material (string)

Name of material

Amount (integer)

Amount of the item

Display name (string)

Name to show to the user in the requirement

Example usage
Explanation

4

Place at least 4 blocks

GLASS;4

Need to place at least 4 glass

GLASS;4;shiny things

Need to place at least 4 glass (it will show the player 'shiny things')

Blocks broken

Check whether a player has broken a specific type of block (or how many blocks in total he's broken)

Requirement name: blocks broken

Syntax of the requirement: material; amount; display name

Parameter
Explanation

Material (string)

Name of material

Amount (integer)

Amount of the item

Display name (string)

Name to show to the user in the requirement

Example usage
Explanation

4

Break at least 4 blocks

GLASS;4

Need to break at least 4 glass

GLASS;4;shiny things

Need to break at least 4 glass (it will show the player 'shiny things')

Votes

Check how many times a player has voted

Requirement name: votes

Statz and a compatible voting plugin is required.

Example usage
Explanation

200

Needs to vote at least 200 times

Damage taken

Check how much damage a player has taken

Requirement name: damage taken

Example usage
Explanation

500

Needs to take at least 500 damage

Fish caught

Check how much fish a player has caught

Requirement name: fish caught

Example usage
Explanation

10

Needs to catch at least 10 fish

Items crafted

Check how much items a player has crafted or how much of a specific item a player has crafted

Requirement name: items crafted

10

Needs to craft at least 10 items

ANVIL;2

Needs to craft 2 anvils

Sheep shorn

Check how many sheep a player has shorn

Requirement name: times sheared

Example usage
Explanation

50

Needs to shear at least 50 sheep

Food consumed

Check how much food a player has consumed or a specific type of food

Requirement name: food eaten

Example usage
Explanation

20

Needs to consume 20 food items

20;BAKED_POTATO

Needs to consume 20 baked potatoes

Advancement obtained

Check how many advancement a player has obtained or whether a player has obtained a specific advancement.

Requirement name: has advancement

Example usage
Explanation

10

Needs to obtain 10 advancements

minecraft:story/shiny_gear;Shiny gear

Needs to obtain the advancement

('shiny gear' is shown to the player)

Animals bred

Check how many animals a player has bred.

Requirement name: animals bred

Example usage
Explanation

10

Needs to breed 10 animals

Cake slices eaten

Check how many slices of cake a player has eaten.

Requirement name: cake slices eaten

Example usage
Explanation

10

Needs to eat 10 slices of cake

Number of items enchanted

Check how many items a player has enchanted

Requirement name: items enchanted

Example usage
Explanation

10

Needs to enchant 10 items

Number of potted plants

Check how many plants a player has potted

Requirement name: plants potted

Example usage
Explanation

10

Needs to pot 10 plants

Number of deaths

Check how many times a player has died.

Requirement name: times died

Example usage
Explanation

10

Needs to die 10 times

Trades with villagers

Check how many times a player has traded with a villager

Requirement name: traded with villagers

Example usage
Explanation

10

Needs to trade 10 times with villagers

Items thrown

Check how many times a player has thrown a specific item.

Requirement name: item thrown

Example usage
Explanation

EGG;100

Needs to throw 100 eggs

AureliumSkills requirements

Level of a particular skill

Check the level of a particular skill

Requirement name: aurelium skills skill level

Example usage
Explanation

fishing;100

Needs to have level 100 in 'fishing'

Level of a stat

Check the level of a stat of a player

Requirement name: aurelium skills stat level

Example usage
Explanation

strength;100

Needs to have level 100 in the stat 'strength'

XP level of a skill

Check the xp level of a skill

Requirement name: aurelium skills xp

Example usage
Explanation

sorcery;100

Needs to have 100 XP in 'sorcery'

Amount of mana

Check the amount of mana a player has

Requirement name: aurelium skills mana

Example usage
Explanation

250

Needs to have 250 mana

BentoBox requirements

Island level

Check the island level of a player.

Requirement name: bentobox level

Example usage
Explanation

20;world

Needs to have an island level of 20

Essentials(X) requirements

Geo location

Check the real life location of a player

Requirement name: essentials geoip location

Example usage
Explanation

Netherlands

Player should be playing from the Netherlands

Factions requirements

Faction power

Check how much power a faction of a player has (if he has any). If a player does not have a faction, this will return zero.

Requirement name: faction power

Example usage

Explanation

10

Needs to have 10 faction power

GriefPrevention requirements

Number of claims

Check how many claims a player has

Requirement name: grief prevention claims

Example usage
Explanation

24

Needs to have 24 claims

Number of claimed blocks

Check how many claimed blocks a player has

Requirement name: grief prevention claimed blocks

Example usage
Explanation

100

Needs to have 100 claimed blocks

Number of remaining claim blocks

Check how many blocks a player can still claim

Requirement name: grief prevention remaining blocks

Example usage
Explanation

55

Needs to have 55 remaining blocks

Number of bonus claim blocks

Check how many bonus claim blocks a player has

Requirement name: grief prevention bonus blocks

Example usage
Explanation

10

Needs to have 10 bonus claim blocks

Jobs requirements

Current points

Check the points that a player currently has

Requirement name: jobs current points

Example usage
Explanation

120

Needs to have 120 points

Total points

Check the total points that a player has accumulated over time.

Requirement name: jobs total points

Example usage
Explanation

120

Needs to have a total of 120 points

Level of a specific job

Check the level of a specific job of a player

Requirement name: jobs level

Example usage
Explanation

100;mining

Needs to have level 100 in the mining job.

Experience of a job

Check the experience a player has for a specific job

Requirement name: jobs experience

Example usage
Explanation

120;mining

Needs to have 120 exp in the mining job

mcMMO requirements

Have a particular skill level

Check the level of a particular skill of a player

Requirement name: mcmmo skill level

Example usage
Explanation

100;mining

Needs to have level 100 in Mining

Have a power level

Check the power level of a player (= sum of skill levels)

Requirement name: mcmmo power level

Example usage
Explanation

450

Needs to have a power level of 450

Placeholder requirements

Syntax of the requirement: amount; placeholder; language placeholder

Parameter
Explanation

Amount (integer)

Amount of the item

Placeholder (integer or String)

Placeholder from a plugin you want to use for your check

Language placeholder (string)

Discription to show to the user in the requirement

Integer

Check the integer value of a placeholder, for a player

Requirement name: placeholder integer

Example usage
Explanation

10;<placeholder>;<language placeholder>

Needs to have 10 of what the placeholder represents

String

Check the string value of a placeholder, for a player

Requirement name: placeholder string

Example usage
Explanation

<String>;<placeholder>;<language placeholder>

Needs to have <String> of what the placeholder represents

PlayerPoints requirements

Points

Check the player points of a player.

Requirement name: playerpoints points

Example usage
Explanation

50

Needs to have a 50 player points

Quests requirements

Number of active quests

Check how many active quests a player has

Requirement name: quests active quests

Example usage
Explanation

10

Needs to have 10 active quests

Check how many completed quests a player has

Requirement name: quests completed quests

Example usage
Explanation

10

Needs to have 10 completed quests

Check whether a player has completed a specific quest

Requirement name: quests complete quest

Example usage
Explanation

Kill Mother Teresa

Needs to complete Kill Mother Teresa

Check how many quest points a player has.

Requirement name: quests quest points

Example usage
Explanation

100

Needs to have 100 quest points

Towny requirements

Has a town

Check whether a player is part of a town

Requirement name: towny has town

Example usage
Has a town

true

Player needs to have a town

Has a nation

Check whether a player is part of a nation

Requirement name: towny has nation

Example usage
Explanation

true

Player needs to have a nation

Check whether a player is a mayor or a town

Requirement name: towny is mayor

Example usage
Explanation

true

Player needs to be a mayor

Check whether a player is king of a nation

Requirement name: towny is king

Example usage
Explanation

true

Player needs to be a king

Check how many town blocks a player has

Requirement name: towny town blocks

Example usage
Explanation

75

Needs to have 75 town blocks

WorldGuard requirements

Be in a worldguard region

Check whether a player is in a specific worldguard region

Requirement name: worldguard region

Example usage
Explanation

TestRegion

Needs to be in TestRegion

PreviousBuilding your own PathsNextResults

Last updated 1 year ago

For a list of gamemodes, see this . Use the numeric values (so 0, 1, 2, etc.)

For a list of materials, see this .

​a list of biomes you can use.

Most requirements use the statistics provided by Minecraft, but some may require Statz to be installed. It can be found here:

For a list of mobs, see .

For a list of materials, see this .

For a list of materials, see this .

A list of material names that you can use is provided .

For a list of materials (and consumables), click .

Advancement strings can be found . Look at the namespaced ids.

You will need for these requirements.

To use these requirements, you'll need .

You'll need either Essentials or for these requirements.

To use these requirements, you need a Factions plugin, like this .

You'll need to use these requirements.

is required!

To use these requirements, you'll need .

For a list of skills, see this .

You need for these requirements.

You need for these requirements.

To use these requirements, you'll need this plugin or this .

This requirement can only be used when you use plugin.

​is required for these requirements.

To use these requirements, you need the WorldGuard plugin, like this .

✏️
link
link
Here's
https://www.spigotmc.org/resources/statz.25969/
this link
link
link
here
here
here
AureliumSkills
this plugin
EssentialsX
one
GriefPrevention
Jobs
mcMMO
page
PlaceholderAPI
PlayerPoints
Quests
one
this specific Quests
Towny
one