Config.yml

# #================================================#
# # +--------------------------------------------+ #
# # | 4TheGame3's Plugin     [Rankuppo]          | #
# # +--------------------------------------------+ #
# #================================================#

Ways:
  DefaultWay:
#Starting group, replace it with the default group of permissionsex
    exampleGroup:
      Cost: 100
      itemsCost: 322:1,16
    exampleGroup2:
#Money cost
      Cost: 100
#Items cost: 322:1 = id of the item (super golden apple), 16 = number of super golen apples required, ";" divides the differents items.
      itemsCost: 322:1,16;
#Who executes the command?: console# or player# = command executer (usefull to use #console when the player doesn't have the permissions)
#What is %player%, %nextGroup% and %prevGroup%? = these strings will be replaced respectively with the playername, the group the player has selected
#and the group the player has.
      Commands: console#broadcast %player% ranked up to %nextGroup%!;player#spawn %player%
      Messages:
#Here you will replace the examples with your custom messages. To add a message simply add a "-" exactly under the previus one and then just write it.
      - you ranked to %nextGroup%!
      - Congrats %player%
  NextOne:
    exampleGroup3:
      Cost: 100
      itemsCost: 322:1,16
      Commands: console#broadcast %player% ranked up to %nextGroup%!
      Messages:
      - you ranked to %nextGroup%!
      - Congrats %player%
  BadWay:
    thisisabadRank:
      Cost: 100
      itemsCost: 322:1,16
      Commands: console#broadcast %player% ranked up to %nextGroup%!
      Messages:
      - you ranked to %nextGroup%!
      - Congrats %player%
Settings:
#First way, here you will need to choose the next ways.
  DefaultWay:
    next: NextOne,BadWay
#If you don't want any more ways put "none"
  NextOne:
    next: none
  BadWay:
    next: none


Comments

Posts Quoted:
Reply
Clear All Quotes