Commit graph

130 commits

Author SHA1 Message Date
alisolarflare 5c96d23080 Switched OnCommand and GetHelpText
*GetHelpText wasn't with its friends and it's driving me CRAZY*
2016-11-06 18:16:46 -05:00
Norbi Peti 4c10dfbf33 Made the exception handler more reliable 2016-11-03 22:45:10 +01:00
Norbi Peti 09072e41e4 Added replace existing to plugin updater 2016-11-03 22:12:50 +01:00
Norbi Peti 4f8b1020b4 Fixed GetSubCommands() 2016-11-03 22:00:02 +01:00
Norbi Peti f9c764fed6 Added documentation, error checks 2016-11-03 21:56:03 +01:00
Norbi Peti d99f163500 Changed command paths 2016-11-03 18:24:13 +01:00
Norbi Peti 5da1359682 Fixes 2016-11-03 18:10:44 +01:00
Norbi Peti 86d0125f34 Added some text to a fail message 2016-11-03 18:01:42 +01:00
Norbi Peti 2feafd057f Updated documentation 2016-11-03 17:46:50 +01:00
Norbi Peti b4f74f993b Made command path automatically determined 2016-11-03 17:11:21 +01:00
Norbi Peti 90dd6d190e Added an actually logical overload 2016-11-03 16:58:54 +01:00
Norbi Peti 7131021a86 Fixed Reflections exception and added AddCommand
With a beatiful piece of code.
2016-11-03 16:50:58 +01:00
Norbi Peti 16ec9a3788 Added downloading plugins to a temp place (#18) 2016-11-03 16:12:32 +01:00
Norbi Peti c452c1a375 Fixed NPE 2016-11-02 22:45:14 +01:00
Norbi Peti 1c2b373bd7 Fixed NPE 2016-11-02 22:00:21 +01:00
Norbi Peti dded17bf70 Fixed an issue that wasn't an issue before 2016-11-02 20:49:45 +01:00
Norbi Peti f48c1ca9cc Added method for exception events 2016-11-02 18:31:43 +01:00
Norbi Peti 4424eb551d Fixed POM 2016-11-02 17:55:14 +01:00
Norbi Peti 8e5d371a9f Error handling implemented 2016-11-02 17:54:49 +01:00
Norbi Peti 3173c62cc5 Fixed error... 2016-11-02 17:42:23 +01:00
Norbi Peti d2a3991abb Fixed dependency 2016-11-02 17:37:09 +01:00
Norbi Peti 43aefc0639 Moving things back to the Core
After hours of trying to rebase the commits to a31c353,
I decided that it's not that significant anyways.
2016-11-02 14:48:40 +01:00
Norbi Peti fef61b1801 Moved files 2016-11-02 00:05:25 +01:00
Norbi Peti c439a34294 Add 'ButtonLib/' from commit '77aca9d5c17322eac7af4fe57b3b8d4bd74874bb'
git-subtree-dir: ButtonLib
git-subtree-mainline: da8e278c15
git-subtree-split: 77aca9d5c1
2016-11-01 22:55:18 +01:00
Norbi Peti 77aca9d5c1 Moved SendException 2016-11-01 22:47:46 +01:00
Norbi Peti e6179f447f Removed throws declaration 2016-11-01 22:22:50 +01:00
Norbi Peti 347c6d40a4 Added getInfo method and an event for it 2016-11-01 21:13:12 +01:00
Norbi Peti 076ee4ffd0 Fixed a stack trace index 2016-10-31 17:35:19 +01:00
Norbi Peti da8e278c15 Added save on disable 2016-10-31 17:23:52 +01:00
Norbi Peti a6477f5831 Added getLoadedPlayers 2016-10-31 17:23:18 +01:00
Norbi Peti be8685725c Fixes
IT WORKS!
2016-10-30 22:57:59 +01:00
Norbi Peti 44109db61f Added Enum data handling 2016-10-30 21:44:56 +01:00
Norbi Peti 0b12aebfe2 Fixed NPE on player data access 2016-10-30 00:23:16 +02:00
Norbi Peti d3963ab5f4 Fixed typo 2016-10-29 23:02:42 +02:00
Norbi Peti daa7d29224 There's a relocated dependency 2016-10-29 22:39:15 +02:00
Norbi Peti 2ebadbe5d4 Moved GetSubCommands 2016-10-29 22:10:00 +02:00
Norbi Peti 981b2e70db Fixed return type 2016-10-29 19:20:42 +02:00
Norbi Peti ee40f7b582 Added getPlayerAs 2016-10-29 19:19:40 +02:00
Norbi Peti 24d778e69d Added UUID overload for getPlayer 2016-10-29 19:05:50 +02:00
Norbi Peti 12a42f8aba Added some comments, documentation 2016-10-29 14:10:27 +02:00
Norbi Peti 0b35637a01 Refactoring applied 2016-10-29 13:07:48 +02:00
Norbi Peti 4ebb526d87 Made TBMCPlayer way easier to use and...
- Fixed a Maven inconsistency that prevented updating the projects in
realtime
- Added documentation
2016-10-29 12:59:34 +02:00
Norbi Peti b0c145af96 Moved command stuff to Lib to avoid depedency loops 2016-10-28 21:23:39 +02:00
Norbi Peti 3cc9709955 Fixed plugin name heh 2016-10-24 22:04:03 +02:00
Norbi Peti c2329ff33d Fixed plugin.yml... 2016-10-24 21:08:11 +02:00
Norbi Peti 435ebaac98 Updated plugin updater 2016-10-24 20:51:38 +02:00
Norbi Peti 59bd3ac523 Fixed visibility levels 2016-10-24 20:38:35 +02:00
Norbi Peti e388f929f7 I can finally see the errors 2016-10-24 20:36:36 +02:00
Norbi Peti 3148bfb746 Fixed POM 2016-10-24 20:15:58 +02:00
Norbi Peti ca14105a16 Fixes 2016-10-24 20:06:42 +02:00