Commit Graph

13 Commits (e036627fb1e88c361a2638d7b0438f5cc85efd20)

Author SHA1 Message Date
Joey Hines 006a3a2c0d
Moved head shop logic to its own listener 2021-08-09 19:19:28 -06:00
Joey Hines a673eadd2e
Move checkup command join outside shopkeeper check 2021-08-08 16:16:22 -06:00
Joey Hines e66969f039
Refresh player head on login
+ Cleaned up imports
2021-08-06 22:36:33 -06:00
Joey Hines 1b5c8625de
Use UUID instead of display name to determine if a player is in the shop 2021-08-06 21:33:40 -06:00
Joey Hines b6ffbf7168
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
2021-08-06 21:21:12 -06: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