Commit Graph

107 Commits (e91e5ae9e54beee4efa5aef83f2161fcb19750b9)

Author SHA1 Message Date
Joey Hines e91e5ae9e5
Added .drone.yml 2021-06-27 20:13:43 -06:00
Joey Hines 684b269039 Added reminder groups (#3)
Added reminder groups

+ Multiple reminder groups can be define
+ Reminders still occur as set by the frequency
+ Each group can be configured with its own chat color and period
+ The period config defines how many reminder cycles it takes before that group's next message is used

Co-authored-by: Joey Hines <joey@ahines.net>
Reviewed-on: https://git.birbmc.com/Canopy/QoL/pulls/3
Reviewed-by: Etzelia <etzelia@hotmail.com>
Co-Authored-By: ZeroHD <joey@ahines.net>
Co-Committed-By: ZeroHD <joey@ahines.net>
2021-06-25 16:08:50 +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
Etzelia 2bc9733955 Remove GriefAlert (#58)
Remove GriefAlert

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

Reviewed-on: https://git.etztech.xyz/Minecraft/QoL/pulls/58
Reviewed-by: ZeroHD <joey@ahines.net>
2020-08-02 23:11:42 +02: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
Joey Hines 7f7c00e22b Added Essentials and dynmap as soft depends (#55)
Added Essentials and dynmap as soft depends

Co-authored-by: Joey Hines <joey@ahines.net>
Reviewed-on: https://git.etztech.xyz/Minecraft/QoL/pulls/55
Reviewed-by: Etzelia <etzelia@hotmail.com>
2020-07-20 00:53:23 +02:00
Joey Hines 07a69eb279 Removed all references to per world view distance (#53)
Removed all references to per world view distance

+ Removed PlayerChangedWorldListener.java

Co-authored-by: Joey Hines <joey@ahines.net>
Reviewed-on: https://git.etztech.xyz/Minecraft/QoL/pulls/53
Reviewed-by: Etzelia <etzelia@hotmail.com>
2020-07-18 17:57:24 +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
Etz Elia 2136c712f2 Add 'LICENSE' (#45)
Add 'LICENSE'

Reviewed-by: ZeroHD <joey@ahines.net>
2020-06-11 22:09:13 +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 d55fb1112a Make spec confirmation configurable (#39) 2019-10-05 05:08:51 +02:00
Etzelia ee0867d5cc Add escape for Discord syntax (#41) 2019-10-05 04:22:50 +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
Etzelia d587210405 Disable view distance override (#29) 2019-07-22 20:07:11 +02:00
Etzelia 4832cb8b16 Update to 1.14.3 (#28) 2019-07-05 16:43:34 +02:00
Etzelia 954c8932f1 Update changelog link to 1.7 commit (#27) 2019-06-27 19:05:05 +02:00
Joey Hines 7bc3ba3783 Added World View Distance Override (#26) 2019-02-27 18:00:56 +01:00
Etzelia cd8182b67c The most important bug-fix of the season. :dab: 2018-12-08 16:40:08 -06:00
Etzelia b10ea6fdae Added Queue implementation
Fixes #23
2018-12-08 16:36:32 -06:00
Etzelia 364a2a2bb1 Changing Ping
Instead of pinging for first alert, ping when limit is reached to better identify if it's a real issue
2018-12-04 14:17:17 -06:00
Etzelia ad0a2d0e13 Added GriefAlert permission to docs 2018-12-04 14:08:27 -06:00
Etzelia 19dcc4c482 Added GriefAlert
Fixes #22
2018-12-04 14:02:05 -06:00
Etzelia 2b2c732850 Merge branch 'master' of ZeroHD/QoL into master 2018-10-30 19:51:50 +01:00
Joey Hines 678d549c2b Updated version to 1.5 2018-10-30 13:50:41 -05:00
Joey Hines 0d3c081bac Updated docs for v1.5
Added /deathmute changes to docs
2018-10-30 13:47:21 -05: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 1e6b917fa2 on
on
2018-10-26 19:13:20 +02:00
Etzelia a01d41d143 Cleanup for release
Updated EtzCore to 1.0.5
Removed Maven annotations
Updated Essentials/Dynmap interfaces
Overwrite qol.png to hopefully stop seeing that stupid warning log
2018-10-24 14:19:03 -05:00
Etzelia 5ac54a96a9 Change commit hash to parent repo
The previous hash pointed to the child repo: 6c5c20960b
The new hash points to the parent repo: 6c5c20960b

In the event the child repo is ever removed or re-created, the commit would be lost *I think*
2018-10-16 21:48:52 +02:00
Etzelia 942cf018fe Fix link to issue
Retro-active change to link for RST format
2018-10-16 21:44:03 +02: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
Etzelia 022ad810da Updated website for documentation in pom.xml 2018-10-16 15:58:33 +02:00
Etzelia 7001a136c6 Merge branch 'master' of ZeroHD/QoL into master
Fixes #16
Adds documentation for #9
2018-10-16 15:40:48 +02:00
Joey Hines 5c15eec17c Updated docs and changed spec dynmap hide perm to SafeSpectate.spectate 2018-10-15 21:32:13 -05:00
Joey Hines 584b069c33 Typo in death mute permissions documentation 2018-10-15 18:16:06 -05:00
Joey Hines 3091fba5b4 Added commit for spec dynmap message 2018-10-15 18:12:39 -05:00
Joey Hines 202141eba0 Updated documentation 2018-10-15 18:10:18 -05:00
Joey Hines 36cf8b1aa2 Merge branch 'master' of git.etztech.xyz:Etzelia/QoL 2018-10-15 17:08:07 -05:00
Joey Hines 6c5c20960b Added messages when notifying the user they are entering spec. 2018-10-15 17:07:01 -05:00
Etzelia bebd53924d Update project name
Should be the final commit before changing other projects
2018-10-12 14:19:18 -05:00
Etzelia 03c3d43476 Cleanup
Small polishing of TOC
2018-10-12 14:15:41 -05:00