Commit Graph

29 Commits (0c08c268543a99e6d67e6469903ca10509c01def)

Author SHA1 Message Date
Joey Hines 0c08c26854 Added Head Shop (#18)
Moved ShopkeepersAPI reference to listener

Moved head shop logic to its own listener

Move checkup command join outside shopkeeper check

Refresh player head on login

+ Cleaned up imports

Use UUID instead of display name to determine if a player is in the shop

Check if Shopkeepers is present before trying to enable it

Added Head Shop

+ Integrates with ShopKeepers
+ On login, users with the `qol.head_shop` perm have their head added to the shop, if not already added
+ The shop id and the price to charge are both configurable

Co-authored-by: Joey Hines <joey@ahines.net>
Reviewed-on: https://git.canopymc.net/Canopy/QoL/pulls/18
Reviewed-by: Etzelia <etzelia@hotmail.com>
Co-Authored-By: ZeroHD <joey@ahines.net>
Co-Committed-By: ZeroHD <joey@ahines.net>
2021-08-10 01:32:17 +00:00
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
Joey Hines fa2f79239e Add Config To Disable Enderman Grief (#14)
Added default config value

Bumped version number

Add config for disabling enderman grief

Co-authored-by: Joey Hines <joey@ahines.net>
Reviewed-on: https://git.canopymc.net/Canopy/QoL/pulls/14
Reviewed-by: Etzelia <etzelia@hotmail.com>
Co-Authored-By: ZeroHD <joey@ahines.net>
Co-Committed-By: ZeroHD <joey@ahines.net>
2021-07-21 00:20:25 +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 3ae415d7d0 Marked dynmap-api dependency as `provided` (#10)
Marked dynmap-api dependency as `provided`

+ Fixes #9

Co-authored-by: Joey Hines <joey@ahines.net>
Reviewed-on: https://git.canopymc.net/Canopy/QoL/pulls/10
Reviewed-by: Etzelia <etzelia@hotmail.com>
Co-Authored-By: ZeroHD <joey@ahines.net>
Co-Committed-By: ZeroHD <joey@ahines.net>
2021-07-11 16:12:13 +00:00
Joey Hines e3cf0d6d9f Switched to Spark for TPS alerts (#8)
Switched to Spark for TPS alerts

+ Currently just looks at tps, but we could hook in mspt
+ Fixes #6

Co-authored-by: Joey Hines <joey@ahines.net>
Reviewed-on: https://git.canopymc.net/Canopy/QoL/pulls/8
Reviewed-by: Etzelia <etzelia@hotmail.com>
Co-Authored-By: ZeroHD <joey@ahines.net>
Co-Committed-By: ZeroHD <joey@ahines.net>
2021-07-05 14:52:41 +00:00
Joey Hines 9c316f9fff
why do we even *need* https 2021-06-27 20:18:41 -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 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 e75d8efdfc Dynmap Marker Command (#42) 2019-10-09 18:30:54 +02:00
Etzelia 8d0e30cfa3 Ignore self when using checkup (#38) 2019-10-03 23:23:52 +02:00
Etzelia 4832cb8b16 Update to 1.14.3 (#28) 2019-07-05 16:43:34 +02:00
Joey Hines 7bc3ba3783 Added World View Distance Override (#26) 2019-02-27 18:00:56 +01:00
Etzelia 19dcc4c482 Added GriefAlert
Fixes #22
2018-12-04 14:02:05 -06:00
Joey Hines 678d549c2b Updated version to 1.5 2018-10-30 13:50:41 -05: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 022ad810da Updated website for documentation in pom.xml 2018-10-16 15:58:33 +02:00
Joey Hines 202141eba0 Updated documentation 2018-10-15 18:10:18 -05:00
Etzelia 55c1c92ea1 Updated EtzCore to 1.0.4 2018-10-08 18:31:13 +02:00
Etzelia 7718f54167 Updated to EtzCore 1.3
Changed Maven Dependencies
2018-09-28 23:15:05 -05:00
Etzelia b124202175 Version 1.3
Updated EtzCore to 1.2
Added Maven annotations
Cleaned up shaded jar (less than half the size)
2018-09-27 00:05:39 -05:00
Joey Hines 18e36727f2 Added check in CommandPreprocessListener to hide a user when they go into spec and put them back into the same visibility after they come out of spec. 2018-09-23 14:49:17 -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