@@ -30,13 +30,27 @@ Just like the Vanilla Tweaks version,
3030this pack also doesn't allow players to tag AFK players,
3131if a player is marked AFK by the Vanilla Tweaks AFK Display pack.
3232
33+ ## Detect AFK Players Compatible
34+
35+ This pack will not allow players to tag AFK players
36+ from the Detect AFK Players datapack.
37+ It should treat these players the same it treats players marked
38+ AFK by the Vanilla Tweaks AFK Display datapack.
39+
3340## Usage Guide
3441
3542To add someone to the tagger's team and give them a tag,
3643an admin can use the command ` /execute as <playername> run function tag:become_tagger `
3744
45+ To make someone no longer a tagger (and take away their tag),
46+ an admin can use the command ` /execute as <playername> run function tag:become_normal `
47+
3848An admin can create a new tag at anytime by using the command ` function tag:spawn_tag `
3949
50+ As long as a player is a tagger, they will have a red name.
51+ This only works if the player isn't on another team.
52+ Every 5 seconds, the game will give all taggers who aren't on a team back their red name.
53+
4054The pack keeps track of how many times each player has been tagged.
4155An admin can display it under player names with the command
4256` /scoreboard objectives setdisplay below_name tg_timesTagged `
@@ -91,6 +105,8 @@ I felt were issues with the original pack.
91105 * To make a player no longer a tagger, use ` /execute as <player> run function tag:become_normal `
92106 * If a tagger has no team, they are occasionally added back to the ` tg_tagged ` team (to give them the red name)
93107* Uninstall command attempts to remove tag game tags from players (for players who are online)
108+ * Added support for the Detect AFK Players datapack
109+ * Players marked AFK by this datapack also cannot be tagged
94110
95111## Issues
96112
0 commit comments