#███████╗ █████╗ ███╗ ██╗ ██████╗ ███████╗██╗ ████████╗ █████╗ ██████╗ ███████╗ #╚══███╔╝██╔══██╗████╗ ██║██╔════╝ ██╔════╝██║ ╚══██╔══╝██╔══██╗██╔════╝ ██╔════╝ # ███╔╝ ███████║██╔██╗ ██║██║ ███╗█████╗ ██║ ██║ ███████║██║ ███╗███████╗ # ███╔╝ ██╔══██║██║╚██╗██║██║ ██║██╔══╝ ██║ ██║ ██╔══██║██║ ██║╚════██║ #███████╗██║ ██║██║ ╚████║╚██████╔╝███████╗███████╗██║ ██║ ██║╚██████╔╝███████║ #╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝ # # Database types -> MySQL (MySQL or MariaDB) / SQLite Database:
type: 'SQLite'
#SQlite or MySQL host: '127.0.0.1'
# host of your database port: '3306'
# default port for MariaDB and MySQL database: 'zangeltags'
# name of your database. A database server can contain multiple databases user: 'root'
password: ''
»zAngelTags is a easy config plugin to create tags with MySQL support, with this plugin you can have the tags in all your servers
You only need 1 MySQL or MariaDB server and 1 or more Spigot / Purpur / Paper etc... server
First you have to install the plugin in the server and wait to the server to generate de configs file, then you have to put the database settings and then you restart the server.
When the server restarted in minecraft do /zat to open the tags gui, if you want to add custom tags you have to do /createtag <Name> <Formated> <permission>
Then add the following placeholder: %zangeltags_tag% to your suffix in your tab plugin or in your ChatManager plugin
Config:
Code (YAML):
#███████╗ █████╗ ███╗ ██╗ ██████╗ ███████╗██╗ ████████╗ █████╗ ██████╗ ███████╗ #╚══███╔╝██╔══██╗████╗ ██║██╔════╝ ██╔════╝██║ ╚══██╔══╝██╔══██╗██╔════╝ ██╔════╝ # ███╔╝ ███████║██╔██╗ ██║██║ ███╗█████╗ ██║ ██║ ███████║██║ ███╗███████╗ # ███╔╝ ██╔══██║██║╚██╗██║██║ ██║██╔══╝ ██║ ██║ ██╔══██║██║ ██║╚════██║ #███████╗██║ ██║██║ ╚████║╚██████╔╝███████╗███████╗██║ ██║ ██║╚██████╔╝███████║ #╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝ Database:
host: '127.0.0.1'
# host of your database port: '3306'
# default port for MariaDB and MySQL database: 'zangeltags'
# name of your database. A database server can contain multiple databases user: 'root'
password: ''
Messages:
Code (YAML):
Messages:
reloadMessage: '&b「zAngelTags」Successfully reload'
noPerm: "&b「zAngelTags」&4You don't have perms to execute this command" noTagSelected: "&b「zAngelTags」&4You don't have selected any tag" dontExist: "&b「zAngelTags」&4The following tag doesn't exist" actualTag: "&b「zAngelTags」&bYou have the following tag: {tag}" disableTag: "&b「zAngelTags」&aYou have successfully disable the tag" selectedTag: "&b「zAngelTags &aYou have selected the following tag: {tag}" deletedTag: "&b「zAngelTags」&4Tag deleted" createdTag: "&b&b「zAngelTags」tag successfully created" alreadyExist: "&b「zAngelTags」that tag already exist" list: - '&b
----------------------------------------'
- '&bTag name: &6{tag_name}' - '&bTag display name: &6{tag_displayName}' - '&bTag permission: &6{tag_perm}' - '&b
----------------------------------------'
WARNING! If you want use the placeholders is necessary to install PlaceholderAPI The plugin only works with a database without it the plugin won't start
zat gui » open the gui of the plugin
zat reload » reload the config of the plugin
zat tag set <Tag> » set a tag
zat tag list » list tags
zat tag get » return your actual tag
zat tag disable » disable actual tag
createTag <name> <format> <permission> » create a tag
removeTag <name> » delete a tag
Enter in my discord if you have any problem
An example of a server that uses the plugin is
play.zmoon.fun Here you can see examples
You can view the stats of servers and player
here