You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Combat Tag should have all messages be translatable.
This will fix #3 .
I personally prefer a pretty config with explaining comments over a ugly config without comments. YAML:
## Combat Tag Configuration ### These commands will be blocked in combat# 'all' blocks all commands except '/ct'blockedCommands:
- /home
- /tpnpc:
# Despawn the npc after the specified number of seconds has elapseddespawnTime: 12
Current Config:
blockedCommands: [/home, /tp]
npcDespawnTime: 12
The text was updated successfully, but these errors were encountered:
Combat Tag should have all messages be translatable.
This will fix #3 .
I personally prefer a pretty config with explaining comments over a ugly config without comments.
YAML:
Current Config:
The text was updated successfully, but these errors were encountered: