From b990a2242917979f4a1da4f7c0ebf6fdf31f801f Mon Sep 17 00:00:00 2001 From: ronneycz Date: Wed, 27 Apr 2022 21:34:17 +0200 Subject: [PATCH] final touches --- README.md | 13 +++++++++++++ plugins/plugin.quotes.php | 15 +++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/README.md b/README.md index a1094f3..4cf1443 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ # xaseco-quotes + +**A TrackMania XASECO plugin** + +Allows to invoke random quotes using `/quote` command. + +Provides easy maintenance of quotes inside xml config file and possibility to add or modify quotes without restarting XASECO using `/quote reload` command - as MasterAdmin. + +## Installation + +1. extract the plugin to XASECO base directory +2. set up at least 2 quotes in `quotes.xml` to make use of the plugin +3. edit plugins.xml and include the following line: `plugin.quotes.php` +4. restart XASECO diff --git a/plugins/plugin.quotes.php b/plugins/plugin.quotes.php index fc4aa86..9e0dc9b 100644 --- a/plugins/plugin.quotes.php +++ b/plugins/plugin.quotes.php @@ -1,5 +1,20 @@