HelpChat Wiki
  • Welcome
  • HelpChat Plugins
    • ChatChat
      • Commands
      • Permissions
      • Formats
      • Channels
      • Mentions
      • Placeholders
      • API
        • Getting Started
        • ChatChatAPI
        • Events
      • Files
    • DeluxeMenus
      • Commands & Permissions
      • Options & Configurations
        • GUI
        • Item
        • Requirements
        • Command Registration
      • Meta (Metadata)
      • External menus
      • Example GUI menus
      • Plugin's files
    • DeluxeTags
      • Commands & Permissions
      • Placeholders
      • Plugin's files
    • PlaceholderAPI
  • Clip's Plugins
    • AutoSell
      • Commands & Permissions
      • Placeholders
      • Plugin's files
    • ActionAnnouncer
      • Commands & Permissions
      • Plugin's files
      • API
    • ChatReaction
      • Commands & Permissions
      • Plugin's files
    • DeluxeChat
      • Installation
      • Commands & Permissions
      • Placeholders
      • Config options
      • Plugin's files
    • DeluxeCommands
      • Commands & Permissions
      • Plugin's files
    • DeluxeJoin
      • Commands & Permissions
      • Plugin's files
    • EzRanksPro
      • Commands & Permissions
      • Configuration
    • EzPrestige
      • Commands & Permissions
      • Configuration
    • InventoryFull
      • Commands & Permissions
      • Configuration
    • MessageAnnouncer
      • Commands & Permissions
      • Configuration
    • MineCrates
      • Commands & Permissions
      • Configuration
    • NoFlyZone
      • Commands & Permissions
      • Configuration
  • Funnycube's Plugins
    • CowPunch
      • Commands & Permissions
    • Firework Chests
      • Commands & Permissions
      • Configuration
    • Fish Slapper
      • Commands & Permissions
      • Configuration
    • RawMsg
      • Commands & Permissions
    • Spit
      • Commands & Permissions
    • Temp MOTD
      • Commands & Permissions
      • Configuration
  • Glare's Plugins
    • Guilds [W.I.P Migration]
      • Installation
      • Configuration
        • Buffs
        • Config
        • Roles
        • Tiers
      • Commands & Permissions
      • Placeholders
      • Developer API
    • VoteParty
      • Commands & Permissions
      • Placeholders
      • Configuration
      • API
      • Changelogs
        • v2.30
        • v2.29
        • v2.28
        • v2.27
        • v2.26
        • v2.25
        • v2.24
        • v2.23
        • v2.22
        • v2.21
        • v2.20
        • v2.19
        • v2.18
        • v2.17
        • v2.16
        • v2.15
        • v2.14
        • v2.13
        • v2.12
        • v2.11
        • v2.10
        • v2.9
        • v2.8
        • v2.7
        • v2.6
        • v2.5
        • v2.4
        • v2.3
        • v2.2
        • v2.1
  • piggy's barn
    • Java
      • Gradle
        • Argument
        • Tutorial
      • How to run your minecraft server(s) in IntelliJ
      • How to run your program in IntelliJ
      • Hot Swapping
      • Cheat Sheet
  • ADDITIONAL RESOURCES
    • Discord
    • Paste
    • YAML Parser
    • Java Docs
Powered by GitBook
On this page
  • Config
  • Prestiges
Edit on GitHub
  1. Clip's Plugins
  2. EzPrestige

Configuration

The plugin's configuration files

Config

config.yml
# EZPrestige version: 1.2.2 Main Configuration
# 
# prestige_rank: <rank players are able to /prestige>
# confirm_to_prestige: <true/false>
# chat_integration: <true/false>
# messages: <-customize your messages
# valid placeholders: 
# %cost% - cost to prestige
# %balance% - players balance
# %prestige% - next prestige number
# %displaytag% - next prestige displaytag
# %prestigerank% - rank player needs to be to use /prestige
# %rank% - players permission group
prestige_rank: Free
confirm_to_prestige: true
chat_integration: true
op_prestige_display_tag: '&8[&c999&8]'
no_prestige_display_tag: '&8[&c0&8]'
gui:
  use_prestiges_gui: true
  display_name: '&cPrestiges'
  size: 18
  completed_prestige:
    material: STAINED_GLASS_PANE
    data: 13
    amount: 1
    display_name: '%displaytag%'
    lore:
    - '&acompleted'
  current_prestige:
    material: STAINED_GLASS_PANE
    data: 5
    amount: 1
    display_name: '%displaytag%'
    lore:
    - '&aYour current prestige'
  next_prestige:
    material: STAINED_GLASS_PANE
    data: 7
    amount: 1
    display_name: '%displaytag%'
    lore:
    - '&7Next prestige'
    - '&a$&f%cost%'
  unavailable_prestige:
    material: STAINED_GLASS_PANE
    data: 14
    amount: 1
    display_name: '%displaytag%'
    lore:
    - '&cPrestige to unlock'
    - '%displaytag%'
messages:
  not_at_prestige_rank:
  - '&cYou need to be &f%prestigerank% &cto prestige!'
  not_enough_money:
  - '&cYou need &a$&f%cost% &cto prestige to &f%displaytag%&c!'
  confirm_prestige:
  - '&bAre you sure you want to prestige?'
  - '&bYour rank will reset and you will need to'
  - '&bstart over. Type &f/prestige &bto confirm!'
  last_prestige:
  - '&bYou are at the last prestige!'
  prestiges_command:
    completed_prestige: '&7%displaytag% &f- &aCompleted'
    current_prestige: '&7%displaytag% &f- &aCurrent prestige!'
    next_prestige: '&7%displaytag% &f- &a$&f%cost%'
    unavailable_prestige: '&7%displaytag% &f- &cPrestige to unlock!'
    header:
    - '&8&m-----------------------------------------------------'
    - '&cPrestige list:'
    footer:
    - '&8&m-----------------------------------------------------'

Prestiges

prestiges.yml
# EZPrestige prestiges file
# 
# YOU MUST INCLUDE A COMMAND TO ADD THE PERMISSION
# ezprestige.prestige.<prestige> TO THE PLAYER IN ORDER FOR
# EZPrestige TO KNOW WHAT PRESTIGE A PLAYER IS
# IN EVERY prestige_commands LIST
# 
# Prestige format:
# 
# prestiges:
#   <prestigeName>:
#     prestige: <number> MUST START AT 1, NO DUPLICATE NUMBERS OR SKIPPING
#     cost: <amount>
#     display_tag: <prefix>
#     prestige_commands:
#     - <commands here>
# 
# Use {prestige} in your chat formatting plugin to show the 
# display_tag if a player has a Prestige!
# 
# valid placeholders for prestige_commands: 
# %cost% - cost to prestige
# %balance% - players balance
# %prestige% - next prestige number
# %displaytag% - next prestige displaytag
# %prestigerank% - rank player needs to be to use /prestige
# %rank% - players permission group
prestiges:
  prestige1:
    prestige: 1
    cost: 100000
    display_tag: '&8[&c1&8]'
    prestige_commands:
    - pex user %player% group remove %rank%
    - pex user %player% group add A
    - pex user %player% add ezprestige.prestige.1
    - ezmsg &bYou are now &f%prestige%&b!
    - ezbroadcast &f%player% &bhas just prestiged to &f%displaytag%&b!
PreviousCommands & PermissionsNextInventoryFull

Last updated 4 years ago