Commit Graph

87 Commits

Author SHA1 Message Date
ceze88 1db481d1aa New looting system 2023-01-16 21:32:17 +01:00
Christian Koop cba75610cf
Replaces deprecated NBTItem calls 2022-03-18 21:38:26 +01:00
Brianna 51456230cf Don't take items in creative. 2021-05-21 15:52:33 -05:00
Brianna b87f73589c Minor code clean up. 2021-03-05 08:09:02 -06:00
Brianna 601dcc1f09 Added a custom entity api with initial support for MythicMobs. 2020-10-26 12:41:56 -05:00
Brianna 1940dfc8c0 Changed import style. 2020-09-01 13:54:52 -05:00
Brianna 4e889efcdb Organized imports. 2020-09-01 13:13:53 -05:00
Brianna 3e97f839dd NBT Support - Async - Block Stacking. 2020-08-24 18:01:15 -05:00
Brianna 5334503cd1 Added nbt support for spawners. 2020-05-01 03:53:32 -04:00
Brianna efcde28e83 Bees fly. 2019-12-11 17:30:49 -05:00
jascotty2 71f9636e07 fix null errors, migrate internal API to new methods 2019-09-10 13:11:12 -05:00
jascotty2 413c26c914 Merge branch 'development' of gitlab.com:Songoda/ultimatestacker into development 2019-09-09 11:08:40 -05:00
jascotty2 4779912462 core update 2019-09-09 11:08:04 -05:00
Brianna c0bc2d8cf3 Settings 2019-09-07 17:55:16 -04:00
jascotty2 d628eb9f8c settings refactor 2019-09-03 16:22:15 -05:00
jascotty2 d5139cd5e0 implement core library 2019-09-03 15:38:00 -05:00
jascotty2 d7aef463d1 this needs to be reworked at some point. 2019-08-27 10:03:39 -05:00
jascotty2 0f1b5acd08 re-add missing API 2019-08-27 09:35:48 -05:00
Lilac 2b1418f03c Added support for 1.13- items 2019-08-19 19:35:15 +01:00
jascotty2 7854f01496 fix world delete errors, fix comparator update on item pickup 2019-08-18 17:46:35 -05:00
Brianna 7d6b71008b Fixed merge glitch. 2019-08-12 23:40:35 -04:00
Brianna af64e54ecd Remove stack limit on blacklisted items. 2019-08-12 23:29:43 -04:00
Brianna 38da377598 version 2019-08-12 22:55:58 -04:00
Brianna 16548d8922 Added blacklist/ability to hide holograms for blacklisted items. 2019-08-12 22:55:31 -04:00
Brianna 2c2faf170f Added whitelist for items and fixed issue with non custom drops. 2019-08-12 20:59:32 -04:00
Brianna e010983f4a Added pre-stacked drops. 2019-08-02 14:29:10 -04:00
Brianna 1ef0f01f1b More performance boosts. 2019-08-01 13:47:20 -04:00
Brianna 048eb55d97 Hopper thing 2019-07-31 15:50:01 -04:00
Brianna 2d79f20ade Fix for massive performance issue with epichoppers. 2019-07-31 12:57:17 -04:00
Brianna b5c82f4e11 Performance boost. 2019-07-31 00:29:10 -04:00
Brianna b606d33c44 Fix for ocelots in 1.14 2019-07-29 21:44:09 -04:00
Brianna c060373047 null worlds. 2019-07-24 09:51:51 -04:00
Brianna b03c7c60f8 Lootables 2019-07-23 10:55:49 -04:00
Brianna 913c66dbd5 Added new option "Items.Name Format Reset" 2019-07-14 14:37:54 -04:00
Brianna a590abb185 Added support for enchantments in drops. 2019-07-14 14:05:15 -04:00
Brianna 544cf08309 quick fix. 2019-07-13 15:49:40 -04:00
Brianna 5e995da7bd Moved item methods to make them more accessible for other plugins. 2019-07-13 15:41:35 -04:00
Brianna 005af2515b Added command support for lootables. 2019-07-09 16:10:41 -04:00
Brianna 43eba6e59d Added the optional ability to stack entity health. Perfect for grinders. 2019-06-29 19:32:16 -04:00
Brianna c2d5a0082e Fixed skeleton issue in 1.12 2019-06-28 18:03:56 -04:00
Brianna 0efcd158f8 Attempt at carrying over lowest health feature. 2019-06-28 16:00:30 -04:00
Brianna 827ddfea92 Added the ability to hide item nametags if the stack size is one.
Added the ability to hide the stack size if the stack size is one.
Items will now show a colorless version of their custom display name (If available) in their nametag.

The name format for items has been default changed to "&f{TYPE} [&6{AMT}x]". The square brackets are used to remove and show the amount when needed.
2019-06-24 13:35:50 -04:00
Brianna a00b1abda2 Added "Entities.Only Stack Flying Down" option. 2019-06-22 21:10:11 -04:00
Brianna 91875e73cd Added support for pigs -> pig zombies and villages -> witches.
Removed stack saving system and integrated an in nametag serialization.
Fixed issue with updating name tags after stack remove.
Cleaned up some reflection.
Cleaned up breed cooldown system.
2019-06-20 01:51:38 -04:00
Brianna 7ba2e747f6 Fix for drowned zombies. 2019-06-17 17:48:34 -04:00
Brianna 7fdf7bbe3d Added ability to stack by spawn reason. 2019-06-15 04:49:12 -04:00
Brianna 9516057674 Fix for unsupported method. 2019-06-11 20:18:58 -04:00
Brianna 6f40d5c20c Added the ability to convert from stackmob and wildstacker. 2019-06-09 20:47:29 -04:00
Brianna bb7bf4ea8c Added JobsReborn support. 2019-06-09 11:20:22 -04:00
Brianna dad0d3e04b Typo 2019-06-06 17:07:04 -04:00