Commit Graph

4361 Commits

Author SHA1 Message Date
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
Risto Lahtela
03bfe28762 unfinished work commit 2020-10-06 10:59:23 +03:00
Risto Lahtela
a3015db57c CommandWithSubcommands 2020-10-06 10:59:23 +03:00
Risto Lahtela
ba96fc3d90 Subcommand interfaces 2020-10-06 10:59:22 +03:00
Risto Lahtela
70af3ed7e1 Columns & better space compensation 2020-10-06 10:59:22 +03:00
Risto Lahtela
8a73753944 Random chat formatter work 2020-10-06 10:59:21 +03:00
Risto Lahtela
a4553f5541 Added a what to do message for errorcode 1104
Affects issues:
- Close #1587
2020-10-06 10:58:17 +03:00
Risto Lahtela
af92a32ba1 Implemented a byte size formatter
Formats MB, GB and TB bytesizes appropriately

Affects issues:
- Close #1511
2020-10-06 10:45:52 +03:00
Risto Lahtela
deb31cad58 Fixed player page loading animation
Affects issues:
- Fixed #1566
2020-10-06 10:35:28 +03:00
Risto Lahtela
0fb310b68a Added error context to errorcode 1267
Affects issues:
- Close #1585
2020-10-06 10:33:28 +03:00
Risto Lahtela
8b1a803a59 Update Essentials Extension to R0.6:
- Removes Total server balance value due to lag error messages

Affects issues:
- Fixed #1543
2020-10-06 10:27:42 +03:00
Risto Lahtela
6d47817418 Registered FactionsUUID Extension 2020-10-06 10:21:46 +03:00
dependabot-preview[bot]
99c37613a9 Bump mockito-core from 3.5.11 to 3.5.13 in /Plan
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.5.11 to 3.5.13.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.11...v3.5.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-25 05:34:13 +00:00
dependabot-preview[bot]
f795a611fe Bump mockito-junit-jupiter from 3.5.11 to 3.5.13 in /Plan
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.5.11 to 3.5.13.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.11...v3.5.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-25 05:25:22 +00:00
Shadowhacker
4da9e54881
Czech locale by Shadowhackercz (#1586) 2020-09-22 14:37:51 +03:00