Commit Graph

4375 Commits

Author SHA1 Message Date
Risto Lahtela
6186e082a1 Change send method on bukkit commands
Affects issues:
- Close #1568
2020-10-06 10:59:54 +03:00
Risto Lahtela
7f26afda20 Implemented more tab completion 2020-10-06 10:59:54 +03:00
Risto Lahtela
38bb87b9b2 Added support for viewing in-depth help via /plan ? 2020-10-06 10:59:54 +03:00
Risto Lahtela
6c8a9f9294 Updated velocity version 2020-10-06 10:59:53 +03:00
Risto Lahtela
78888ff26d Fixed broken test 2020-10-06 10:59:53 +03:00
Risto Lahtela
a43c9500a4 Remove /planbungee reload reference from a message 2020-10-06 10:59:52 +03:00
Risto Lahtela
d21fd5e813 Fixed a backup related database exception
- Backup closed database before the database executed index creation
  leading to an error
2020-10-06 10:59:52 +03:00
Risto Lahtela
f8e924060b Fixed some issues with the new commands 2020-10-06 10:59:51 +03:00
Risto Lahtela
c3250892d8 Lang implemented for CommandWithSubcommands 2020-10-06 10:59:50 +03:00
Risto Lahtela
077a150498 Lang implemented for RegistrationCommands 2020-10-06 10:59:49 +03:00
Risto Lahtela
66b34b48a0 Lang implemented for LinkCommands 2020-10-06 10:59:49 +03:00
Risto Lahtela
72a2a50ecf Lang implemented for DataUtilityCommands 2020-10-06 10:59:48 +03:00
Risto Lahtela
9b068f14a8 Lang implemented for DatabaseCommands 2020-10-06 10:59:47 +03:00
Risto Lahtela
53705616b8 Lang implemented for Confirmation 2020-10-06 10:59:47 +03:00
Risto Lahtela
a47ce3e57e Updated permissions in plugin.yml and nukkit.yml 2020-10-06 10:59:46 +03:00
Risto Lahtela
d12297494c Use locale for command help and arguments 2020-10-06 10:59:44 +03:00
Risto Lahtela
d820bcf804 Fixed dagger test compile error 2020-10-06 10:59:43 +03:00
Risto Lahtela
fb8c5f5648 Implemented /plan ingame
Replaces /plan qinspect
2020-10-06 10:59:42 +03:00
Risto Lahtela
adcd8cf258 Implemented /plan search 2020-10-06 10:59:42 +03:00
Risto Lahtela
6f2cd157ff Error messages to Confirmation if not caught 2020-10-06 10:59:41 +03:00
Risto Lahtela
7087aa2f78 Removed old PlanCommand classes 2020-10-06 10:59:41 +03:00
Risto Lahtela
5ebc722d43 Catch database init error on move 2020-10-06 10:59:40 +03:00
Risto Lahtela
8939148f95 Fixed Confirmation by implementing equals & hashcode methods 2020-10-06 10:59:40 +03:00
Risto Lahtela
33fb2c3011 Some fixes to how things look 2020-10-06 10:59:39 +03:00
Risto Lahtela
a52e467e01 Register the nukkit messagebuilder 2020-10-06 10:59:39 +03:00
Risto Lahtela
007e5bf1fb Implemented Nukkit MessageBuilder
- Added CMDSender#supportsChatEvents because Nukkit players don't support
  hover or click events. This means that isPlayer method is not sufficient
  for finding out if the sender can produce these events.
2020-10-06 10:59:38 +03:00
Risto Lahtela
97fdc4646b Implemented Velocity MessageBuilder 2020-10-06 10:59:38 +03:00
Risto Lahtela
a6af091e89 Implemented Sponge MessageBuilder 2020-10-06 10:59:37 +03:00
Rsl1122
4699fd8af2 Implemented nukkit command adapter 2020-10-06 10:59:37 +03:00
Rsl1122
f85fff7f93 Implemented velocity command adapter 2020-10-06 10:59:37 +03:00
Rsl1122
a76932c256 Implemented Sponge command adapters 2020-10-06 10:59:37 +03:00
Rsl1122
e95e84a89b Implemented Bungee command adapters
- Fixed checkstyle errors
- planbungee & planvelocity now aliases to new
  'planproxy' command
2020-10-06 10:59:36 +03:00
Rsl1122
b47fde8e97 Implemented player letter width method 2020-10-06 10:59:36 +03:00
Rsl1122
bd5962a1c5 Implemented player name tab completion 2020-10-06 10:59:35 +03:00
Rsl1122
14e009cb67 Implemented server name tab completion 2020-10-06 10:59:35 +03:00
Risto Lahtela
9b599f13de Registered plan db hotswap command 2020-10-06 10:59:34 +03:00
Risto Lahtela
56341465d9 Registered plan import command 2020-10-06 10:59:33 +03:00
Risto Lahtela
ea73dec439 Registered plan json command 2020-10-06 10:59:32 +03:00
Risto Lahtela
01fb4c7d84 Registered plan export command
- Fixed dagger compile error
- Fixed checkstyle errors
2020-10-06 10:59:32 +03:00
Risto Lahtela
42669b7367 Merged Manage disable to disable command 2020-10-06 10:59:31 +03:00
Risto Lahtela
74296543e7 Registered /plan db uninstalled command 2020-10-06 10:59:30 +03:00
Risto Lahtela
a9b4432795 Registered /plan db remove command 2020-10-06 10:59:30 +03:00
Risto Lahtela
58e10f5b5b Registered /plan db clear command 2020-10-06 10:59:29 +03:00
Risto Lahtela
42dce582c6 Registered /plan db move 2020-10-06 10:59:29 +03:00
Risto Lahtela
1945db8045 More commands moved 2020-10-06 10:59:28 +03:00
Risto Lahtela
326e07a022 plan reload/disable/info commands 2020-10-06 10:59:28 +03:00
Risto Lahtela
aec5a552dd Plan register/unregister/accept/cancel commands 2020-10-06 10:59:26 +03:00
Risto Lahtela
0dff590f63 Removed /plan dev 2020-10-06 10:59:25 +03:00
Risto Lahtela
53e1539da9 Removed currently reimplemented commands 2020-10-06 10:59:25 +03:00
Risto Lahtela
c91d4f410b Table Formatter for console 2020-10-06 10:59:24 +03:00