forked from Minecraft/QoL
Updated documentation
parent
36cf8b1aa2
commit
202141eba0
|
@ -8,4 +8,5 @@ Changelogs
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
v1.3 <v1.3>
|
||||
v1.3 <v1.3>
|
||||
v1.4 <v1.4>
|
|
@ -0,0 +1,19 @@
|
|||
.. include:: ../common.rst
|
||||
|
||||
.. _qol_v1.4:
|
||||
|
||||
QoL v1.4
|
||||
========
|
||||
|
||||
Additions
|
||||
---------
|
||||
* `Death Mute Command`_ - ``/dm <name>`` mutes death messages from a player until a sever restart.
|
||||
* `24 Karat Trophy Command`_ ``/karattrophy <name>`` 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
|
|
@ -36,3 +36,9 @@ Alias ``/names`` and ``/name``
|
|||
``/whitelist <on|off|true|false|>`` - Turns Whitelist mode on or off. When in Whitelist mode, no one can connect unless they have the permission node.
|
||||
|
||||
``/timeout <on|off|true|false|>`` - Turns Timeout mode on or off. When in Timeout mode, no one can chat unless they have the permission node.
|
||||
|
||||
``/karattrophy <name>`` awards the player the 24 Karat Trophy Advancement.
|
||||
|
||||
``/dm <name>`` mutes death messages from a player until a sever restart.
|
||||
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -36,4 +36,8 @@ Permissions
|
|||
|
||||
``qol.timeout.command`` - Ability to use the Timeout command
|
||||
|
||||
``qol.timeout.*`` - Wildcard permission for Timeout
|
||||
``qol.timeout.*`` - Wildcard permission for Timeout
|
||||
|
||||
``qol.karattrophy`` - Ability to use the Karat Trophy Command
|
||||
|
||||
``qol.shadowmute`` - Ability to use the Shadow Mute command
|
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<groupId>xyz.etztech</groupId>
|
||||
<artifactId>QoL</artifactId>
|
||||
<!-- Version is used in plugin.yml -->
|
||||
<version>1.3</version>
|
||||
<version>1.4</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<!-- Plugin Information -->
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue