Commit Graph

284 Commits

Author SHA1 Message Date
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
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
Aurora
5d68d7d886 fix missing holograms after server restart 2020-09-08 10:27:29 -05:00
Aurora
09cce89d75 fix ticking of kit displays bound to blocks #2 (fix rotation of items) 2020-09-08 10:27:24 -05:00
Aurora
a90417a677 fix ticking of kit displays bound to blocks 2020-09-08 10:27:19 -05:00
Brianna
9d6808a302 Undid update that broke compatibility with 1.8. 2020-07-27 12:18:22 -05:00
Brianna
9a5f01800e New command system. 2020-07-27 12:18:18 -05:00
Brianna
f0a124857f Fix issue with Kit Display. 2020-07-20 13:23:49 -05:00
Brianna
5a1643c59d Moved kit keys to nbt. 2020-07-20 13:23:38 -05:00
Brianna
a54eddc3e7 Removed autosave feature. 2020-07-20 09:28:47 -05:00
Retro Pronghorn
9574a237d0 fix(Roulette Kit): Don't check for entire space of kit free when using the kit roulette option. 2020-07-20 09:28:13 -05:00
Brianna
c23802ec69 Count failed chances as successful attempts. 2020-07-20 09:28:09 -05:00
Brianna
d931173733 Moved to NBT from Invisible Strings. 2020-07-20 09:28:00 -05:00
Aurora
8c9f756e6b Adjust kitAmount for Roulette Option 2020-07-20 09:27:09 -05:00