Commit 2811f2e
committed
Squashed commit of the following:
commit fde6524
Author: MD <[email protected]>
Date: Wed Sep 1 18:37:46 2021 +0100
Fix error with commands ending in single colon (#4508)
Co-authored-by: Josh Roy <[email protected]>
commit b288696
Author: triagonal <[email protected]>
Date: Thu Sep 2 03:33:43 2021 +1000
Update to bStats v2 (#4350)
Co-authored-by: MD <[email protected]>
Co-authored-by: Josh Roy <[email protected]>
commit 19ca518
Author: Josh Roy <[email protected]>
Date: Wed Sep 1 05:26:54 2021 -0700
Replace unneeded inputs with new /ess dump in issue template (#4479)
Co-authored-by: MD <[email protected]>
commit b86a34c
Author: Josh Roy <[email protected]>
Date: Wed Sep 1 04:55:37 2021 -0700
Prepare for 2.19.1 dev builds (#4505)
commit d145fbc
Author: MD <[email protected]>
Date: Tue Aug 31 21:27:35 2021 +0100
Require forceSign property even on releases
commit 3ca960e
Author: Josh Roy <[email protected]>
Date: Tue Aug 31 13:04:34 2021 -0400
Release 2.19.0
commit 8bbaf7d
Author: MD <[email protected]>
Date: Tue Aug 31 16:53:09 2021 +0100
Update Gradle to 7.2; set run-paper to 1.17.1 with toolchain (#4496)
:chatting:
commit 14c2ab5
Author: Josh Roy <[email protected]>
Date: Tue Aug 31 08:34:10 2021 -0700
Add online mode data for /ess dump (#4497)
EssentialsX/Website#60
commit 6f20a78
Author: Josh Roy <[email protected]>
Date: Tue Aug 31 08:28:44 2021 -0700
Delete (& backup) invalid NPC accounts created by poor econ code (#4490)
Co-authored-by: MD <[email protected]>
my magnum opus
---
* Delete (& backup) invalid NPC accounts created by poor econ code
* Add feedback for large migrations
* Improve feedback messages
- Improve the wording of console messages
- Include details about how to resume purging userdata in case it gets interrupted
- Scale the message delay based on the number of userdata files to be processed
- Always cancel the repeating task and shut down the executor when we're done
* Update Essentials/src/main/java/com/earth2me/essentials/EssentialsUpgrade.java
* Add less ranty context to rant
At least I had caffeine before writing this
commit 4bee159
Author: Josh Roy <[email protected]>
Date: Sat Aug 28 09:32:45 2021 -0700
Fix economy usernames being unsanitized in some places (#4484)
Co-authored-by: MD <[email protected]>
This PR fixes various issues with NPC accounts:
- Fixes some NPC account names not being sanitised
- Fixes wrong keys being used when manually generating a NPC account file
- Adds some debug logging to `UserMap` name lookups
commit e4c179f
Author: pop4959 <[email protected]>
Date: Sat Aug 28 08:46:38 2021 -0700
Allow auto equip in nbt serialized kits (#4491)
Co-authored-by: Josh Roy <[email protected]>
commit 4811eb1
Author: Josh Roy <[email protected]>
Date: Fri Aug 27 13:50:41 2021 -0700
Fix /ess dump on 1.8.8 (#4489)
Fixes #4487
pain
commit 69850d8
Author: Josh Roy <[email protected]>
Date: Thu Aug 26 13:12:52 2021 -0700
Fix NoClassDefFoundError on < 1.12 with Discord execute command (#4478)
commit df88a89
Author: Josh Roy <[email protected]>
Date: Thu Aug 26 13:09:16 2021 -0700
Add missing translation for argument pipe color (#4480)
commit c746a1c
Author: Josh Roy <[email protected]>
Date: Tue Aug 24 03:35:53 2021 -0700
Bump Configurate (#4475)
Some performance improvements, <3 zml
commit ecdaed7
Author: Flask Bot <[email protected]>
Date: Thu Aug 19 21:11:35 2021 +0100
New Crowdin updates (#4281)
commit c062651
Author: CyberKitsune <[email protected]>
Date: Thu Aug 19 13:00:06 2021 -0700
Add option for tab complete to use displaynames (#4432)
Co-authored-by: MD <[email protected]>
This feature adds a new configuration option, `change-tab-complete-name`
When `change-tab-complete-name` is turned on, `getPlayers()` in `EssentialsCommand` will use `getDisplayName()` instead of `getName()`; populating the list with display names instead of player names.
Closes #4431.
commit 3692740
Author: Josh Roy <[email protected]>
Date: Thu Aug 19 12:35:19 2021 -0700
Add `/ess dump` command to generate a debug dump output (#4361)
Co-authored-by: MD <[email protected]>
Command usage: /essentials dump [config] [discord] [kits] [log]
Either of the optional args can be used to add the given data to the dump.
Related: EssentialsX/Website#51
commit 1179caa
Author: Josh Roy <[email protected]>
Date: Thu Aug 12 04:37:19 2021 -0700
Fix bot-command-relay option not ignoring itself (#4453)
commit 35b1a28
Author: Josh Roy <[email protected]>
Date: Tue Aug 10 07:51:33 2021 -0700
Fix improper MOTD delay check (#4454)
commit 36432c6
Author: Josh Roy <[email protected]>
Date: Mon Aug 9 14:30:30 2021 -0700
Fix NPE on webhooks messages with show-webhook-messages enabled (#4452)
Co-authored-by: MD <[email protected]>
Fixes #4451.
commit 871e718
Author: Josh Roy <[email protected]>
Date: Mon Aug 9 13:23:49 2021 -0700
Add online/unique placeholders to join/leave formats for discord (#4427)
commit 4229359
Author: Josh Roy <[email protected]>
Date: Mon Aug 9 12:56:38 2021 -0700
Add config option to disable verbose usage strings (#4396)
Co-authored-by: MD <[email protected]>
```yml
# Whether or not Essentials should show detailed command usages.
# If set to false, Essentials will collapse all usages in to one single usage message.
verbose-command-usages: true
```
This PR also fixes a regression in legacy usage strings where the `<command>` wasn't replaced.
commit ac8a13f
Author: Josh Roy <[email protected]>
Date: Mon Aug 9 12:48:43 2021 -0700
Add name parameter for Discord avatar URL (#4369)
Allows offline mode/Geyser users to configure their own avatar URL using a service that accepts usernames.
commit d56ecaa
Author: Josh Roy <[email protected]>
Date: Mon Aug 9 12:39:55 2021 -0700
Allow world name fallback for LazyLocation (#4428)
Co-authored-by: MD <[email protected]>
commit 14fbfe3
Author: Josh Roy <[email protected]>
Date: Mon Aug 9 12:22:09 2021 -0700
Allow disabling MOTD task and cancel on player logout (#4411)
This PR allows setting `delay-motd` to a negative value in `config.yml` to disable the MOTD join task without disabling `/motd`, and fixes an issue where delayed MOTD tasks would run even after a player logged out (in case someone previously set an insanely high MOTD delay to "disable" the MOTD on join).
Fixes #4408.
commit 5334a3f
Author: Josh Roy <[email protected]>
Date: Mon Aug 9 12:14:15 2021 -0700
Move update check message out of MOTD task (#4410)
Update message will now show after mail, and will not be affected by insane MOTD delays.
commit 2fa9c64
Author: Josh Roy <[email protected]>
Date: Mon Aug 9 11:59:36 2021 -0700
Fix disabled-commands not removing aliases (#4399)
Fixes #4383, an issue where only the main command name is disabled instead of the alias specified in `config.yml`.
commit c221e96
Author: Josh Roy <[email protected]>
Date: Mon Aug 9 11:57:03 2021 -0700
Make discord chat format world name use world alias (#4419)
commit 26c016f
Author: Josh Roy <[email protected]>
Date: Mon Aug 9 11:48:01 2021 -0700
Add config option to allow webhooks/bots to send commands (#4442)
```yml
# Console relay settings
# The console relay sends every message shown in the console to a Discord channel.
console:
...
# Set to true if bots/webhooks should be able to send commands through the command relay.
bot-command-relay: false
```
commit b6a08ec
Author: Josh Roy <[email protected]>
Date: Mon Aug 9 11:44:13 2021 -0700
Fix force-disable-teleport-safety enforcing world border (#4371)
commit 9179c6c
Author: Josh Roy <[email protected]>
Date: Mon Aug 9 11:38:04 2021 -0700
Update EssXDiscord tutorial for new developer mode location (#4409)
commit 3f9aceb
Author: Josh Roy <[email protected]>
Date: Sat Aug 7 17:22:12 2021 -0400
Add DiscordService#sendChatMessage
Allows plugins to send messages to the chat channel via API using the format from our config
commit 3da8efa
Author: Josh Roy <[email protected]>
Date: Sat Aug 7 11:40:06 2021 -0400
Fix incorrect parameter name for allowGroupMentions1 parent ae4d222 commit 2811f2e
File tree
84 files changed
+4024
-961
lines changed- .github/ISSUE_TEMPLATE
- EssentialsDiscord
- src/main
- java/net/essentialsx
- api/v2
- events/discord
- services/discord
- discord
- listeners
- util
- resources
- EssentialsXMPP
- src/main/java/com/earth2me/essentials/xmpp
- Essentials
- src/main
- java/com/earth2me/essentials
- api
- commands
- config
- entities
- serializers
- economy/vault
- metrics
- utils
- resources
- build-logic
- src/main/kotlin
- gradle/wrapper
- providers
- BaseProviders/src/main/java/net/ess3/provider/providers
- NMSReflectionProvider/src/main/java/net/ess3/nms/refl/providers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
84 files changed
+4024
-961
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 25 | | |
39 | 26 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 27 | + | |
| 28 | + | |
43 | 29 | | |
44 | 30 | | |
45 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
42 | | - | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
| 169 | + | |
168 | 170 | | |
169 | 171 | | |
170 | 172 | | |
| |||
406 | 408 | | |
407 | 409 | | |
408 | 410 | | |
| 411 | + | |
| 412 | + | |
409 | 413 | | |
410 | 414 | | |
411 | 415 | | |
| |||
770 | 774 | | |
771 | 775 | | |
772 | 776 | | |
773 | | - | |
| 777 | + | |
774 | 778 | | |
775 | 779 | | |
776 | 780 | | |
777 | 781 | | |
778 | | - | |
| 782 | + | |
779 | 783 | | |
780 | 784 | | |
781 | 785 | | |
| |||
1260 | 1264 | | |
1261 | 1265 | | |
1262 | 1266 | | |
| 1267 | + | |
| 1268 | + | |
| 1269 | + | |
| 1270 | + | |
| 1271 | + | |
1263 | 1272 | | |
1264 | 1273 | | |
1265 | 1274 | | |
| |||
Lines changed: 26 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| 80 | + | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
| |||
216 | 219 | | |
217 | 220 | | |
218 | 221 | | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
219 | 227 | | |
220 | 228 | | |
221 | 229 | | |
| |||
360 | 368 | | |
361 | 369 | | |
362 | 370 | | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
369 | 379 | | |
370 | 380 | | |
371 | 381 | | |
| |||
378 | 388 | | |
379 | 389 | | |
380 | 390 | | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
381 | 399 | | |
382 | 400 | | |
383 | 401 | | |
| |||
419 | 437 | | |
420 | 438 | | |
421 | 439 | | |
| 440 | + | |
| 441 | + | |
422 | 442 | | |
423 | 443 | | |
424 | 444 | | |
| |||
440 | 460 | | |
441 | 461 | | |
442 | 462 | | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | 463 | | |
452 | 464 | | |
453 | 465 | | |
| |||
0 commit comments