Commit Graph

9 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 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
Joey Hines e75d8efdfc Dynmap Marker Command (#42) 2019-10-09 18:30:54 +02:00
Etzelia af7abe9ca7 Add CheckupCommand (#33) 2019-09-30 19:15:29 +02:00
Joey Hines 7bc3ba3783 Added World View Distance Override (#26) 2019-02-27 18:00:56 +01:00
Etzelia b10ea6fdae Added Queue implementation
Fixes #23
2018-12-08 16:36:32 -06: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