From 5d54c95b83d3a608c50549c8ea27966199ec059e Mon Sep 17 00:00:00 2001 From: headhunter45 Date: Mon, 18 Jul 2011 18:21:21 -0700 Subject: [PATCH] Added Readme.txt --- ScoreKeeper/Readme.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ScoreKeeper/Readme.txt diff --git a/ScoreKeeper/Readme.txt b/ScoreKeeper/Readme.txt new file mode 100644 index 0000000..f6f4713 --- /dev/null +++ b/ScoreKeeper/Readme.txt @@ -0,0 +1,12 @@ +Commands: +/score-get [playerName] - Displays the player's score. +/score-add [playerName] - Add amount points to the player's score. +/score-subtract [playerName] - Subtracts amount points from the player's score. +/score-reset [playerName] - Resets the player's score to 0. +/score-archive [playerName] - Saves the player's score to a "High Scores" table and resets their current score to 0. + +NOTES: +* All commands will use the executing player in place of [playerName] if it is omitted. +* Permissions support is coming AFTER I get archive to work. +* The commands aside from get are intended for admins and whatnot as some other plugin should be using the methods instead of letting player's execute commands. +