From 202141eba0dcaa7eb6aefaeabac293ff96b8962c Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Mon, 15 Oct 2018 18:10:18 -0500 Subject: [PATCH] Updated documentation --- docs/source/changelog/index.rst | 3 ++- docs/source/changelog/v1.4.rst | 19 +++++++++++++++++++ docs/source/commands.rst | 6 ++++++ docs/source/misc.rst | 3 +-- docs/source/permissions.rst | 6 +++++- pom.xml | 2 +- src/main/resources/plugin.yml | 2 +- 7 files changed, 35 insertions(+), 6 deletions(-) create mode 100644 docs/source/changelog/v1.4.rst diff --git a/docs/source/changelog/index.rst b/docs/source/changelog/index.rst index d98b334..3323717 100644 --- a/docs/source/changelog/index.rst +++ b/docs/source/changelog/index.rst @@ -8,4 +8,5 @@ Changelogs .. toctree:: :maxdepth: 1 - v1.3 \ No newline at end of file + v1.3 + v1.4 \ No newline at end of file diff --git a/docs/source/changelog/v1.4.rst b/docs/source/changelog/v1.4.rst new file mode 100644 index 0000000..1876362 --- /dev/null +++ b/docs/source/changelog/v1.4.rst @@ -0,0 +1,19 @@ +.. include:: ../common.rst + +.. _qol_v1.4: + +QoL v1.4 +======== + +Additions +--------- +* `Death Mute Command`_ - ``/dm `` mutes death messages from a player until a sever restart. +* `24 Karat Trophy Command`_ ``/karattrophy `` awards the player the 24 Karat Trophy advancement. +* Spec-Dynmap Message - A message is now displayed when the user is hidden on Dynmap after using /spec. + +.. _Death Mute Command: https://git.etztech.xyz/Etzelia/QoL/issues/9 +.. _24 Karat Trophy Command: https://git.etztech.xyz/Etzelia/QoL/issues/16 + +Bug Fixes +--------- +None \ No newline at end of file diff --git a/docs/source/commands.rst b/docs/source/commands.rst index 3d4d86b..3f66da8 100644 --- a/docs/source/commands.rst +++ b/docs/source/commands.rst @@ -36,3 +36,9 @@ Alias ``/names`` and ``/name`` ``/whitelist `` - Turns Whitelist mode on or off. When in Whitelist mode, no one can connect unless they have the permission node. ``/timeout `` - Turns Timeout mode on or off. When in Timeout mode, no one can chat unless they have the permission node. + +``/karattrophy `` awards the player the 24 Karat Trophy Advancement. + +``/dm `` mutes death messages from a player until a sever restart. + + diff --git a/docs/source/misc.rst b/docs/source/misc.rst index be2d8dc..639ecc4 100644 --- a/docs/source/misc.rst +++ b/docs/source/misc.rst @@ -46,6 +46,5 @@ QoL provides a way to monitor your TPS and send an alert to a Discord webhook wh Auto Dynmap Hide ---------------- -If Dynmap is detected on the server, QoL will hide a user on the dynmap when they spec. When they come out of -spec, their previous visibility state will be restored. +If Dynmap is detected on the server, QoL will hide a user on the dynmap when they spec. When they come out of spec, their previous visibility state will be restored. diff --git a/docs/source/permissions.rst b/docs/source/permissions.rst index a97961a..e1452dc 100644 --- a/docs/source/permissions.rst +++ b/docs/source/permissions.rst @@ -36,4 +36,8 @@ Permissions ``qol.timeout.command`` - Ability to use the Timeout command -``qol.timeout.*`` - Wildcard permission for Timeout \ No newline at end of file +``qol.timeout.*`` - Wildcard permission for Timeout + +``qol.karattrophy`` - Ability to use the Karat Trophy Command + +``qol.shadowmute`` - Ability to use the Shadow Mute command \ No newline at end of file diff --git a/pom.xml b/pom.xml index 085cf1a..b28af2c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ xyz.etztech QoL - 1.3 + 1.4 jar diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 1456734..9e95ebe 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -75,7 +75,7 @@ permissions: description: Ability to use the Death Mute command default: op qol.karattrophy: - description: to use the Karat Trophy Command + description: Ability to use the Karat Trophy Command default: op qol.auditable: description: Audits command usage