Configuration
Default Configuration
config.yml
# mcRSS - Ingame RSS Reader # Configuration File # © Maxim Van de Wynckel # --------------------------- # This Enables/Disables the plugin loading enabled: true # Caching time # Default = 5 Minutes = 300 SECONDS cache_time: 300 # Configuration file Version # Used by plugin! DO NOT DELETE version: 2
rss.yml
# mcRSS - Ingame RSS Reader # Configuration File - FEEDS # © Maxim Van de Wynckel # --------------------------- feeds: forum: title: Minecraft Forum - News url: http://www.minecraftforum.net/rss/writ/1-news/ enabled: true news: title: The Times - News url: http://www.thetimes.co.uk/tto/news/rss enabled: true bukkit: title: Bukkit.org - Forum url: http://bukkit.org/forums/-/index.rss enabled: true minesecure: title: Minesecure Forum - Support url: http://minesecure.net/taxonomy/term/2/feed enabled: true example: # This is the <feed> that has to be entered in the command argument title: This is my example # This is the Title that will be displayed on top url: http://.../ # This is the RSS feed url enabled: true # This sets the feed on/off
RELOAD the plugin with /rss reload OR /mcrss reload
Comments