Image

PlaceholderAPI 2.12.2

A resource that allows information from your favorite plugins be shown practically anywhere!

  1. HelpChat
    Tested Major MC Versions:
    Source Code:
    https://github.com/PlaceholderAPI/PlaceholderAPI
    Contributors:
    https://github.com/PlaceholderAPI/PlaceholderAPI/contributors
    [​IMG]
    [​IMG]
    [​IMG] [​IMG] [​IMG]
    [​IMG]
    PlaceholderAPI is a plugin for Spigot servers that allows server owners to display information from various plugins with a uniform format.

    Support for specific plugins are provided either by the plugin itself or through expansions. The expansions may be downloaded in-game through the PAPI Expansion Cloud. There are currently over 230+ expansions that support a wide variety of plugins, such as Essentials, Factions, LuckPerms, and Vault. If you're a developer and you want to add support for PlaceholderAPI in your plugin please head to our API Usage page for more information.

    PlaceholderAPI has been downloaded over 1,500,000 times and has been used concurrently on over 45,000 servers, which makes it a must-have for a server of any type or scale.
    [​IMG]
    [​IMG]
    [​IMG]
    The config.yml contains the core plugin customization settings as well as a section specifically for expansions that wish to add configurable options too.

    Any settings an expansion may allow you to change will be added to the config.yml when that specific expansion is loaded.

    Code (YAML):

    # PlaceholderAPI
    # Version: 2.11.4
    # Created by: extended_clip
    # Contributors: https://github.com/PlaceholderAPI/PlaceholderAPI/graphs/contributors
    # Issues: https://github.com/PlaceholderAPI/PlaceholderAPI/issues
    # Expansions: https://api.extendedclip.com/all/
    # Wiki: https://wiki.placeholderapi.com/
    # Discord: https://helpch.at/discord
    # No placeholders are provided with this plugin by default.
    # Download placeholders: /papi ecloud
    check_updates
    : true
    cloud_enabled
    : true
    cloud_sorting
    : "name"
    cloud_allow_unverified_expansions
    : false
    boolean
    :
      'true'
    : 'yes'
      'false'
    : 'no'
    date_format
    : MM/dd/yy HH:mm:ss
    debug
    : false
    [​IMG]

    Code (YAML):

    permissions
    :
      placeholderapi.*
    :
        description
    : "Ability to use all PAPI commands"
        children
    :
          placeholderapi.admin
    : true
          placeholderapi.ecloud.*
    : true
      placeholderapi.admin
    :
        description
    : "Ability to use all PAPI commands"
        children
    :
          placeholderapi.help
    : true
          placeholderapi.info
    : true
          placeholderapi.list
    : true
          placeholderapi.parse
    : true
          placeholderapi.reload
    : true
          placeholderapi.version
    : true
          placeholderapi.register
    : true
          placeholderapi.unregister
    : true
          placeholderapi.updatenotify
    : true
      placeholderapi.ecloud.*
    :
        description
    : "Ability to use all PAPI ecloud commands"
        children
    :
          placeholderapi.ecloud
    : true
          placeholderapi.ecloud.info
    : true
          placeholderapi.ecloud.list
    : true
          placeholderapi.ecloud.clear
    : true
          placeholderapi.ecloud.status
    : true
          placeholderapi.ecloud.update
    : true
          placeholderapi.ecloud.refresh
    : true
          placeholderapi.ecloud.download
    : true
          placeholderapi.ecloud.placeholders
    : true
      placeholderapi.help
    :
        default
    : "op"
        description
    : "Allows you to view the list of PAPI commands"
      placeholderapi.info
    :
        default
    : "op"
        description
    : "Allows you to view expansion information"
      placeholderapi.list
    :
        default
    : "op"
        description
    : "Allows you to list active expansions"
      placeholderapi.ecloud
    :
        default
    : "op"
        description
    : "Allows you to access PAPI eCloud"
      placeholderapi.parse
    :
        default
    : "op"
        description
    : "Allows you to parse placeholders"
      placeholderapi.reload
    :
        default
    : "op"
        description
    : "Allows you to reload PAPI and its configuration"
      placeholderapi.version
    :
        default
    : "op"
        description
    : "Allows you to view the version of PAPI installed"
      placeholderapi.register
    :
        default
    : "op"
        description
    : "Allows you to register expansions"
      placeholderapi.unregister
    :
        default
    : "op"
        description
    : "Allows you to unregister expansions"
      placeholderapi.updatenotify
    :
        default
    : "op"
        description
    : "Notifies you when there is a PAPI update"
      placeholderapi.ecloud.info
    :
        default
    : "op"
        description
    : "Allows you to view cloud expansion information"
      placeholderapi.ecloud.list
    :
        default
    : "op"
        description
    : "Allows you to list eCloud expansions"
      placeholderapi.ecloud.clear
    :
        default
    : "op"
        description
    : "Allows you to clear the local eCloud expansion cache"
      placeholderapi.ecloud.status
    :
        default
    : "op"
        description
    : "Allows you to view the status of eCloud expansions"
      placeholderapi.ecloud.update
    :
        default
    : "op"
        description
    : "Allows you to update registered eCloud expansions"
      placeholderapi.ecloud.refresh
    :
        default
    : "op"
        description
    : "Allows you to refresh the local eCloud expansion cache"
      placeholderapi.ecloud.download
    :
        default
    : "op"
        description
    : "Allows you to download an expansion from the eCloud"
      placeholderapi.ecloud.placeholders
    :
        default
    : "op"
        description
    : "Allows you to view the placeholders of a eCloud expansion"
     
    [​IMG]

    Parse Commands
    /papi bcparse <player|--null|me> <string>
    /papi cmdparse <player|me> <string>
    /papi parse <player|--null|me> <string>
    /papi parserel <player> <player> <string>

    eCloud Commands
    /papi ecloud status
    /papi ecloud clear
    /papi ecloud download <expansion> [version]
    /papi ecloud update <expansion/all>
    /papi ecloud info <expansion> [version]
    /papi ecloud list <all|<author>|installed> [page]
    /papi ecloud placeholders <expansion>
    /papi ecloud refresh

    Expansion Commands
    /papi info <expansion>
    /papi list
    /papi register <jar file>
    /papi unregister <jar file>

    Utility Commands
    /papi dump
    /papi reload
    /papi version
    Some Useful Links
    Plugins using PAPI - API Usage - Placeholder List - Wiki

    If you enjoy this completely free and powerful resource,
    please be kind enough to leave a like and review!

    This plugin utilizes bStats to collect anonymous statistics

    [​IMG]
    https://bstats.org/plugin/bukkit/PlaceholderAPI

Recent Reviews

  1. Achy
    Achy
    5/5,
    Version: 2.12.2
    always great to use your plugin, already folia supported i love it!
    great work, keep it up!
  2. Charleyy
    Charleyy
    5/5,
    Version: 2.11.6
    I love this plugin. Being able to show all of the players their stats or add my own from other plugins really helps with engagement! 5/5 plugin :)
  3. hamzacross
    hamzacross
    5/5,
    Version: 2.11.6
    Its very good and great and easy to use but I'm plugin dev and it was little and to add but its working fine
  4. Wersebu
    Wersebu
    5/5,
    Version: 2.11.6
    Totaly MUSTHAVE for every open-sorse plugin and for every new server letting you see every posible think that another plugins adds to it!
  5. Jeefrect
    Jeefrect
    5/5,
    Version: 2.11.6
    Thanks for the work, guyz. The best API for fast plugin development, where dynamic prefix change is required for further linking of these prefixes to other places. Cool.
  6. Xeynox20
    Xeynox20
    5/5,
    Version: 2.11.6
    The best plugin nothing to say no essential bug for all the server to take!! Thank you
  7. Agentsmith808
    Agentsmith808
    5/5,
    Version: 2.11.6
    just works. There has never been a single issue with this plugin or any others by HelpChat
  8. Narutomc
    Narutomc
    4/5,
    Version: 2.11.6
    This works for people who have two brain cells and are just setting up a server, but if someone checks the server logs, they will notice a HUGE problem that half of the plugins don't work correctly because the placeholder is not fully compatible with 1.21. They added 1.21 to the description because it's compatible to some extent, but I’m asking for a complete update of one of the most important plugins for 1.21!
  9. greateric
    greateric
    5/5,
    Version: 2.11.6
    Works on 1.21 and easy to use on my server. (I don't know why everyone else says it doesn't. I've had it for like a month already, and it doesn't use version-specific api) Incredibly easy to use in my own plugins as well.
  10. Hamburger45w2
    Hamburger45w2
    5/5,
    Version: 2.11.6
    Very good plugin, but unfortunately on the latest version 1.21 does not work, please update, thank you.