Advertisement
C4BR3R4

Autorank 3.8.2 - AdvancedConfig

Aug 1st, 2016
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 8.25 KB | None | 0 0
  1. #############################################################################
  2. #                                                                           #
  3. #                   Autorank Advanced Config                                #
  4. #                                                                           #
  5. #   Please use the SimpleConfig unless you know what you are doing and      #
  6. #   need functionality that the SimpleConfig doesn't provide.               #
  7. #                                                                           #
  8. #############################################################################
  9.  
  10. ranks:
  11.     Ente:
  12.         requirements:
  13.             time:
  14.                 value: 15m
  15.         results:
  16.             rank change: Ente;Mendigo
  17.             command: 'broadcast &p ahora es un Esclavo!'
  18.     Mendigo:
  19.         requirements:
  20.             time:
  21.                 value: 30m
  22.         results:
  23.             rank change: Mendigo;Esclavo
  24.             command: 'broadcast &p ahora es un Esclavo!'
  25.     Esclavo:
  26.         requirements:
  27.             time:
  28.                 value: 1h
  29.         results:
  30.             rank change: Esclavo;Explorador
  31.             command: 'broadcast &p ahora es un Explorador!'
  32.     Explorador:
  33.         requirements:
  34.             time:
  35.                 value: 12h
  36.             money: 5000
  37.         results:
  38.             rank change: Explorador;Colono
  39.             command: 'broadcast &p ahora es un Colono!'
  40.     Colono:
  41.         requirements:
  42.             time:
  43.                 value: 2d
  44.         results:
  45.             rank change: Colono;Aldeano
  46.             command: 'pex user &p group set Aldeano'
  47.     Aldeano:
  48.         requirements:
  49.             time:
  50.                 value: 15d
  51.             money: 70000
  52.             exp:
  53.                 value: 10
  54.             has item:
  55.                 value: 50
  56.             has item2:
  57.                 value: 40
  58.             mobs killed:
  59.                 value: 10;pig
  60.             mobs killed2:
  61.                 value: 10;spider
  62.         results:
  63.             rank change: Aldeano;Ciudadano
  64.             command: 'broadcast &p ahora es un Ciudadano!'
  65.     Ciudadano:
  66.         requirements:
  67.             time:
  68.                 value: 30d
  69.         results:
  70.             rank change: Ciudadano;Noble
  71.             command: 'broadcast &p ahora es un Noble!'
  72.     Noble:
  73.         requirements:
  74.             time:
  75.                 value: 40d
  76.         results:
  77.             rank change: Noble;Caballero
  78.             command: 'broadcast &p ahora es un Caballero!'
  79.     Caballero:
  80.         requirements:
  81.             time:
  82.                 value: 60d
  83.         results:
  84.             rank change: Caballero;Terrateniente
  85.             command: 'broadcast &p ahora es un Terrateniente!'
  86.     Terrateniente:
  87.         requirements:
  88.             time:
  89.                 value: 90d
  90.         results:
  91.             rank change: Terrateniente;Duque
  92.             command: 'broadcast &p ahora es un Duque!'
  93.     Duque:
  94.         requirements:
  95.             time:
  96.                 value: 120d
  97.         results:
  98.             rank change: Duque;Rey
  99.             command: 'broadcast &p ahora es un Rey!'
  100.            
  101. # new requirements and results can be added by other plugins that hook into the Autorank API
  102. # these are the ones that are included in the main plugin:
  103. #
  104. #   requirements:
  105. #       time: 1d 1h 1m
  106. #       exp: 20 (level)
  107. #       money: 2000 (requires vault ! Player has to have at least this amount of money)
  108. #       world: world_nether (player has to be in this world to get ranked)
  109. #       gamemode: 1 (player has to have a certain gamemode, 0 = Survival mode, 1 = Creative mode, 2 = Adventure mode)
  110. #       has item: id(;amount;data;name;false/true) (checks the players inventory for the item, the name would be the display name of the item. When the false/true (boolean) parameter is true, the player should have the item with the given display name, if it is false, the player only needs the specific amount and material type.)
  111. #       blocks broken: id(;amount;data;name) (a player has to have broken x amount blocks of item id and data) (Requires Stats) (when no data or id is given, it will check total blocks)
  112. #       Example: break 10 magenta wool would be: 'blocks broken: 35;10;2' 35 = itemid, 10 = amount, 2 = damagevalue
  113. #       blocks placed: id(;amount;data;name) (a player has to have placed x amount blocks of item id and data) (Requires Stats) (when no data or amount is given, it will check total blocks)
  114. #       votes: 10 (player has to have voted at least 10 times) (Requires Stats and Votifier)
  115. #       damage taken: 10 (player has to have taken 10 damage) (damage is not counted in hearts) (Requires Stats)
  116. #       mobs killed: 5;spider (player has to have killed 5 spiders) (if no entity is specified, then any kill counts) (Requires Stats) (for a list of entities: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html) Can also use WITHER_SKELETON,
  117. #       location: x;y;z;world;radius (player has to be in a location or within its radius)
  118. #       faction power: 10 (Amount of power a faction has to have) (Requires Factions)
  119. #       players killed: 10 (Player has to kill at least 10 players) (Requires Stats)
  120. #       global time: 10d 1h 5m (Player has to be online for at least 10 days, 1 hour and 5 mins) (Global time is the accumulated time over all servers you have connected the MySQL database with)
  121. #       total time: 50d 1h (Player has to be with this server for at least 50 days and 1 hour) (The time from when the player joined for the first time is the reference point. This means that when a player has joined 3 weeks ago, his 'total time' = 3 weeks)
  122. #       blocks moved: 1000;0 (Player has to move at least an x amount of blocks. Second argument is what kind of movement: 0=walk, 1=boat, 2=train, 3=pig, 4=pig in train, 5=horse) (Need Stats for this)
  123. #       worldguard region: TestRegion (Player has to be in a certain WorldGuard region) (requires WorldGuard)
  124. #       mcmmo skill level: 100;mining (Player has to have at least level 100 in mining) (requires McMMO)
  125. #       mcmmo power level: 100 (Player has to have at least power level 100) (requires McMMO)
  126. #       permission: i.need.a.permission (Player has to have this permission)
  127. #       fish caught: 10 (Player has to have caught at least 10 fish) (requires Stats)
  128. #       items crafted: 7 (Player has to have crafted at least 7 items) (requires Stats)
  129. #       times sheared: 15 (Player has to have sheared at least 15 sheep) (requires Stats)
  130. #       essentials geoip location: Netherlands (Player has to be in the area 'Netherlands') (requires Essentials GeoIP)
  131. #       in biome: river (Player has to be in biome 'river') (a list of all biomes: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/Biome.html)
  132. #       food eaten: 10;PORK (Player has to eat at least 10 Pork chops) (Food type can be omitted to include any type of food) (Stats required)
  133. #       acidisland level: 10 (Player needs to have at least an island level of 10) (AcidIsland required)
  134. #       askyblock level: 10 (Player needs to have at least an island level of 10) (ASkyBlock required)
  135. #       javascript: Player.getHealth() > 15;You need at least 15 hearts of health. (This first part must be true for this evaluations to be true, the second part is the description that is shown.)
  136. #
  137. #   results:
  138. #       rank change: new-rank
  139. #       rank change: old-rank; new-rank
  140. #       rank change: old-rank; new-rank; world (only works for permissions plugins that support this)
  141. #       message: 'You got ranked up'
  142. #       command: 'say &p hi; give &p 1 100'(executes a console command. &p will be replaced by the player name) You can perform more commands with the ';' sign.
  143. #       effect: STEP_SOUND;8 (first argument is the effect name, second is the effect data. For a list of possible effects go to https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Effect.html)
  144. #       tp: x;y;z;world;yaw;pitch (tp: 0;0;0;world_nether;1.0;2.0)
  145. #       firework: target;power;type;R;G;B (Spawn a firework with on a player or spawn, with specified power, type and RGB colour) (target can be 'player' or 'spawn', power is an integer, type is a type (see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/FireworkEffect.Type.html), R;G;B is a RGB colour code (see http://www.rapidtables.com/web/color/RGB_Color.htm))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement