Commit Graph

34 Commits (main)

Author SHA1 Message Date
Joey Hines f327f59d6c Added `discordignore` command (#17)
Small tweaks

+ Fixed permission node
+ Removed unused imports

Added `discordignore` command

+ Toggles Discord messages on/off for the user
+ Resolves #16

Co-authored-by: Joey Hines <joey@ahines.net>
Reviewed-on: https://git.canopymc.net/Canopy/QoL/pulls/17
Reviewed-by: Etzelia <etzelia@hotmail.com>
Co-Authored-By: ZeroHD <joey@ahines.net>
Co-Committed-By: ZeroHD <joey@ahines.net>
2021-08-03 02:34:17 +00:00
Mighty_Squid df292f88c5 Add moon phase command (#15)
Add moon phase command

Co-authored-by: Mighty_Squid <103967@gmail.com>
Reviewed-on: https://git.canopymc.net/Canopy/QoL/pulls/15
Reviewed-by: ZeroHD <joey@ahines.net>
Co-Authored-By: Mighty_Squid <mighty_squid@noreply.git.canopymc.net>
Co-Committed-By: Mighty_Squid <mighty_squid@noreply.git.canopymc.net>
2021-08-03 00:29:04 +00:00
Mighty_Squid 2e72736571 Initial version of wiki command (#13)
Version 1.12

Initial version of wiki command

Co-authored-by: Mighty_Squid <103967@gmail.com>
Reviewed-on: https://git.canopymc.net/Canopy/QoL/pulls/13
Reviewed-by: Etzelia <etzelia@hotmail.com>
Co-Authored-By: Mighty_Squid <mighty_squid@noreply.git.canopymc.net>
Co-Committed-By: Mighty_Squid <mighty_squid@noreply.git.canopymc.net>
2021-07-19 17:30:59 +00:00
Joey Hines fc163baf51 DiscordSRV now ignores shadow mute players
+ Added DiscordSRV as a softdepend
+ Added a listener to cancel DiscordSRV events for players who are shadow muted
2020-10-02 18:12:34 -05:00
Joey Hines c9434b916e Updated Plugin-Api 2020-10-02 17:24:09 -05:00
Joey Hines cc11677a18 Fixed HTML formatting (#57)
Fixed HTML formatting

+ `markup=true` for creating markers
+ Bumped marker name length to 50 chars
+ Escaped HTML from marker names

Co-authored-by: Joey Hines <joey@ahines.net>
Reviewed-on: https://git.etztech.xyz/Minecraft/QoL/pulls/57
Reviewed-by: Etzelia <etzelia@hotmail.com>
2020-07-29 23:12:52 +02:00
Etzelia 118524e171 Updates and 1.16 (#50)
Add portal setup config

Signed-off-by: Etzelia <etzelia@hotmail.com>

Updates and 1.16

Signed-off-by: Etzelia <etzelia@hotmail.com>

Reviewed-on: https://git.etztech.xyz/Minecraft/QoL/pulls/50
Reviewed-by: ZeroHD <joey@ahines.net>
2020-07-09 16:42:58 +02:00
Joey Hines 13ce2096f8 Added the ability to create multiple markers (#48)
Added the ability to create multiple markers

+ Player's can name markers to whatever they want
+ Internally markers are refereed by the player's `UUID NAME`
+ Markers are no longer automatically removed
+ Marker count is limited to a number set by the `qol.marker.limit.#` perm
+ Marker layer can be renamed and configured to hidden or shown by default.

Co-authored-by: Joey Hines <joey@ahines.net>
Reviewed-on: https://git.etztech.xyz/Minecraft/QoL/pulls/48
Reviewed-by: Etzelia <etzelia@hotmail.com>
2020-07-02 16:40:10 +02:00
Joey Hines 6a746d5702 Added `/marker remove` and made the icon a config option (#43) 2019-10-13 02:45:53 +02:00
Joey Hines e75d8efdfc Dynmap Marker Command (#42) 2019-10-09 18:30:54 +02:00
Etzelia 6d73df72a3 Dynmap Link Command (#40) 2019-10-05 04:14:28 +02:00
Etzelia 8d0e30cfa3 Ignore self when using checkup (#38) 2019-10-03 23:23:52 +02:00
Etzelia 253402f4fe Discord Syntax (#36) 2019-10-03 17:58:55 +02:00
Etzelia af7abe9ca7 Add CheckupCommand (#33) 2019-09-30 19:15:29 +02:00
Joey Hines 2cdc56c6e2 renamed addDeathMute() to toggleDeathMute 2018-10-30 13:39:53 -05:00
Joey Hines e9e43b84a7 Added space in death mute message 2018-10-29 18:25:09 -05:00
Joey Hines 86419f8772 Added toggle to deathmute command 2018-10-29 18:11:37 -05:00
Etzelia 6bc1bf49b3 Fixed imports
Committing from Gitea is always a gamble.
2018-10-16 20:29:40 +02:00
Etzelia 338e0a909e Added link to portal directions
Fixes #13
2018-10-16 20:26:36 +02:00
Joey Hines a08100a101 Added a check to see if the target already had the 24 Karrat Trophy 2018-10-12 11:03:06 -05:00
Joey Hines d59f8186da fixed perm for KaratTrophy 2018-10-12 10:52:29 -05:00
Joey Hines bc59a8cdfb Added Karat Trophy command 2018-10-12 10:51:26 -05:00
Joey Hines ed7cbbc6a0 Cleaned up imports 2018-10-09 18:09:40 -05:00
Joey Hines 2f54beb845 Changed Mutes to use UUIDs instead of strings of UUIDs. Also used Bukkit.getPlayer() in both ShadowMute and DeathMute. 2018-10-09 17:21:38 -05:00
Joey Hines 1a03c2fc72 Added death mute command 2018-10-09 16:50:22 -05:00
Etzelia 36b1482700 /list totals and welcome message
Added totals to each group in /list
Added a welcome message for new players, and a message to other players to welcome them
2018-09-23 17:46:09 -05:00
Etzelia 7f5876f62a Totals and New Players
Added totals to /list
Added the "Welcome <new player> to the server!" message
2018-09-16 23:44:26 -05:00
Etzelia 2f897efa42 Changed to LinkedHashMap 2018-09-15 17:36:46 -05:00
Etzelia e548133044 Fix group list priority 2018-09-15 17:25:44 -05:00
Etzelia b30543ffea List now capitalizes roles 2018-09-15 16:44:38 -05:00
Etzelia 14ac0e565f Fix no permission error for WorldInfo 2018-09-15 16:20:31 -05:00
Etzelia a31a32edea Added List and Plugins commands 2018-09-14 00:08:13 -05:00
Etzelia 941f0a40b6 Updated to latest changes from private repo 2018-09-12 11:06:02 -05:00
Etzelia 4befd87bc3 Initial commit for Gitea 2018-09-12 10:53:47 -05:00