Commit graph

133 commits

Author SHA1 Message Date
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
J0nasL
9467189f8f Update settings.json 2023-07-05 19:46:48 -04:00
J0nasL
572056aa32 Update .gitignore 2023-07-04 19:50:17 -04:00
J0nasL
d41f6df5a9 Update .gitignore 2023-07-04 19:46:40 -04:00
J0nasL
af4c208ae2 Fix loading of egg entity on server restart
Also switched to saving data only on plugin disable/server close and server autosave
2023-07-04 17:19:05 -04:00
John Locke
c879663b11
Update README.md 2023-07-02 17:40:01 -04:00
John Locke
77e85e1ed1
Update README.md 2023-07-02 17:00:59 -04:00
John Locke
7b7c0fe384
Update README.md 2023-07-02 16:10:48 -04:00
John Locke
460f1383c4
Update README.md 2023-07-01 23:48:17 -04:00
J0nasL
ce584efb55 update readme 2023-07-01 15:20:51 -04:00