Commit graph

142 commits

Author SHA1 Message Date
John Locke
375959fb78
Merge pull request #10 from HyperSMP/multi-version-support-dev
Add backwards compatibility from 1.17+
2023-07-30 12:35:02 -04:00
J0nasL
473f387866 Fixed version check
Now compatible with 1.17+
2023-07-30 11:52:51 -04:00
J0nasL
8a28c62ff6 Handle Criteria being out of date 2023-07-30 04:31:26 -04:00
J0nasL
7ec191b798 Update pom and plugin config files
Reformatted pom.xml, added new name, url, and description tags. Also added resource section to format plugin.yml.
Added filtering to plugin.yml to autogenerate the .yml file.
2023-07-30 04:14:47 -04:00
J0nasL
dabad87de3 Switch off debug by default 2023-07-30 04:13:15 -04:00
J0nasL
4b61cafc9c Added class to handle backwards compatibility 2023-07-30 04:10:28 -04:00
J0nasL
257e6b6e29 Fix error with /egglocation if egg doesn't exist 2023-07-30 00:46:34 -04:00
J0nasL
68f89d9828 Make removeEgg() methods work correctly 2023-07-29 14:29:47 -04:00
J0nasL
2d956a33f5 Added images 2023-07-20 05:05:08 -04:00
J0nasL
0656016a01 Only save invulnerable egg from platform regen 2023-07-20 01:52:57 -04:00
J0nasL
b314f5e6f3 Fix "egg overwritten" debug message
Missing a check for non-empty list before sending message. No egg item is actually spawned.
2023-07-20 01:47:42 -04:00
John Locke
fa1845d192
Update README.md 2023-07-19 23:54:40 -04:00
J0nasL
0c5272e679 Merge branch 'development' 2023-07-19 22:44:19 -04:00
J0nasL
d2f2ae22ce Merge branch 'scoreboard-dev' into development 2023-07-19 22:33:22 -04:00
J0nasL
a6c6da8e83 Updated config and readme 2023-07-19 22:31:50 -04:00
J0nasL
ede546e5ed Finished scoreboard, added some config settings 2023-07-19 21:28:35 -04:00
J0nasL
2ffb8bbe14 started scoreboard handling 2023-07-19 05:45:18 -04:00
J0nasL
ccacff562e add missing space 2023-07-19 02:53:26 -04:00
J0nasL
2638fed24f Fix logging of egg holder 2023-07-19 02:53:05 -04:00
J0nasL
7dd3304cc7 abstracted getting egg location string 2023-07-19 02:09:19 -04:00
J0nasL
4a08e6f133 Added checking for end platform overwrite 2023-07-19 01:20:08 -04:00
J0nasL
0d7db4a572 Fixed inventoryClose tracking
Fixed inventoryClose tracking based on container/merchant status
Also fixed egg in block container reporting for locateegg
2023-07-18 16:57:27 -04:00
J0nasL
f7191688f4 Update README.md 2023-07-18 16:07:44 -04:00
John Locke
cd74545c86
Update README.md 2023-07-18 15:20:19 -04:00
John Locke
b90ce9a1c1
Update README.md 2023-07-18 15:19:54 -04:00
John Locke
4522356687
fix readme formatting 2023-07-18 15:18:56 -04:00
J0nasL
d90208ca44 Reformat readme, add website url 2023-07-18 15:17:49 -04:00
J0nasL
3aef0b6b24 change to egg checking 2023-07-18 15:16:03 -04:00
J0nasL
eaf1d01660 Create EggController, small UX/logging fixes
Move controller-related Egg functionality to EggController
Re-add egg stolen message
Logging changes
Don't remove the egg from players in the void, wait for them to die
2023-07-18 14:18:30 -04:00
J0nasL
5f2038e97b Egg destruction/respawn fix, small changes/fixes
Fixed some bugs related to egg destruction/respawning, deleted duplicate code
Hopefully fixed occasional string formatting issues
Small change to config
Small change to readme
2023-07-18 05:45:17 -04:00
J0nasL
5f8d029052 Update README.md 2023-07-18 04:00:33 -04:00
J0nasL
560900beb4 Bugfix, removed unused imports 2023-07-18 03:48:48 -04:00
J0nasL
93ab4a304b Minor logging improvements 2023-07-18 03:47:47 -04:00
J0nasL
f53e0b1e9f Added logging levels, small UX changes
Changed egg sound
Added distance to locateEgg
Started making detailed logging optional
Cancel velocity of dropped egg item
2023-07-18 03:41:34 -04:00
J0nasL
64fa2c68ef Color location information 2023-07-18 00:32:34 -04:00
J0nasL
eebc4b3bc5 Fix block replace checks, add chat formatting
Fixed egg destroyed by dragon when respawning
Cleaned up dragon and mushroom grow checks
Added formatting to messages sent to players
Added formatting for location when using some commands
2023-07-17 22:36:17 -04:00
J0nasL
7d0b5da979 Improvements to egg overwrite handling
Affects mushroom growing and dragon deleting blocks. Made dragon deletion handling better and removed redundant mushroom handling

Made removeEgg() a static method
2023-07-17 05:06:07 -04:00
J0nasL
9ace49f84d Bug fix, prevent dragon destroying egg 2023-07-17 00:55:22 -04:00
J0nasL
9673d5dd65 Gracefully fail when egg object does not exist
Also added some docstrings
2023-07-17 00:16:46 -04:00
J0nasL
4e09e2369f Fixed tracking egg in dyed shulker boxes 2023-07-16 23:48:59 -04:00
J0nasL
27f5eb00a8 Prevent egg from being dispensed in shulker 2023-07-16 22:39:57 -04:00
J0nasL
1bc26dd620 Added missing eggowner permission 2023-07-16 21:13:36 -04:00
John Locke
42e2042f59
Merge pull request #8 from HyperSMP/owner-tagging-dev
Added tagging of egg owner
2023-07-15 22:57:11 -04:00
J0nasL
a56407ecc3 Added tagging of egg owner
Minor code refactoring/cleanup
2023-07-15 22:53:58 -04:00
J0nasL
127618c13a Fixed inventory tracking
Added more methods to Egg class for checking for egg
2023-07-08 15:13:37 -04:00
J0nasL
a17cf4cf63 Disable egg packaging for now, bug fixes
initial fixes to egg inventory checking, mushroom check works correctly now
2023-07-07 02:39:26 -04:00
J0nasL
949441dea9 Remove portalCreateEvent listener & helper methods
this method is deprecated and isn't being called so no point including it. will work on in a different branch
2023-07-07 01:21:18 -04:00
J0nasL
a64808599a Allow dragon egg in shulkers & bundles
Every time we check if something is the dragon egg, instead check if it is the egg or a shulker/bundle containing the egg

Added a config setting to enable/disable shulker/bundle enforcement and updated the readme
2023-07-07 01:16:56 -04:00
John Locke
c90eabbe74
Update issue templates 2023-07-06 22:12:44 -04:00
J0nasL
f043897ed4 standardized logging calls
also removed unused imports
2023-07-05 19:54:13 -04:00