Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to YAML Config and Make Combat Tag fully translateable #8

Open
Techcable opened this issue Apr 14, 2015 · 1 comment
Open

Switch to YAML Config and Make Combat Tag fully translateable #8

Techcable opened this issue Apr 14, 2015 · 1 comment
Assignees
Milestone

Comments

@Techcable
Copy link
Member

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
  - /tp
npc:
  # Despawn the npc after the specified number of seconds has elapsed
  despawnTime: 12

Current Config:

blockedCommands: [/home, /tp]
npcDespawnTime: 12
@Techcable Techcable added this to the 7.0.0 milestone Apr 14, 2015
@Techcable Techcable self-assigned this Apr 14, 2015
@Techcable Techcable mentioned this issue Apr 14, 2015
@Techcable
Copy link
Member Author

Waiting for #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant