56 Commits

Author SHA1 Message Date
Gabriel Tofvesson
6c85283344 Fix command execution error output 2021-05-05 00:47:13 +02:00
Gabriel Tofvesson
791698adf9 Implement fuzzy matching for target material strings 2021-05-05 00:46:30 +02:00
Gabriel Tofvesson
ec2f4f1e27 Update JavaDoc command list 2021-05-04 06:31:46 +02:00
Gabriel Tofvesson
bd3fa2d4f8 Add tab completion listener to plugin 2021-05-04 06:25:04 +02:00
Gabriel Tofvesson
258f44879a Convert search command argument to namespaced key 2021-05-04 06:24:45 +02:00
Gabriel Tofvesson
39947d460f Implement tab completion for commands 2021-05-04 06:24:12 +02:00
Gabriel Tofvesson
ca0d62b85f Enable /search for plugin 2021-05-04 05:56:02 +02:00
Gabriel Tofvesson
9add7134e5 Implement /search 2021-05-04 05:55:34 +02:00
Gabriel Tofvesson
69e827dc08 Loft configuration behaviour for magnet command 2021-05-04 05:55:18 +02:00
Gabriel Tofvesson
3ab058adfb Loft configuration behaviour for command executors 2021-05-04 05:54:51 +02:00
Gabriel Tofvesson
0e8ab30672 Implement search configuration type 2021-05-04 05:54:18 +02:00
Gabriel Tofvesson
f3a061a942 Open double-chest directly 2021-05-04 04:21:07 +02:00
Gabriel Tofvesson
5e8a0ebc54 Implement basic inventory search command 2021-05-04 04:17:34 +02:00
Gabriel Tofvesson
17bd4950d8 Add command-related utility functions 2021-05-04 04:17:34 +02:00
Gabriel Tofvesson
77ffae3d09 Add documentation 2021-05-02 22:38:09 +02:00
Gabriel Tofvesson
4ae4a834cd Add more parser compatibility to basic, reflective serializer 2021-05-02 21:59:38 +02:00
Gabriel Tofvesson
b0bf3ed601 Implement login/logout events for /magnet 2021-05-02 21:58:59 +02:00
Gabriel Tofvesson
f545ce86c8 Finalize persistent data implementation 2021-05-02 21:58:35 +02:00
Gabriel Tofvesson
05640e87b2 Loft /magnet data to persistent type 2021-05-02 21:57:26 +02:00
Gabriel Tofvesson
fd7b1552b9 Refactor magnet configuration 2021-05-02 21:56:17 +02:00
Gabriel Tofvesson
610b73a6c8 Implement persistence for /magnet users 2021-05-02 21:55:50 +02:00
Gabriel Tofvesson
c47b5c4376 Implement persistent data 2021-05-02 21:55:28 +02:00
Gabriel Tofvesson
511e689e0c Implement tool replacement for stack replacer 2021-05-02 18:46:38 +02:00
Gabriel Tofvesson
ad00a02261 Replace magic numbers with configuration options 2021-05-02 18:14:20 +02:00
Gabriel Tofvesson
fbc350b025 Fix bug where player inventory would not be sorted 2021-04-25 00:53:08 +02:00
Gabriel Tofvesson
1b21a19c4d Update documentation in package-info.java 2021-04-25 00:31:03 +02:00
Gabriel Tofvesson
e59e4b1d62 Add documentation 2021-04-25 00:25:11 +02:00
Gabriel Tofvesson
2f4b1456ad Optimize logout-based magnet removal 2021-04-25 00:14:21 +02:00
Gabriel Tofvesson
fe53481afd Fix duplicate sorting trigger 2021-04-25 00:14:21 +02:00
Gabriel Tofvesson
7a0fd842c9 Add command/event feedback 2021-04-25 00:14:21 +02:00
Gabriel Tofvesson
7665618c22 Implement /magnet command 2021-04-24 23:50:07 +02:00
Gabriel Tofvesson
ea247c30c7 Update feature list 2021-04-24 18:07:56 +02:00
Gabriel Tofvesson
31b3c9b296 Fix logging naming inconsistency 2021-04-24 18:04:06 +02:00
Gabriel Tofvesson
95c031a231 Document code 2021-04-24 18:00:42 +02:00
Gabriel Tofvesson
c8d6a7d9f8 Implement method for merging and sorting stacks to enforce atomicity 2021-04-24 18:00:42 +02:00
Gabriel Tofvesson
029716512a Add explicit null-check for interact events 2021-04-24 18:00:42 +02:00
Gabriel Tofvesson
da495eb88a Compartmentalize plugin initialization 2021-04-24 18:00:42 +02:00
Gabriel Tofvesson
ee9f962fac Implement more rigid logging 2021-04-24 18:00:42 +02:00
Gabriel Tofvesson
23ee65ed40 Add /sort event listener 2021-04-24 02:11:35 +02:00
Gabriel Tofvesson
696ef4ad7f Implement /sort event trigger 2021-04-24 02:11:17 +02:00
Gabriel Tofvesson
bf0082a6c0 Fix block targeting for /sort 2021-04-24 02:11:02 +02:00
Gabriel Tofvesson
720bb91d0e Fix stack-amount based ordering 2021-04-24 00:57:24 +02:00
Gabriel Tofvesson
a28f82dbc0 Set empty stacks to null in merge 2021-04-24 00:57:02 +02:00
Gabriel Tofvesson
22a1da1b8d Fix stack merge count bug 2021-04-24 00:56:44 +02:00
Gabriel Tofvesson
767f698201 Add JavaDoc to /sort implementation 2021-04-24 00:38:03 +02:00
Gabriel Tofvesson
c58c6b800b Declare explicit imports 2021-04-24 00:37:19 +02:00
Gabriel Tofvesson
7c97a97acd Refactor sorting comparator as lambda 2021-04-24 00:37:00 +02:00
Gabriel Tofvesson
ae911e8b40 Fix itemstack growth bug for merging 2021-04-24 00:36:36 +02:00
Gabriel Tofvesson
ebdc520ca7 Add explicit nullability check for command getter 2021-04-24 00:35:51 +02:00
Gabriel Tofvesson
259c53c0eb Fix NPE for command getter on plugin disable 2021-04-24 00:35:14 +02:00