Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

plugin.config 603B

1234567891011121314151617181920212223242526272829303132
  1. # This is a DMDirc configuration file.
  2. # This section indicates which sections below take key/value
  3. # pairs, rather than a simple list. It should be placed above
  4. # any sections that take key/values.
  5. keysections:
  6. metadata
  7. updates
  8. version
  9. requires
  10. metadata:
  11. author=Greboid <greg@dmdirc.com>
  12. mainclass=com.dmdirc.addons.activewindow.ActiveWindowPlugin
  13. description=Provides an active window command to the swing UI
  14. name=activewindow
  15. nicename=Active Window
  16. updates:
  17. id=66
  18. requires:
  19. parent=ui_swing
  20. version:
  21. friendly=1.0
  22. provides:
  23. active command
  24. required-services:
  25. swing ui