permissionPlaceholders

Discussion in 'Plugin Requests' started by madtomic, Aug 23, 2019.

Thread Status:
Not open for further replies.
  1. Offline

    madtomic

    Plugin category: Mechnical

    Minecraft version: 1.12.2

    Suggested name:
    permissionPlaceholders

    What I want: I would like a plugin that would replace placeholders with corresponding permissions player has.

    PlaceholderAPI
    https://www.spigotmc.org/resources/placeholderapi.6245/

    Use InfoBook to test placeholders
    <Edit by Moderator: Redacted not allowed paid resource url>

    How it works:

    Placeholder
    %placeholder_chance%

    If someone has placeholder.chance.title1 permission.

    example:
    "&eI would get %placeholder_chance%% as a readout."
    I would get 50% as a readout.

    example:

    Someone with permission: placeholder.title.title0
    When using %placeholder_title%, it would readout Noob

    If they not have any of the permissions. All the first base title0 would be default for all readouts.

    config.yml
    placeholder_chance:
    title0: “&720”
    perm: placeholder.chance.title0
    title1: “&750”
    perm: placeholder.chance.title1

    placeholder_title:
    title0: “&7Noob”
    perm: placeholder.title.title0
    title1: “&7Novice”
    perm: placeholder.title.title1
    Etc...

    Commands/Permissions: /ptreload to reload the config for testing.

    Thank you for reading.
     
    Last edited by a moderator: Jan 2, 2020
  2. Offline

    madtomic

    Anyone can help with this request?
     
  3. Offline

    madtomic

    Just checking to see if anyone would be able to do this request.
     
Thread Status:
Not open for further replies.

Share This Page