ReferralSystem:claim.yml

De PedroJM96 Wiki ES
Saltar a: navegación, buscar
####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# |             _____       __                    _  _____           _                           | #
# |            |  __ \     / _|                  | |/ ____|         | |                          | #
# |            | |__) |___| |_ ___ _ __ _ __ __ _| | (___  _   _ ___| |_ ___ _ __ ___            | #
# |            |  _  // _ \  _/ _ \ '__| '__/ _` | |\___ \| | | / __| __/ _ \ '_ ` _ \           | #
# |            | | \ \  __/ ||  __/ |  | | | (_| | |____) | |_| \__ \ ||  __/ | | | | |          | #
# |            |_|  \_\___|_| \___|_|  |_|  \__,_|_|_____/ \__, |___/\__\___|_| |_| |_|          | #
# |                                                         __/ |                                | #
# |                                                        |___/                                 | #
# |                                                                                              | #
# |                                                                                              | #
# |                                                                                              | #
# |  WIKI:        http://en.wiki.pedrojm96.com/wiki/ReferralSystem                               | #
# |  BUG REPORTS: https://www.spigotmc.org/threads/referralsystem.183585/                        | #
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                           | #
# |  OFFICIAL SERVER: mc.minepal.net                                                             | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################

# +----------------------------------------------------------------------------------------------+ #
# |                                          Menu Nodes                                          | #
# +----------------------------------------------------------------------------------------------+ #
# |                                                                                              | #
# |  settings-name: The name of the menu.                                                        | #
# |  settings-rows: Number of rows in the menu. (1,2,3,4,5,6).                                   | #
# |  settings-open-sound: Sound that will sound when you open the menu.                          | #
# |  settings-glass-enable: To place decoration glasses. default false                           | #
# |  settings-glass-color: The color of the glasses. From 0 to 15                                | #
# |  items: List of items that will contain the menu.                                            | #
# |                                                                                              | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #

# +----------------------------------------------------------------------------------------------+ #
# |                                          Items Nodes                                         | #
# +----------------------------------------------------------------------------------------------+ #
# |                                                                                              | #
# |  name: The name of the item.                                                                 | #
# |  lore: The description of the item.                                                          | #
# |  id: The id of the item material (https://www.minecraftinfo.com/idlist.htm).                 | #
# |  data-value: Value of the material type of the item.                                         | #
# |  slot: Location in the inventory of the item.                                                | #
# |  commands: Command that is executed when clicking.  (SERVER, PLAYER, CONSOLE, OP,            | #
# |            BROADCAST, GIVE, MONEY, POINTS, TELL,OPEN).                                       | #
# |  permission: Permission to use the item.                                                     | #
# |  keep-open: To keep inventory open. default false.                                           | #
# |  skull: To use heads with skin. (url:address.png | textures: <Base64 code> | <player>)       | #
# |  price: Price to use the item. default none.                                                 | #
# |  one-time: So you can claim only once.                                                       | #
# |                                                                                              | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #

settings-name: '&6&k..&r &5&lClaim Reward &6&k..'
settings-rows: 3
items:
  Diamond:
    name: '&b&LDiamonds &6(&7Price: &f<price>&6)'
    lore:
    - '&a-----------------------'
    - '&a- &7Claim 10 Diamonds'
    - '&a- &7Click to claim the reward'
    - '&a-----------------------'
    id: 264
    data-value: 0
    slot: 12
    commands:
    - 'give: DIAMOND 10'
    - 'tell: &e[&7&l&oReferralSystem&e] &7Your reward &610 &bdiamonds'
    - 'broadcast: &e[&7&l&oReferralSystem&e] &7The player &b<player> &7a claimed &610
      &bdiamonds.'
    permission: rs.claim.diamond
    price: 20
    one-time: true
  Money:
    name: '&b&lMoney &6(&7Price: &f<price>&6)'
    lore:
    - '&a-----------------------'
    - '&a- &7Claim $1000'
    - '&a- &7Click to claim the reward'
    - '&a-----------------------'
    id: 388
    data-value: 0
    slot: 14
    commands:
    - 'money: 10000'
    - 'tell: &e[&7&l&oReferralSystem&e] &7Your reward &61000 &bDollars.'
    - 'broadcast: &e[&7&l&oReferralSystem&e] &7The player &b<player> &7a claimed &61000
      &bDollars.'
    permission: rs.claim.money
    price: 40
  Rank:
    name: '&b&lFree Rank &6(&7Price: &f<price>&6)'
    lore:
    - '&a-----------------------'
    - '&a- &7Claim free vip rank'
    - '&a- &7Click to claim the reward'
    - '&a-----------------------'
    id: 310
    data-value: 0
    slot: 16
    commands:
    - 'console: pex user <player> group add Vip * 80'
    - 'tell: &e[&7&l&oReferralSystem&e] &7Your reward &6Vip &bRank.'
    - 'broadcast: &e[&7&l&oReferralSystem&e] &7The player &b<player> &7a claimed &6Vip
      &brank.'
    permission: rs.claim.money
    price: 400