Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # EZRanksPro rankups.yml file
- # Create your rankups in this file.
- # If you need a default template, delete the rankups: section and
- # let it regenerate an example rankup.
- #
- # rankup_actions are a list of
- # actions which will be executed
- # when a player successfully ranks up
- #
- # You must include required arguments
- # <required>, (optional)
- # rankup_action list:
- # [consolecommand] <command> - perform a console command
- # [playercommand] <command> - make the player perform a command
- # [message] <message> - send the player a message
- # [broadcast] <message> - send the server a message
- # [jsonmessage] <json>- send the player a json message
- # [jsonbroadcast] <json> - send the server a json message
- # [actionbarmessage] <message> - send the player an actionbar message
- # [actionbarbroadcast] <message> - send the server an actionbar message
- # [addgroup] <group> (world) - add the player to a permissions group
- # [removegroup] <group> (world) - remove the player from a permissions group
- # [addpermission] <permission> (world) - add a permission node to the player
- # [removepermission] <permission> (world) - remove a permission node from a player
- # [setprefix] <prefix> - set the players prefix
- # [setsuffix] <suffix> - set the players suffix
- # [effect] <effect> - play an effect at the players location
- # [sound] <sound> <volume> <pitch> - play a sound at the players location
- #
- # You can delay any of the rankup actions being performed by ending the action with
- # <delay=(time in seconds)>
- # example:
- # [consolecommand] eco give %player% 100 <delay=10>
- #
- # Placeholders can be used in your rankup actions and messages:
- #
- # %player% - players name
- # %displayname% - players displayname
- # %world% - players current world
- # %rank% - players current rank
- # %rankup% - players next rank (if they have one)
- # %cost% - cost to rankup
- # %cost_formatted% - formatted cost to rankup
- # %balance% - players balance
- # %balance_formatted% - players formatted balance
- # %difference% - amount still needed
- # %difference_formatted% - formatted amount still needede
- # %progress% - rounded progress % based on cost - balance
- # %progressexact% - exact progress % based on cost - balance
- # %progressbar% - custom progressbar based on cost - balance
- # %rankprefix% - players current rank prefix defined in this file
- # %rankupprefix% - players next rank prefix defined in this file
- # %lastrank% - last rank available
- # %lastrankprefix% - last rank available prefix
- # %rankup_cost_<rankname>% - show the cost for a specific rank
- # %rankup_cost_formatted_<rankname>% - show the formatted cost for a specific rank
- # %rankup_is_completed_<rankname>% - show if a player has completed the specified rank
- last_rank:
- rank: Peixes
- prefix: '&3[&bPeixes III&8]'
- requirement_message:
- - '&8&m------------'
- - '&cPara upar para o rank %rankupprefix% voce precisa de &a$&f%cost%'
- - '&8&m------------'
- rankups:
- Aries:
- order: 1
- prefix: '&6[Aries]&f '
- rankup_to: AriesII
- cost: 1000.0
- rankup_actions:
- - '[consolecommand] pex user %player% group remove %rank%'
- - '[consolecommand] pex user %player% group set %rankup%'
- AriesII:
- order: 2
- prefix: '&6[Aries II]&f '
- rankup_to: AriesIII
- cost: 1000.0
- rankup_actions:
- - '[consolecommand] pex user %player% group remove %rank%'
- - '[consolecommand] pex user %player% group set %rankup%'
- AriesIII:
- order: 3
- prefix: '&6[Aries III]'
- rankup_to: Touro
- cost: 10000.0
- rankup_actions:
- - '[consolecommand] pex user %player% group remove %rank%'
- - '[consolecommand] pex user %player% group set %rankup%'
- Touro:
- order: 4
- prefix: '&c[Touro]&f '
- rankup_to: TouroII
- cost: 15000.0
- rankup_actions:
- - '[consolecommand] pex user %player% group remove %rank%'
- - '[consolecommand] pex user %player% group set %rankup%'
- Aries III e Touro são os rankings novos. Aries I e II são os antigos que não dão erro quando tento fazer o reload.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement