Skip to content

FluffyDev1/CustomTags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUSTOM TAGS PLUGIN

AquaDevs Discord

Don't forget to read the description before using this plugin!

📜Description: You can create unlimited tags. It has a menu where you can select to buy or equip the tags.

⚙️Depends!

 - EconomyAPI

📖How to create Tags!

Go to the config.yml file which is located in the plugin_data/CustomTags directory

 # Display the tag of the player
chat-format: "{tag} {player}"

# Tags List
tags:
  levania:
    name: "§l§aLevania§r"
    perm: levania.tag
    cost: 1000
  darealaqua:
    name: "§l§bDaRealAqua§r"
    perm: darealaqua.tag
    cost: 5000
  aquadevs:
    name: "§l§bAqua§eDevs§r"
    perm: aquadevs.tag
    cost: 10000

# Main menu of the Tags Menu
# Category Selector Menu
menu-selector:
  title: "Tags Menu"
  content: "§7Your current money:§c ${money}{line}§7Your current tag:§c {tag}{line}§r§7Select a category"
  tags-button: "Available Tags{line}Click to Open"
  shop-button: "Buy Tags{line}Click to Open"
  exit-button: "§cExit the Menu"
# Equip the tag u want, if you have the permission
# Tags Menu
menu-tags:
  title: "Available Tags"
  content: "§7Your current tag: §c{tag}"
  locked-button: "{tag}{line}§r§cNot Available"
  unlocked-button: "{tag}{line}§r§aAvailable"
# Buy a tag
# Tags Shop Menu
menu-shop:
  title: "Tags Shop"
  content: "§7Your current money:§c ${money}"
  button: "{tag}{line}§r§c${cost}"
  # PureChat and PurePerm I currently use to set a player's permission but if you want you can use your own plugin.
  command: "setuperm {player} {permission}"

Subscribe to my Channel!

YouTube Channel

Join my Discord Servers!

AquaDevs Discord

Levania Discord

📚What does the plugin have?

  • create unlimited tags
  • tag shop
  • custom menu
  • chat format
  • save the tag
  • economyAPI support

👥Credits

 - DaRealAqua

📸Images

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%