Vanish No Packet

Vanish No Packet

855k Downloads

TagAPI doesn't appear to work

paradox460 opened this issue · 8 comments

commented

VanishNoPacket: 3.15

TagAPI: 1.9.3

Bukkit: git-Bukkit-1.4.7-R1.0-b2624jnks (MC: 1.4.7) (Implementing API version 1.4.7-R1.0)

Player names are not colored blue, or any other color

commented

Im not sure about how to enable it in TagAPI, but i enabled it for VNP, and this was the result of a player vanishing on my server:

19:47:07 [INFO] Paradox460 issued server command: /vanish reload
19:47:07 [INFO] [VanishNoPacket] Debug enabled. Disable in config.yml
19:47:14 [INFO] (flatworld) «@Paradox460» kk
19:47:17 [INFO] [m] «@Paradox460» vanish pls
19:47:20 [INFO] Tigrr issued server command: /vanish
19:47:20 [INFO] [VanishNoPacket] [DEBUG] It's invisible time! Tigrr
19:47:20 [INFO] [VanishNoPacket] Tigrr disappeared.
19:47:20 [INFO] [VanishNoPacket] [DEBUG] Determining what to do about Tigrr for Paradox460
19:47:20 [INFO] [VanishNoPacket] [DEBUG] LoudVanishToggle Vanishing Tigrr
commented

oh right, I don't really document debugging for TagAPI.

First, grab the latest version here - http://dev.bukkit.org/server-mods/tag/files/

Create a TagAPI folder in the plugins folder. Inside create a config.yml with just debug: true

commented

Did that, nothing at all :(

commented

And you're sure you have TagAPI running, on regular CraftBukkit (no mods). and no client mods.

commented

I have client mods, but I can test without them. If it's a can not
reproduce, I understand
On Feb 24, 2013 2:10 PM, "Matt Baxter" [email protected] wrote:

And you're sure you have TagAPI running, on regular CraftBukkit (no mods).
and no client mods.


Reply to this email directly or view it on GitHubhttps://github.com//issues/337#issuecomment-14016073.

commented

any console errors? colornametags set to false in config?

commented

No console errors that I can see. colornametags is set to true:

Console:

17:13:22 [INFO] (survival) «@Paradox460» darn
17:13:25 [INFO] (survival) «@Paradox460» optifine has been updated
17:13:31 [INFO] Paradox460 issued server command: /vanish
17:13:31 [INFO] [VanishNoPacket] Paradox460 disappeared.
17:13:31 [INFO] [MonsterIRC] «BipolarBear0» Oh no
17:13:31 [INFO] [IRC] «BipolarBear0» Oh no
17:13:40 [INFO] Paradox460 issued server command: /vanish
17:13:40 [INFO] [VanishNoPacket] Paradox460 reappeared.

Config:

#
# VanishNoPacket
#   A fine choice of invisibility for the discerning server administrator.
#   http://www.kitteh.org
#
#  See documentation for details:
#  http://dev.bukkit.org/server-mods/vanish/pages/configuration/
#
fakeannounce:
    automaticforsilentjoin: false
    join: '%p joined the game.'
    quit: '%p left the game.'
hooks:
    essentials: false
    dynmap: true
    JSONAPI: false
    spoutcraft: false
checkupdates: true
permissionsupdates:
    checkonworldchange: true
effects:
    lightning:
        count: 30
colornametags: true

permtest: false
debug: false
configVersionDoNotTouch: 
    SeriouslyThisWillEraseYourConfig: 5
commented

Perhaps enable debug mode in tagapi? Could be interesting to see if any issues show up.