Josh Roy
07fbf93001
Ensure nuke commands runs on correct threads
2023-03-28 21:23:27 -04:00
Josh Roy
0e4bab24cb
Get like 70% of the plugin to work
2023-03-27 23:31:39 -04:00
Josh Roy
15c48d457a
Add Folia providers
2023-03-27 23:29:42 -04:00
Josh Roy
bf14b88600
Bump to 1.19.4 ( #5273 )
...
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
2023-03-17 18:54:33 +00:00
Josh Roy
25ad8ac9bd
Add per-command command cooldown bypass permissions ( #4759 )
...
Adds the permission `essentials.commandcooldowns.bypass.<command name>` to bypass the cooldown for a specific command.
Closes #4747 .
Co-authored-by: pop4959 <pop4959@gmail.com>
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
2023-02-13 23:19:52 +00:00
Sasha Sorokin
17051eab73
Add separate events for local and global chat ( #4683 )
...
This commit adds two new events: GlobalChatEvent and LocalChatEvent,
which allow other plugin developers to know whether the message sent is
a global or local one and act accordingly. If either of those events is
cancelled, then the source event is cancelled too.
Since all chat-related events share the same structure, a new abstract
class ChatEvent is created with change made for LocalChatSpyEvent to use
it without breaking its API.
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
2023-02-13 23:15:15 +00:00
Flask Bot
4dc994df3c
New Crowdin updates ( #5051 )
2023-02-05 04:58:49 -08:00
Warrior
996285c0e3
Fix doubles not working in console for /tppos ( #5231 )
...
Closes https://github.com/EssentialsX/Essentials/issues/5230
2023-01-22 16:32:47 -05:00
Josh Roy
312d1699a8
Use metadata for tnt from /nuke ( #5222 )
...
Fixes https://github.com/EssentialsX/Essentials/issues/5219
2023-01-12 10:51:13 -05:00
Josh Roy
b3238605cc
Fix inventory size for 1.8.8 servers ( #5212 )
2023-01-05 19:13:16 +00:00
Josh Roy
b7a4bea52e
Revert dual hand behavior from /hat ( #5205 )
...
Fixes https://github.com/EssentialsX/Essentials/issues/5202
2022-12-30 18:30:52 -05:00
Josh Roy
0936fe80bd
Discord Link Module
2022-12-26 01:24:17 +00:00
Josh Roy
3131cadf65
Add UserMailEvent
2022-12-26 01:24:17 +00:00
Josh Roy
bfae6c5c69
Add IPermissionsHandler#addToGroup & IPermissionsHandler#removeFromGroup
2022-12-26 01:24:17 +00:00
Josh Roy
e6af246170
Add IPermissionsHandler#getGroups to fetch all groups
2022-12-26 01:24:17 +00:00
Josh Roy
e0d6040662
Add IUser#isFreeze & IUser#setFreeze
2022-12-26 01:24:17 +00:00
Josh Roy
6ec4c97ddd
Rewrite Inventory Handling ( #5021 )
...
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
Complete refactor of inventory handling across the plugin. This simplifies various commands, and aims to resolve issues aon various different MC versions and inconsistencies between parts of the plugin.
Fixes https://github.com/EssentialsX/Essentials/issues/3810
Fixes https://github.com/EssentialsX/Essentials/issues/4248
2022-12-24 17:58:51 +00:00
Josh Roy
582a357752
Bump to 1.19.3 ( #5179 )
2022-12-07 21:47:13 -05:00
Bobcat00
8a1e7019a7
Fix incorect play time in /whois ( #5177 )
...
Co-authored-by: Bobcat00 <Bobcat00@users.noreply.github.com>
2022-12-06 09:02:20 -05:00
Warrior
22a0d53cf2
Improve uuid cache load times ( #5143 )
2022-11-03 20:14:18 -04:00
Baylem
20011b9996
Added permission node for Nickname Prefix bypass ( #4995 )
...
Allow a permission to determine whether the nickname prefix gets applied to a group or user. It also removes a statement that is not true in the essentials config, the nickname prefix is NOT included in the nickname max length.
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
2022-10-25 07:44:05 +01:00
Josh Roy
879e70fb6b
Ignore NPCs in JailListener ( #5130 )
...
Co-authored-by: pop4959 <pop4959@gmail.com>
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
Citizens NPCs cannot be jailed. This change prevents unnecessary lookups of NPC users.
2022-10-20 14:19:22 -04:00
Josh Roy
f91dfed5b4
Improve PlayerTarget code ( #5131 )
...
Co-authored-by: pop4959 <pop4959@gmail.com>
2022-10-15 00:41:21 +00:00
Josh Roy
767185ec32
Auto complete /mail clear indices ( #5132 )
2022-10-15 00:32:47 +00:00
Lax
57529c4b7d
Update Bukkit wiki links in config ( #5094 )
2022-10-14 22:15:35 +00:00
MD
dc7fb91939
Make usermap non-player warnings configurable ( #5125 )
...
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
2022-10-11 01:06:54 +00:00
Josh Roy
e91ce0c44c
Fix Essentials#getUser not caching newly created NPC users ( #5129 )
2022-10-11 00:36:33 +00:00
Nassim Jahnke
f7cbc7b0d3
Add renamehome command ( #5121 )
2022-10-04 08:40:18 -04:00
MD
28d7abe642
Close any open inventories before showing shapeless recipes ( #5122 )
2022-10-02 18:43:13 -04:00
Josh Roy
0ca58ce4ba
Rewrite User storage and UUID cache ( #4581 )
...
Co-authored-by: triagonal <10545540+triagonal@users.noreply.github.com>
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
2022-09-09 15:49:43 -04:00
Josh Roy
af18afad7a
Fix discord url link message ( #5079 )
2022-08-18 20:42:57 -07:00
Josh Roy
bdc5f4c830
Fix baltop not working in command blocks ( #5078 )
2022-08-18 18:37:15 +00:00
Josh Roy
0be056b9c2
Improve error messages in Backup
2022-08-18 14:14:29 -04:00
Josh Roy
ca4077b204
Fix rgb color codes getting stripped in some cases ( #5076 )
2022-08-18 17:29:12 +00:00
Josh Roy
4ab3e20a0c
Fix remaining uses of Bukkit's logger ( #5075 )
...
Fixes #5056
2022-08-18 17:35:53 +01:00
Josh Roy
576866540e
Fix gson incompatibility on 1.8.8 ( #5067 )
2022-08-17 06:52:38 +00:00
MD
1c22edbb1b
Prevent players opening their own inventories in /invsee ( #5061 )
2022-08-14 16:31:23 -04:00
Flask Bot
12c2a4f2b5
Update translations from Crowdin ( #4823 )
2022-08-11 20:24:59 +01:00
Sam
422f25af8b
Fix erroneous addition to VersionUtil class check ( #5037 )
2022-08-07 19:41:27 +00:00
Josh Roy
728c746200
Add commands info to /ess dump ( #4965 )
...
See #4961 and EssentialsX/Website#71 .
Adds `commands.yml`, the known command map and `AlternativeCommandHandler` handover information to `/ess dump`.
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
2022-08-07 11:43:59 +01:00
MD
6dfa18ca53
Implement chat message signing for 1.19.1+ ( #5030 )
...
**Known issue: this inadvertently reformats `/minecraft:tell`. There's not much we can do about this in 2.19.x.**
This commit refactors EssentialsX Chat in order to support chat previews and signed chat messages in 1.19.1+.
2022-08-06 22:27:58 +01:00
Josh Roy
a394760677
Update VersionUtil and /ess version ( #5036 )
2022-08-06 15:48:26 -04:00
MD
5f48cdef13
Bump to 1.19.2 ( #5035 )
2022-08-06 12:14:07 -04:00
pop4959
c56a9e6741
Add spawnable boat variants ( #5027 )
...
Co-authored-by: MD <1917406+mdcfe@users.noreply.github.com>
2022-08-02 14:18:57 -04:00
pop4959
5b20f30350
Fix ice other message ( #5028 )
...
Fix `iceOther` being sent to the target player instead of the sender. Fixes #5002 .
2022-08-02 08:40:10 +01:00
pop4959
037577162b
Add swift sneak enchantment ( #5026 )
...
Closes #5024 .
2022-07-31 19:03:31 +00:00
Josh Roy
c938767b2d
Prepare for 1.19.1
2022-07-28 11:30:24 -04:00
Josh Roy
b135fcf086
Fix leave messages being sent when vanished ( #5009 )
2022-07-23 18:35:14 -04:00
Warrior
09dc49aacb
Fix nickname feedback message when change-displayname is off ( #4980 )
...
Make the feedback message use the nickname instead of the player's display name if change-displayname is disabled. Fixes #4979 .
2022-07-11 08:02:10 +00:00
Josh Roy
f4b6197a49
Fix boolean logic for sleep ignore during afk status change ( #4985 )
2022-07-10 22:28:08 -07:00