EZCommands v1.0.0

Troubleshooting

Commands Not Loading

Problem: Commands don't appear after restart

Solutions:

  1. Check that config.json is valid JSON (use a JSON validator)
  2. Ensure the file is saved with UTF-8 encoding
  3. Check server console for error messages
  4. Verify the config file path: mods/EZCommands/config.json

Formatting Not Working

Problem: Text appears with tags visible like <color:red>text</color>

Solutions:

  1. Use formatting only in message field - titles strip formatting automatically
  2. Ensure tags are properly closed: <color:red>text</color>
  3. Check for typos in color names or tag names
  4. Verify hex colors start with #: <color:#FF0000>

Links Not Clickable

Problem: Links appear as text instead of clickable

Solutions:

  1. Use the link tag: <link:URL>text</link>
  2. Ensure URL includes https:// or http://
  3. Only works in message field, not in titles
  4. Test with a simple example first

Cooldown Not Working

Problem: Players can spam commands

Solutions:

  1. Set cooldown to a number greater than 0
  2. Restart server after config changes
  3. Check that cooldown is in seconds, not milliseconds
  4. Verify no syntax errors in config file

Auto-Run Not Executing

Problem: Commands don't run automatically

Solutions:

  1. Set both autoRun: true and autoRunInterval to a number
  2. Interval is in seconds (300 = 5 minutes)
  3. Check server console for auto-run confirmation messages
  4. Ensure at least one player is online (auto-run only affects online players)