+supybot.plugins.Karma: True
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.Karma.public: True
+
+###
+# Determines whether the bot will output shorter versions of the karma
+# output when requesting a single thing's karma.
+#
+# Default value: False
+###
+supybot.plugins.Karma.simpleOutput: True
+
+###
+# Determines whether the bot will reply with a success message when
+# something's karma is increased or decreased.
+#
+# Default value: False
+###
+supybot.plugins.Karma.response: False
+
+###
+# Determines how many highest/lowest karma things are shown when karma
+# is called with no arguments.
+#
+# Default value: 3
+###
+supybot.plugins.Karma.rankingDisplay: 3
+
+###
+# Determines how many karma things are shown when the most command is
+# called.'
+#
+# Default value: 25
+###
+supybot.plugins.Karma.mostDisplay: 20
+
+###
+# Determines whether users can adjust the karma of their nick.
+#
+# Default value: False
+###
+supybot.plugins.Karma.allowSelfRating: False
+
+###
+# Determines whether the bot will increase/decrease karma without being
+# addressed.
+#
+# Default value: False
+###
+supybot.plugins.Karma.allowUnaddressedKarma: True
+
+###
+# Determines whether this plugin is loaded by default.
+###
+supybot.plugins.Math: True
+
+###
+# Determines whether this plugin is publicly visible.
+#
+# Default value: True
+###
+supybot.plugins.Math.public: True
+
+###
+# Determines whether this plugin is loaded by default.
+###