Player Tags - Best Player Chat Tag Plugin - [$7.50]

Status
This thread has been locked.

TheCrystalStar

Banned
Feedback score
2
Posts
213
Reactions
65
Resources
0
PlayerTagsThread.jpg

PHP:
#It's recommended to disable this is you have a chat formatting plugin
#like deluxe chats or essentials chat or whatever it may be, if you disable
#this you can use the variable "{PLAYERTAGS_TAG}" without quotes
use-builtin-formatter: true

#Updater, enable this is you would like to check when there is an update
#available for the plugin, there is no auto updater due to security reasons
#in the case of the plugin being leaked it would not auto update.
updater: true

#Here you will find basic settings for some of the GUIS throughout the plugin.
gui-items:
  previouspage:
    item: "ARROW"
    itemdata: 0
    name: "&e&l>>>"
    lore:
      - "&7Next Page"
  currentpage:
    item: "NETHER_STAR"
    itemdata: 0
    name: "&b&lCurrent Page&f&l: &6&l{page}"
    lore:
      - "&7This is the page you are on."
  nextpage:
    item: "ARROW"
    itemdata: 0
    name: "&e&l<<<"
    lore:
      - "&7Previous Page"

taglistgui:
  name: "&6&lAvailable &e&lTags"
yourtagsgui:
  name: "&6&lYour &e&lTags"

#Here are just some sound options, do make sure that you use the correct sound
#value for your minecraft version. 1.8=<  SOUNDS ARE NOT THE SAME AS 1.9+
sounds:
  tag-redeem: "LEVEL_UP"
  already-have-tag: "FIZZ"
  tag-equip-in-gui: "LEVEL_UP"
  sign-tag-buy: "LEVEL_UP"
  sign-tag-not-enough-money: "FIZZ"
  gui-open: "BAT_TAKEOFF"
  #This is for when a permissioned user clicks a tag in available tags and they get it.
  tag-get-gui: "LEVEL_UP"

#Help page, just a small addition to change up the formatting if you wish to.
helppage:
  admin:
    - "&e============ &6&lPlayerTags&r &e============"
    - ""
    - "&f&l>> &e/PlayerTag create <TagID>"
    - "&f&l>> &e/PlayerTag remove <TagID>"
    - "&f&l>> &e/PlayerTag give <Player> <TagID> <#>"
    - "&f&l>> &e/PlayerTag giveall <TagID> <#>"
    - "&f&l>> &e/PlayerTag equip"
    - "&f&l>> &e/PlayerTag list"
    - "&f&l>> &e/PlayerTag toggle"
    - ""
  player:
    - "&e============ &6&lPlayerTags&r &e============"
    - ""
    - "&f&l>> &e/PlayerTag equip"
    - "&f&l>> &e/PlayerTag list"
    - "&f&l>> &e/PlayerTag toggle"
    - ""

#Here you will change every aspect of the chat formatting if you decide the built in
#formatter, Note, use-builtin-formatter must be true to use the built in formatter options
#that you edit down there.
formatter:
  builtin:
    position: "{PLAYERTAGS_TAG} %s: %s"
PHP:
player-only: '&cOnly players can use that command!'
no-permission: '&cYou do not have the correct permissions to do that.'
created: '&eYou created a new Player Tag with the id&f: &b{tag}'
dont-exist: '&cThere are no tags that have an id of &b{tag}'
already-exist: '&cA tag by that ID already exist, ues another name.'
removed: '&eYou removed the tag with the id of &b{tag}'
player-dont-exist: '&cThat player is currently offline!'
give:
  player: '&eYou received &9{amount} &b{id} &ePlayer Tag(s)'
  sender: '&eYou gave &9{amount} &b{id} &ePlayer Tag(s) to &6{player}'
giveall:
  player: '&eYou received &9{amount} &b{id} &ePlayer Tag(s)'
  sender: '&eYou gave everyone &9{amount} &b{id} &ePlayer Tag(s)'
already-owned: '&cSorry, but you already own that tag.'
not-enough-money: '&cSorry, but you''re broke'
tag-buy: '&eYou bought &fx{amount} &6{tag} Tag&f(&6s&f) &efor &a${price}'
money-remove: '&c&l-${amount}'
tag-redeem: '&eYou redeemed that tag&f: {tag}'
equip: '&eYou equipped the tag&F: {tag}'
already-equipped: '&cYou already have that tag equipped!'
toggled:
  'on': '&eYour tag is now enabled, it will be shown in chat.'
  'off': '&cYou disabled your tag, it will no longer show in chat.'
PHP:
tags:
  test:
    item: NAME_TAG,0
    name: '&6&Ltest &e&lTag'
    tagname: '&8[&6test&8]&r'
    lore:
    - '&7This is just some default tag lore'
    - '&7Redeeming this tag, will unlock the tag: {tagname}'

Code proof can be found on the resource page, as well as the purchase / download button.
Resource Link: http://www.mc-market.org/resources/4999/
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

TheCrystalStar

Banned
Feedback score
2
Posts
213
Reactions
65
Resources
0
Reserved
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/thecrystalstar-scam-report.276555/)
Status
This thread has been locked.
Top