Ir para conteúdo

[Core-Tags] Plugin de /tags semelhante ao Sky! (R$10,00)


String

Posts Recomendados

IYpKc2O.png

3efJVMA.png

0DpLjsW.png

https://youtu.be/ZV8UWFywq_k

S9qdrho.png

Config.yml

Spoiler
# [EN-US] There are two connection methods in this plugin,
# [EN-US] using SQLite or MySQL, if you don't have any database
# [EN-US] or don't know how to use MySQL, leave the sqlite option.
# [PT-BR] Existem dois métodos de conexão neste plugin,
# [PT-BR] usando SQLite ou MySQL, se você não tiver nenhum banco de dados
# [PT-BR] ou não sabe usar o MySQL, deixe a opção sqlite.
Connection:
  # sqlite;mysql
  type: 'sqlite'
  ## This is the MySQL database configuration.
  ## Use the data provided by your server, any information
  ## wrong in this process will stop the connection.
  MySQL:
    host: 'localhost'
    port: '3306'
    username: 'user'
    password: 'pass'
    database: 'database'

Preferences:
  # [en-US] The language of the plugin.
  # [pt-BR] A linguagem padrão do plugin.
  language: 'en-US'
  # [en-US] The default tags per use of the player.
  # [pt-BR] O padrão de tags por uso permitidas oa jogador.
  max-tags-in-use: 3
  # [en-US] The permission to use admin commands.
  # [pt-BR] A permissão para usar comandos de administrador.
  admin-permission: 'coretags.admin'
  # [en-US] The name and format of the economies.
  # [pt-BR] O nome e formato das economias.
  Economy:
    cash: '&6cash'
    coins: '&2coins'

Items:
  Tag:
    # [en-US] The item name. *Dont delete ;<nl>*
    # [pt-BR] O nome do item. *Não apague ;<nl>*
    # Format: itemID;data;displayName;<nl>
    using: '342;0;&7Tag: &e%format%;<nl>'
    owned: '342;0;&7Tag: &e%format%;<nl>'
    not-owned: '328;0;&7Tag: &e%format%;<nl>'
  Filters:
    # [en-US] The item name. *<nl> here, is used for create a new line in the lore.*
    # [pt-BR] O nome do item. *<nl> aqui, é usado para criar uma nova linha no lore.*
    # Format: itemID;data;displayName;lore
    filter: '145;0;&8Filter tags;<nl>&7Click to filter tags by rarity.'
    Equipped:
      default: '351;8;&8Show tags equipped;<nl>&7Click to view only equipped tags.'
      selected: '351;10;&aViewing tags equipped;<nl>&7Now you are viewing only equipped tags.'
    Bought:
      default: '351;8;&8Show owned tags;<nl>&7Click to view only owned tags.'
      selected: '351;10;&aViewing owned tags;<nl>&7Now you are viewing only owned tags.'
    Not-Bought:
      default: '351;8;&8View not owned tags;<nl>&7Click to view only not owned tags.'
      selected: '351;10;&aViewing not owned tags;<nl>&7Now you are viewing only not owned tags.'
    All:
      default: '351;8;&8View all tags;<nl>&7Click to view all tags.'
      selected: '351;10;&aViewing all tags;<nl>&7Now you are viewing all tags.'
  Inventories:
    next-page: '262;0;&aNext page;<nl>&7Click to navigate to next page.'
    previous-page: '262;0;&cPrevious page;<nl>&7Click to navigate to previous page.'
    back: '166;0;&cBack;<nl>&7Click to back.'

Format:
  # [en-US] The format of the tag in inventory.
  # [pt-BR] O formato da tag no inventário.
  Tag:
    information:
      - ''
      - '&7Information of this tag:'
      - ''
      - '&7Description:'
      - '%description%'
      - ''
      - '&7Format: &e%format%'
      - '&7Rarity: &f%rarity%'
      - '&7Price: &6$ &7%price% %type%'
  Rarity:
    name: '&7Rarity: %rarity%'
    information:
      - ''
      - '&7List only tags with this rarity.'
      - ''
      - '&7Actually, there are &f%amount% &7tags with this rarity.'
      - ''
      - '&aClick to filter tags by rarity.'

Rarities.yml

Spoiler
Rarities:
  normal:
    name: Normal
    format: '&7Normal'
    icon: '351:8'
  rare:
    name: Rare
    format: '&bRare'
    icon: '351:12'
  epic:
    name: Epic
    format: '&dEpic'
    icon: '351:13'
  legendary:
    name: Legendary
    format: '&5Legendary'
    icon: '351:14'
  mythic:
    name: Mythic
    format: '&cMythic'
    icon: '351:1'
  ancient:
    name: Ancient
    format: '&6Ancient'
    icon: '351:11'

Tags.yml

Spoiler
Tags:
  Pro:
    name: 'Pro'
    format: '&6[Professional]'
    price: 1200.00
    economy: 'coins'
    exclusive: false
    rarity: 'rare'
    description:
      - 'Destined for the most experienced players.'
  Elite:
    name: 'Elite'
    format: '&3[Elite]'
    price: 1800.00
    economy: 'cash'
    exclusive: false
    rarity: 'legendary'
    description:
      - 'Destined for the players that have'
      - 'been playing for a long time.'
  Master:
    name: 'Master'
    format: '&2[Master]'
    price: 2400.00
    economy: 'cash'
    exclusive: false
    rarity: 'ancient'
    description:
      - 'Destined for the most experienced players'
      - 'who have been playing for a long time.'
  Grandmaster:
    name: 'Grandmaster'
    format: '&b[Grandmaster]'
    price: 3000.00
    economy: 'cash'
    exclusive: false
    rarity: 'mythic'
    description:
      - 'Destined for the most experienced players'
      - 'who have been playing for a long time.'
  Legendary:
    name: 'Legendary'
    format: '&6&l[Legendary]'
    price: 3600.00
    economy: 'cash'
    exclusive: false
    rarity: 'legendary'
    description:
      - 'Destined for the most experienced players'
      - 'who have been playing for a long time.'
  Epic:
    name: 'Epic'
    format: '&d[Epic]'
    price: 4200.00
    economy: 'coins'
    exclusive: false
    rarity: 'rare'
    description:
      - 'Destined for the most experienced players'
      - 'who have been playing for a long time.'
  Noob:
    name: 'Noob'
    format: '&9[Noob]'
    price: 4800.00
    economy: 'coins'
    exclusive: false
    rarity: 'normal'
    description:
      - 'Destined for the players who have'
      - 'been playing for a short time.'
  Beginner:
    name: 'Beginner'
    format: '&e[Beginner]'
    price: 5400.00
    economy: 'coins'
    exclusive: false
    rarity: 'normal'
    description:
      - 'Destined for the players who have'
      - 'been playing for a short time.'
  Newbie:
    name: 'Newbie'
    format: '&7[Newbie]'
    price: 6000.00
    economy: 'coins'
    exclusive: false
    rarity: 'normal'
    description:
      - 'Destined for the players who have'
      - 'been playing for a short time.'
  Rookie:
    name: 'Rookie'
    format: '&b[Rookie]'
    price: 6600.00
    economy: 'coins'
    exclusive: false
    rarity: 'normal'
    description:
      - 'Destined for the players who have'
      - 'been playing for a short time.'
  Ultra:
    name: 'Ultra'
    format: '&6[Ultra]'
    price: 7200.00
    economy: 'coins'
    exclusive: false
    rarity: 'rare'
    description:
      - 'Destined for the players who have'
      - 'been playing for a short time.'
  Veteran:
    name: 'Veteran'
    format: '&3[Veteran]'
    price: 7800.00
    economy: 'cash'
    exclusive: false
    rarity: 'legendary'
    description:
      - 'Destined for the players who have'
      - 'been playing for a short time.'
  Ultimate:
    name: 'Ultimate'
    format: '&2[Ultimate]'
    price: 8400.00
    economy: 'cash'
    exclusive: false
    rarity: 'rare'
    description:
      - 'Destined for the players who have'
      - 'been playing for a short time.'
  Horizon:
    name: 'Horizon'
    format: '&b[Horizon]'
    price: 9000.00
    economy: 'cash'
    exclusive: false
    rarity: 'mythic'
    description:
      - 'Destined for the players who have'
      - 'been playing for a short time.'
  Legend:
    name: 'Legend'
    format: '&6&l[Legend]'
    price: 9600.00
    economy: 'cash'
    exclusive: false
    rarity: 'epic'
    description:
      - 'Destined for the players who have'
      - 'been playing for a short time.'
  Hiroshima:
    name: 'Hiroshima'
    format: '&d[Hiroshima]'
    price: 10200.00
    economy: 'coins'
    exclusive: false
    rarity: 'epic'
    description:
      - 'Destined for the players who have'
      - 'been playing for a short time.'
  Rich:
    name: 'Rich'
    format: '&9[Rich]'
    price: 10800.00
    economy: 'coins'
    exclusive: false
    rarity: 'rare'
    description:
      - 'Destined for the players who have'
      - 'been playing for a short time.'
  Poor:
    name: 'Poor'
    format: '&e[Poor]'
    price: 11400.00
    economy: 'coins'
    exclusive: false
    rarity: 'normal'
    description:
      - 'Destined for the players who have'
      - 'been playing for a short time.'
  Amateur:
    name: 'Amateur'
    format: '&7[Amateur]'
    price: 12000.00
    economy: 'coins'
    exclusive: false
    rarity: 'normal'
    description:
      - 'Destined for the players who have'
      - 'been playing for a short time.'

/lang/pt-BR.yml

Spoiler
Inventories:
  Tag:
    equipped: '&aAtualmente você está utilizando esta tag.'
    owned: '&8Você possui esta tag, clique para equipa-la.'
    not-owned: '&8Você não possui esta tag, clique para adquiri-la.'
  Name:
    main: 'Tags: Menu principal'
    rarities: 'Tags: Raridades'
    rarity-filter: 'Filtrando: %rarity%'

Messages:
  Tag:
    Command:
      Usage:
        tag: '&5&lTAGS: &7Utilize &f/tags <give/take> <player> <tag>&7.'
        give: '&5&lTAGS: &7Utilize &f/tags give <player> <tag>&7.'
        take: '&5&lTAGS: &7Utilize &f/tags take <player> <tag>&7.'
      give: '&2&lPRONTO! &7Você adicionou a tag %tag% &7ao jogador &f%player%&7.'
      take: '&2&lPRONTO! &7Você retirou a tag %tag% &7do jogador &f%player%&7.'
    equipped: '&2&lPRONTO! &7Você acabou de equipar a tag %tag% &7com sucesso.'
    unequipped: '&2&lPRONTO! &7Você acabou de desequipar a tag %tag% &7com sucesso.'
    owned: '&2&lPRONTO! &7Você acabou de adquirir a tag %tag% &7 por &6$ &7%price% %economy%&7.'
    max-in-use: '&4&lESPERA AÍ! &7Você está com o máximo de tags equipadas, remova uma e tente novamente.'
  Error:
    not-have-economy: '&4&lOPA! &7Você não possui %economy% &7suficientes para prosseguir com a transação.'
    without-permission: '&4&lOPA! &7Você não possui permissão para executar este comando.'
    tag-not-exist: '&4&lOPA! &7A tag &f%tag% &7não existe.'
    player-without-tag: '&4&lOPA! &7O jogador %player% &7não possui esta tag.'
    player-not-exist: '&4&lOPA! &7O jogador &f%player% &7não existe.'
    player-already-have-tag: '&4&lOPA! &7O jogador &f%player% &7já possui esta tag.'

/lang/en-US.yml

Spoiler
Inventories:
  Tag:
    equipped: '&aYou are currently using this tag.'
    owned: '&8You have this tag, click to equip it.'
    not-owned: '&8You do not have this tag, click to purchase it.'
  Name:
    main: 'Tags: Main menu'
    rarities: 'Tags: Rarities'
    rarity-filter: 'Filter: %rarity%'

Messages:
  Tag:
    Command:
      Usage:
        tag: '&5&lTAGS: &7Use &f/tags <give/take> <player> <tag>&7.'
        give: '&5&lTAGS: &7Use &f/tags give <player> <tag>&7.'
        take: '&5&lTAGS: &7Use &f/tags take <player> <tag>&7.'
      give: '&2&lYUPPIE! &7You have give %tag% &7to player &f%player%&7.'
      take: '&2&lYUPPIE! &7You have removed the tag %tag% &7from the player &f%player%&7.'
    equipped: '&2&lYUPPIE! &7You have just equipped the %tag% &7successfully.'
    unequipped: '&2&lYUPPIE! &7You just unequipped the %tag% &7successfully.'
    owned: '&2&lYUPPIE! &7You have just acquired the tag %tag% &7successfully.'
    max-in-use: '&4&lWAIT... &7You have the maximum number of tags equipped, remove one and try again.'
  Error:
    not-have-economy: '&4&lWAIT... &7You do not have enough %economy% &7to proceed with the transaction.'
    without-permission: '&4&lWAIT... &7You do not have permission to execute this command.'
    tag-not-exist: '&4&lWAIT... &7The %tag% tag &7does not exist.'
    player-without-tag: '&4&lWAIT... &7The player %player% &7does not have this tag.'
    player-not-exist: '&4&lWAIT... &7The player %player% &7does not exist.'
    player-already-have-tag: '&4&lWAIT... &7The player %player% &7already has this tag.'

IfmpyAV.png

Link para o comentário
Compartilhar em outros sites

Seria interessante adicionar suporte a:

1- AtlasMinas (para comprar com blocos)
2- yPoints (para comprar com cash também)
3- StormMinas (para comprar também com blocos)
4- yRankup (Para comprar com fragmentos)
5- yFragmentos (para comprar com fragmentos)

Link para o comentário
Compartilhar em outros sites

21 horas atrás, shaw. disse:

Orra, muito top mano, caraio slk
Boa sorte nas vendas!!!

Obrigado ^^

 

21 horas atrás, 4NTz disse:

Seria interessante adicionar suporte a:

1- AtlasMinas (para comprar com blocos)
2- yPoints (para comprar com cash também)
3- StormMinas (para comprar também com blocos)
4- yRankup (Para comprar com fragmentos)
5- yFragmentos (para comprar com fragmentos)

Em breve, hehe

Link para o comentário
Compartilhar em outros sites

Em 23/11/2021 em 22:34, 4NTz disse:

Seria interessante adicionar suporte a:

1- AtlasMinas (para comprar com blocos)
2- yPoints (para comprar com cash também)
3- StormMinas (para comprar também com blocos)
4- yRankup (Para comprar com fragmentos)
5- yFragmentos (para comprar com fragmentos)

Seria mais interessante haha, e se eu fazer um pedido especifico? pra por suporte a um plugin próprio faz? Boa sorte nas vendas! 

 

8 horas atrás, String disse:

Obrigado ^^

 

Em breve, hehe

 

Link para o comentário
Compartilhar em outros sites

Em 25/11/2021 em 02:11, Mambax disse:

Muito bom tiver portfólio me manda quero comprar plug-ins. Aceita encomendas? Parabéns!

Obrigado, estou reformulando meu perfil no Github, em breve posto mais alguns conteúdos.

 

Em 25/11/2021 em 04:21, AffonsoGames disse:

Seria mais interessante haha, e se eu fazer um pedido especifico? pra por suporte a um plugin próprio faz? Boa sorte nas vendas! 

Sim, obrigado!

Link para o comentário
Compartilhar em outros sites

PLUGIN VENDIDO

O plugin foi vendido com sucesso. O tópico estará sendo fechado e movido para a área de plugins vendidos.
Caso haja algum problema com a compra/venda do plugin deve-se contatar a equipe do fórum.

Equipe de Moderação,
Gamer's Board.
Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...