Commit Graph

538 Commits

Author SHA1 Message Date
Brianna O'Keefe
8ac2835e7c Resolved issue with SettingsManager. 2018-04-21 03:29:08 -04:00
Brianna O'Keefe
5183c8f879 Settings menu now works correctly on reload. 2018-04-21 00:17:43 -04:00
Brianna O'Keefe
d84640d879 Added single use kits. 2018-04-16 15:04:39 -04:00
Brianna O'Keefe
7f9de172dc Changed delay updating and display in gui. 2018-04-16 14:43:44 -04:00
Brianna O'Keefe
5ef2c65ea5 Fixed delay inconsistancy 2018-04-16 14:34:11 -04:00
Brianna O'Keefe
de49bc70ba Fixed kit size method. 2018-04-16 14:06:58 -04:00
Brianna O'Keefe
4b9757d630 Removed some legacy code that was messing with delays. 2018-04-16 13:50:01 -04:00
Brianna O'Keefe
7f69f254af Fixed compatibility issue with 1.8- 2018-04-15 16:44:44 -04:00
Brianna O'Keefe
83aa33fe6b If no kits exist on initial conversion it will now use default kits. 2018-04-15 13:52:29 -04:00
Brianna O'Keefe
83758bfe66 Now ignores if no kits exist on conversion. 2018-04-15 13:50:55 -04:00
Brianna O'Keefe
dafdca470b Added null checks. 2018-04-14 16:42:50 -04:00
Brianna O'Keefe
df8fab0e76 Removed support for basePotionData in 1.8- 2018-04-12 23:36:46 -04:00
Brianna O'Keefe
78de0a53da Removed support for potion colors in 1.8- 2018-04-12 23:10:55 -04:00
Brianna O'Keefe
d2df14e476 Kit config now reloads on reload command.. 2018-04-12 18:23:12 -04:00
Brianna O'Keefe
93dfc68fe9 Removed unused imports 2018-04-11 16:59:27 -04:00
Brianna O'Keefe
3ba980d157 Removed unused import 2018-04-11 16:54:35 -04:00
Brianna O'Keefe
93087f3067 Added Key Support 2018-04-11 16:51:49 -04:00
Brianna O'Keefe
b43e5d899d UltimateKits inital finished. 2018-04-11 16:37:03 -04:00
Brianna O'Keefe
5706ce07d2 UltimateKits initial Finished. 2018-04-11 16:35:57 -04:00
Brianna O'Keefe
6c6236ac10 Finished KitManager and KitBlockData Objects.
Added full UltimateCore Conversion.
2018-04-06 01:41:55 -04:00
Brianna O'Keefe
fe9d1fdb26 Finished standalone kit system.
Will need bug fixes as well as expansion.
2018-04-05 03:48:48 -04:00
Brianna O'Keefe
fd1e1761d6 Started UltimateKits recode
Added kit conversion from essentials.
Added getPermissions for our kit system.
2018-04-05 00:01:07 -04:00
Brianna O'Keefe
91a8a6a50c Fixed an issue with the gui editor. 2018-04-03 20:45:25 -04:00
Brianna O'Keefe
d86c37d1eb Resolved an issue with Inventory Clicking. 2018-04-03 20:28:08 -04:00
Brianna O'Keefe
7ce9dd9c80 Updated ReadMe 2018-04-03 13:31:24 -04:00
Brianna O'Keefe
8501b16927 Added permissions to the plugin yaml. 2018-04-02 16:59:44 -04:00
Brianna O'Keefe
4cd64c33e2 Fixed Some issues.
You can no longer pickup glass out of the settings editor.
DisplayItems now despawn when a kit block is destroyed.
2018-04-02 02:44:14 -04:00
Brianna O'Keefe
e588cc2179 Fixed UniqueId Issues. 2018-04-02 02:19:22 -04:00
Brianna O'Keefe
a7b3cba961 Fixed UniqueId Issues. 2018-04-02 01:09:38 -04:00
Brianna O'Keefe
3629b7ed1c Gui Fix
If you had a kitpreview gui open when your server reloads it will kick you out of it so the player doesnt dismantal the gui.
2018-04-01 19:02:45 -04:00
Brianna O'Keefe
dec0c42f03 Quick Fixes
Removed admin bypass from kit buying as it was causing a permission issue.
Resolved issue with UUID Instances
2018-04-01 18:59:07 -04:00
Brianna O'Keefe
4038fd13a3 Added a ReadMe. 2018-04-01 18:41:26 -04:00
Brianna O'Keefe
eb33f459c3
Create LICENSE 2018-04-01 18:21:07 -04:00
Brianna O'Keefe
630ad5d01b Resolved an issue with the kit command not overriding correctly.
CommandHandler redone.
player instancing is now using UUID's as to dramatically cut down on memory usage.
Player instancing condensed.
Redid some of the code with the BlockEditor.
2018-04-01 18:16:44 -04:00
Songoda
18df9c05c3 Config now loads on start.
Instance System Redone.
Particle Handler Redone.
Deleted Unused Code.
Removed warning suppression found in KitPreviews handlers. (We fix issues we don't suppress them.)
When enabling DisplayItems while having holograms enabled the old holograms would not move, this is resolved.
Fixed buying kits as for some reason it was occasionally spelling names wrong. Nice.
Timeout for buy window removed. (It's useless)
The kit confirm buy window is now forced for admins so they can better test a kits functionality.
EpicSpawners styled interfaces added to buy window.
Sounds added when receiving a kit.
Your mouse will no longer reset when opening a kit from the /kits gui.
Removed sign listeners (I replaced this like a year ago its time to use the new method, (Just look at the sign and do a /kp set <kit>. Same result)
Hologram Handler redone.
You can now reorganize the holograms or even add new lines to it. Not sure why this wasn't a feature already xD
Gutted the Kit Object.
Config Redone.
Settings Editor Redone.
Made it so there is only a single version of KitPreview and the /Kits and /Kit command can be disabled in config.
2018-04-01 16:16:51 -04:00
BuildTools
2c4a1bfbaa Fixed a bug in the deeper editor sections.
added some glass to the top of the editor so items wouldnt get stuck.
added a command to create kits.
2018-02-18 11:57:50 -05:00
BuildTools
0c33c0fb73 Performance Improvments,
Sneak Clicking and regular clicking your kit blocks no longer places a block occasionally causing your display items to fling all over the place (That worked well).
changing the kits type in the block editor gui no longer resets your mouse.
decor options no longer closes gui when settings are applied.
some of the lore in the decor options have been changed (They were ridiculous).
decor options no longer send chat messages when an option is selected (This was pointless since it shows you in the GUI).
In decor options the setting that edits the displayitem has been redone to be less awful.
In gui options the setting that edits the displayitem is also less awful.
Added the fancy EpicSpawners styled interfaces.
Settings Menu upgraded and configuration optimized.
The price settings were not only broken but they were totally unintuitive and well.. they were bad. This is no longer the case.
The Gui title thing was also broken and also unintuitive, this has also, been redone.
fixed a bug in the decor settings that would make it so you couldnt click after leaving the gui, nice.
2018-02-17 15:45:26 -05:00
BuildTools
0da5249ec7 Initial commit 2018-01-24 13:15:28 -05:00