Jason
c4ca0e51e2
Add restart note to respawn listener priority option ( #3789 )
2020-12-20 20:41:26 -08:00
triagonal
7bb12fd33c
Fix incorrect radius check in /me command ( #3848 )
2020-12-20 20:08:11 -08:00
MD
001213ee2c
Update bStats Metrics class to 1.8 ( #3845 )
...
Replace modified bStats Metrics 1.7 class with official 1.8 artifact. 1.8 adds random submit intervals and changes the way submissions are scheduled, and our custom modifications are no longer needed as we now use the plugin ID.
2020-12-19 16:27:07 +00:00
Telesphoreo
23717f4a9b
bruh
2020-12-15 09:31:01 -06:00
Telesphoreo
b9fb46eeeb
Merge https://github.com/EssentialsX/Essentials into 1.16
2020-12-15 09:30:43 -06:00
Josh Roy
f320705216
Fix build script not working when git repo isn't cloned ( #3831 )
2020-12-13 20:54:54 -08:00
Josh Roy
d4ed77fdc6
Update FakeServer ( #3829 )
2020-12-13 18:11:29 -08:00
speed
c996033dce
WHY were these files left
2020-12-12 15:47:06 -05:00
speed
8204224300
Merge branch 'pr/1' into 1.16
2020-12-12 15:24:01 -05:00
speed
6a19d40112
pls resolve
2020-12-12 15:01:17 -05:00
Josh Roy
ef1202923e
Fix command handler not finding dynamically registered commands ( #3816 )
...
Fixes #3815 .
2020-12-12 13:50:34 +00:00
Olivia
e1e98f5048
Add /warpinfo command ( #3820 )
...
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
2020-12-11 16:38:10 +00:00
MD
5bb3cc88e5
Dispatch commands on main thread when run from XMPP ( #3803 )
...
This PR fixes an issue reported on Discord, where commands executed through XMPP are dispatched async from the XMPP listener thread.
2020-12-11 16:36:29 +00:00
Josh Roy
43eff69a2f
Fix incompatibility on TacoSpigot and derivatives ( #3817 )
...
The countless support tickets from users of TacoSpigot (and forks of it)
have become so numerous it's not worth holding our ground on this. Taco fucked up
by going against upstream revision numbers, but as they're defunct, it's not
going to change now. We will not fix server implementations that do this in the
future, but hopefully they have all learned their lesson to use proper
versioning. The way md_5 intended.
2020-12-11 16:31:40 +00:00
Roman Zabaluev
450da59057
Allow console name to be translated ( #3700 )
...
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
Closes #2756 .
Notes:
- I've kept original name for internal purposes (storing bans, etc), just in case user wants to rename it to something unbearable;
- User can message console via both names (since he can try both, duh);
- Some refactoring. Just a little.
2020-12-11 16:29:48 +00:00
speed
8e65579350
refactor
2020-12-04 11:26:51 -05:00
Josh Roy
dda4d58a23
Move paperlib off snapshot ( #3808 )
2020-12-02 19:44:35 +00:00
Josh Roy
f5d5ed9844
Fix respawn anchor explosion protection ( #3778 )
...
Fixes #3723 , where respawn anchors explode at charges > 0 when glowstone isn't in the players hand, or at charges = 4 on right click regardless of item.
2020-12-02 19:43:01 +00:00
MD
2342d53dba
Revert Spanish translation spam
2020-11-30 16:33:24 +00:00
MD
005d83c6fe
Fix checkstyle-idea default settings
2020-11-30 15:01:14 +00:00
Flask Bot
8c4fb3fefb
New Crowdin updates ( #3793 )
2020-11-28 11:10:49 +00:00
MD
b0fa0d1ec8
Remove mavenLocal repo from default repositories
2020-11-26 12:39:52 +00:00
MD
2ce5797d5e
Update metrics warnings
2020-11-26 12:26:08 +00:00
MD
c2617e5a1d
Fix javadoc warning suppression
2020-11-26 01:19:16 +00:00
MD
3f73e31d9e
Suppress deprecation and javadoc warnings by default
2020-11-26 01:12:58 +00:00
MD
84a48adbdd
Change resolution strategy to refresh snapshot dependencies more frequently
2020-11-26 01:04:11 +00:00
MD
63c29a318e
Implement missing FakeWorld methods
2020-11-26 00:42:26 +00:00
MD
69748fd72e
Make resource processing depend on version string
2020-11-26 00:38:27 +00:00
MD
35278c6e90
Upload GH artifacts before publish
2020-11-25 20:43:23 +00:00
MD
088fc35435
Mark gradlew as executable
2020-11-25 20:37:45 +00:00
MD
4baad6b89c
Fix missing "s" which prevented GH Actions deployment
2020-11-25 20:33:33 +00:00
Josh Roy
9a23f806fe
Refactor Project to Gradle ( #3720 )
...
Gradle is better than Maven, don't @ me. okay but actually it's [faster](https://www.youtube.com/watch?v=atuFSv2bLa8&feature=youtu.be&t=77 ), compiles and tests in parallel more efficiently, and more epic stuff).
2020-11-25 20:24:24 +00:00
Telesphoreo
1814b4ce8e
Merge https://github.com/EssentialsX/Essentials into 1.16
2020-11-22 23:48:00 -06:00
Telesphoreo
c645f4c655
TFM refactor
2020-11-22 23:47:46 -06:00
powercas_gamer
82b466db0b
update website links in config.yml ( #3779 )
...
Updates the website links in the config.yml to `essentialsx.net` instead of `essentialsx.cf`
2020-11-18 10:23:45 +00:00
Telesphoreo
ab32000b3a
Merge https://github.com/EssentialsX/Essentials into 1.16
2020-11-16 19:21:24 -06:00
JRoy
a6edf04a60
Release 2.18.2
2020-11-16 11:32:40 +00:00
Josh Roy
3ba675a899
Allow users to modify existing homes when over homes limit ( #3776 )
...
Fixes #3761
2020-11-15 17:40:34 +00:00
pop4959
1fed7a9a3a
Fix tab completion for delhome ( #3775 )
...
There was a minor issue with one line of code in delhome which was causing the user's homes not to be listed since the condition was effectively reversed. This was also causing an NPE for console senders attempting to tab complete.
Fixes #3774
2020-11-14 22:50:48 +00:00
Kenichycmd
80fb91b6d7
Fix /clear <player> <item> not clearing offhand ( #3715 )
...
Co-authored-by: Kenichycmd <kenichycmd@gmail.com>
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
2020-11-09 16:43:55 +00:00
Josh Roy
5b0c2a4131
Use ray-tracing based target block for 1.13.2+ ( #3763 )
...
Uses new method of ray-tracing to target block instead of using BlockIterator which doesn't respect the player looking at a different y-level. Falls back to old BlockIterator method on server versions older than 1.13.2
Fixes #3756 .
2020-11-09 16:38:02 +00:00
Josh Roy
bb43e8f7b6
Add option to prevent replying from vanished players ( #3703 )
...
Closes #2066
2020-11-09 12:25:16 +00:00
Josh Roy
4d9a10147a
Split backup command by space ( #3762 )
...
Splits command sent to ProcessBuilder by spaces. Fixes backup commands with arguments
Fixes #3759
2020-11-09 08:52:35 +00:00
Josh Roy
ea4f5cf919
Update to 1.16.4 ( #3753 )
2020-11-02 13:36:48 -08:00
Telesphoreo
356469cd6f
bruh
2020-10-28 15:11:07 -05:00
Telesphoreo
c1ac28111e
Fix back on other players
2020-10-28 15:09:21 -05:00
Telesphoreo
e7aeb5a5d7
Merge https://github.com/EssentialsX/Essentials into 1.16
2020-10-28 15:07:08 -05:00
dependabot[bot]
295bc9f76d
Bump junit from 4.12 to 4.13.1 ( #3726 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-23 00:19:54 +01:00
MD
327806d9a1
Add new PR templates and revamp issue templates ( #3711 )
...
Adds new PR templates and revamps the existing issue templates to (hopefully) make the PR/issue submission easier to understand.
2020-10-23 00:19:04 +01:00
Josh Roy
80e7558fc0
Move some tab complete messages to debug mode only ( #3739 )
2020-10-22 12:15:02 -07:00