Tags
Fun tags to display around your server & reward players with
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Tags
Summary
Easy to use tag system to display around your server & reward players with!
Features
- Easily create and manage tags - Migrate from other tags plugins - Paper/Folia Support
Commands
- /tags - Open tags gui - /tags reload - Reload config/tags - /tags migrate - Migrate permissions from old tag plugin
Permissions:
- simpletags.player - Access to /tags gui - simpletags.admin - Access to /tags reload & migrate - simpletags.tag.<tagname> - Access to specific tag
Dependancies:
- PlaceholderAPI
Placeholders:
- %simpletags_tag% - Display the users current selected tag
Migration:
To migrate from deluxetags, add your delux tags config to the migrate folder and restart your server. To migrate permissions from any tags plugin, set this in config OLD-PERMISSION-PREFIX: "oldtags.tag." to your previous tag plugin permission for example
``` OLD-PERMISSION-PREFIX: "deluxetags.tag." ```
Config:
```
TAGS PLUGIN
AUTHOR: Jamplifier
ENABLED: true
ONLY DISPLAY TAGS THAT PLAYERS HAVE PERMISSIONS FOR
Permission format: simpletags.tag.<tagname>
PERMISSION-DISPLAY: true
GUI
TITLE: "<dark_gray>Select a Tag" ROWS: 4
TAG-SLOTS: - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 19 - 20 - 21 - 22 - 23 - 24 - 25
NEXT-PAGE: SLOT: 35 MATERIAL: ARROW NAME: "<green>Next Page" LORE: - "<gray>Go to the next page" ACTION: next
PREVIOUS-PAGE: SLOT: 27 MATERIAL: ARROW NAME: "<yellow>Previous Page" LORE: - "<gray>Go to the previous page" ACTION: back
CLEAR-TAG: SLOT: 31 MATERIAL: BARRIER NAME: "<red>Clear Tag" LORE: - "<gray>Remove your selected tag" ACTION: clear
FILLER: ENABLED: true MATERIAL: GRAY_STAINED_GLASS_PANE NAME: " "
OPTIONAL USE %tag_name% to display the raw name from config
TAG-ITEM: NAME: "%tag_format%" LORE: - "" - "<gray>%tag_description%" - "" - "<green>Click to select"
SELECTED-TAG-ITEM: LORE: - "" - "<gray>%tag_description%" - "" - "<green>You currently have this tag selected"
MESSAGES: PREFIX: "<gray>[<gold>Tags<gray>] " NO-PERMISSION: - "%prefix%<red>You do not have permission." PLAYER-ONLY: - "%prefix%<red>Players only." TAG-SELECTED: - "%prefix%<green>Selected tag: %tag%" TAG-CLEARED: - "%prefix%<yellow>Your tag has been cleared." RELOADED: - "%prefix%<green>Config reloaded." NO-ACCESS-TAG: - "%prefix%<red>You do not have access to that tag." MIGRATE-START: - "%prefix%<yellow>Starting tag migration..." MIGRATE-FINISH: - "%prefix%<green>Migration complete." MIGRATE-FAILED: - "%prefix%<red>Migration failed. Check console."
MIGRATION FROM DELUXETAGS -> DROP OLD CONFIG IN MIGRATE FOLDER. RESTART SERVER :)
MIGRATE PERMISSIONS FROM OLD TAGS PLUGIN BY FILLING IN THE PREFIX OF THE OLD PERMISSION AND RUNNING /tags migrate
MIGRATION:
EXAMPLE deluxetags.tag.
OLD-PERMISSION-PREFIX: "oldtags.tag." NEW-PERMISSION-PREFIX: "simpletags.tag." REMOVE-OLD-PERMISSION: false SCAN-USERS: true SCAN-GROUPS: true
```