Commit Graph

296 Commits

Author SHA1 Message Date
Brianna O'Keefe 635d20f8d9 Removed this strange moveable stuff. 2024-03-31 18:22:39 -05:00
Brianna O'Keefe d8bcb4b9a7 Don't show the kit items chance if all are 100%. 2024-03-31 18:06:12 -05:00
Brianna O'Keefe 3680f9bfec Added a quick access edit button to the kit preview. 2024-03-31 17:59:09 -05:00
Brianna O'Keefe 350ccac983 Clone kit items when given to players so the kit doesn't end up edited. 2024-03-11 17:49:17 -05:00
Brianna O'Keefe e95baae80a Overhauled kit claiming logic. 2024-03-11 17:35:40 -05:00
Brianna O'Keefe a7665044cb Kit conversion overhaul. 2024-03-11 15:20:40 -05:00
Brianna O'Keefe 00edbe4b01 Support 1.16+ with default kits. 2024-03-11 14:42:50 -05:00
Christian Koop f97511f474
Upgrade Craftaro Core (+dynamic library loading; +MC 1.20.4 support)
Notable changes:
* Spigot 1.20.3/3 compatibility
* dynamic library/dependency loading
  * Smaller plugin jar size
2024-01-13 22:26:07 +01:00
Christian Koop 936c63fa45
Merge branch 'master' into development 2023-08-25 15:01:23 +02:00
Christian Koop 4d18b309b4
Updates `plugin.yml` and adds DecentHolograms to softdepends 2023-08-25 12:44:40 +02:00
Christian Koop b5f442bdb9
Heavy code style changes and slight refactoring 2023-08-25 12:12:58 +02:00
Christian Koop f8ee4fd6ad
Fix database implementation to be compatible with latest CraftaroCore 2023-08-16 11:16:34 +02:00
Fernando Pettinelli 3a652c597d Moved from songoda to craftaro 2023-07-26 21:28:26 -04:00
Artur Kociszewski a74b801576
feat: Added message about the need for a key 2023-04-30 19:46:04 +02:00
Artur Kociszewski 20effd37cb
fix: Fixed interactions with kit blocks 2023-04-30 19:45:09 +02:00
Christian Koop 2fde27e0df
Puts on a band-aid to fix Crates+Keys to give all Items on Amount -1
The KitAmount is still broken with this and I just don't understand what the algorithm and
expected behaviour is supposed to be...

I don't have much time for this stuff right now - The plugin needs a recode/heavy refractor
2023-04-29 12:33:24 +02:00
ceze88 b24213fdc3 Fix display item bug 2023-04-13 16:13:09 +02:00
Christian Koop ce30e4c2fe
Log Exception-Message when stopping plugin load due to database error 2023-03-29 20:44:05 +02:00
Christian Koop f65cefe388
Minor refactoring to improve code style and readability of main class
Still very hard to read and understand and very long - But at least a bit more consistent.

I've marked two unused methods as deprecated instead of removing them in case some
third-party plugin is using them.
2023-03-29 20:43:35 +02:00
Christian Koop 9847c567df
Fix holograms showing up on server start although they've been disabled
SD-9522
2023-03-29 20:24:15 +02:00
Christian Koop 537430ca89
Adds some missing code brackets in UltimateKits 2023-03-29 20:24:15 +02:00
ceze88 4af95e794b Fix blank string issue when time betwen 0 and 1000 miliseconds 2023-01-25 16:45:16 +01:00
ceze88 2af5251a85 Remove deprecated methods, fix MySQL 2022-08-14 11:29:25 +02:00
Christian Koop 72c4942525
Replaces deprecated NBTItem calls 2022-03-18 18:21:18 +01:00
Christian Koop d74d0bdf79
Apply a #trim() to the Item-Type-Input KitEditorGUI to avoid the default
The GUI has the input set to ` ` by default which causes many players to send ` DIRT` instead.


SD-8423
2022-02-21 18:56:24 +01:00
Christian Koop a5026d5747
Recreate pom.xml and plugin.yml (#1)
Removed unneeded dependencies and mostly cleanup
2022-01-02 23:21:26 +01:00
Fernando Pettinelli 6d515dd8ba Update to the new HologramManager methods. 2021-12-22 12:51:09 -03:00
Christian Koop 5dbcf7099b
Improves multi-version compatibility for `ItemSerializer` (MC 1.18?) 2021-12-20 18:16:25 +01:00
Brianna 407d14f709 Support 1.17 2021-06-13 14:36:54 -05:00
Brianna 84308572f2 Removed some debuging and corrected typo. 2021-03-22 16:12:12 -05:00
Brianna 2bb9b64090 Added the ability to use whole items as display items. 2021-03-10 10:23:48 -06:00
Brianna 1032cde38e Fixed an issue with saving Kits before reload. 2021-03-10 10:22:58 -06:00
Brianna 9ac672ff9b Added the ability to clone kits. 2021-03-08 09:54:49 -06:00
Brianna a899ccf426 Fixed an issue regarding editing menu navigation. 2021-03-08 09:21:17 -06:00
Brianna be2d27708a The editing tool bar now loads when the GUI initially opens. 2021-03-05 09:07:07 -06:00
Fernando Pettinelli 66f5ce7a2c Fixed roulette, added configurable roulette length multiplier. 2021-01-19 21:48:49 -03:00
Brianna d5ee89f1d7 Updated to support new GUI system. 2021-01-15 15:36:41 -06:00
Brianna 6e94ac24db Check to see if there are no items left to give before continuing. 2020-10-26 15:40:34 -05:00
Brianna 85011e0453 Declare kit types. 2020-10-26 15:27:23 -05:00
Brianna 53e55e02c5 Allow display items to preserve nbt data. 2020-09-24 11:30:04 -05:00
Brianna 6225f31669 Preserve order change. 2020-09-24 11:30:00 -05:00
Brianna ec2dcf4463 Allow some commands to be ran by console. 2020-09-24 11:29:54 -05:00
Brianna 8d405d20ce Fix for an index problem with the display item handler. 2020-09-24 11:29:49 -05:00
Brianna d5ff094f15 General code cleanup. 2020-09-08 11:11:03 -05:00
Brianna 49b30f5f50 Cleaned up commands. 2020-09-08 10:55:29 -05:00
Brianna 1d3e699555 Cleaned up GUI's. 2020-09-08 10:41:03 -05:00
Brianna d49e6a6815 Optimized Imports. 2020-09-08 10:35:23 -05:00
Brianna 31070295aa Added a null check to tag translation. 2020-09-08 10:29:17 -05:00
Brianna e818b99970 Updated data loading system to work with the new core update. 2020-09-08 10:28:55 -05:00
Aurora d4aec1b932 fix kit commands longer than 30 characters 2020-09-08 10:27:34 -05:00