triagonal
18ef412211
Add beezooka command ( #3003 )
...
This PR introduces the `/beezooka` command as suggested in #2975 . The command acts similarly to `/kittycannon` with the exception of the Bee being tamed, instead flying around for a small amount of time before exploding.
Sample usage:
![beezooka](https://user-images.githubusercontent.com/10545540/74099459-11804880-4b78-11ea-9c3d-499b06d912fb.gif )
As Bees do not exist below version 1.15, an error will display when attempting to run the command on such a version:
![image](https://user-images.githubusercontent.com/10545540/74099477-4d1b1280-4b78-11ea-91c2-fa675994a85f.png )
Closes #2975 .
2020-02-10 11:46:41 +00:00
md678685
5503e1e14c
Revert "Split plugin compatibility report into own class"
...
Revert 6fa5b80c0a
, which broke `/ess version`, until this can be fixed.
2020-02-10 09:05:32 +00:00
md678685
6fa5b80c0a
Split plugin compatibility report into own class
2020-02-01 21:46:53 +00:00
pop4959
552dcb56a1
Improvements for delkit ( #2908 )
...
3 improvements for delkit within this PR:
1) Cleaned up unused imports
2) Show actual kit name when deleting instead of memory address (this is the reason originally for making this)
3) Implement tab completion
I've tested to make sure the changes are properly functioning. See below:
Before:
![2019-12-29_01 12 09](https://user-images.githubusercontent.com/17698576/71555204-4bd5c200-29de-11ea-9fe3-eb88db08ef48.png )
After:
![2019-12-29_01 48 50](https://user-images.githubusercontent.com/17698576/71555207-56905700-29de-11ea-9277-271bb0656d64.png )
![2019-12-29_01 48 25](https://user-images.githubusercontent.com/17698576/71555208-58f2b100-29de-11ea-8257-742fa7bb3150.png )
2019-12-31 16:10:38 +00:00
Josh Roy
0ebd64d314
Add a cause enum to UserBalanceUpdateEvent ( #2824 )
...
Basically, I just needed this for one of my plugins; otherwise, this could be useful for people using this event who want to see where the user's balance is being updated from.
---
* Add UserBalanceUpdateEvent.Cause
* Add special cause enum
* Add API Cause
2019-12-23 13:16:34 +00:00
md678685
a1a0d34940
Attempt to parse input as UUID in loop commands ( #2606 )
...
Related: #2424
2019-12-23 13:06:15 +00:00
dashaw92
45461a93b0
Correct unbanip's permission for broadcasts
2019-12-22 22:11:44 +00:00
Joe Hirschfeld
b3a54a78bc
Save materials in unlimited by name
...
There was a mistake where materials in unlimited would instead be saved
as a bukkit Material instead of its name. Instead, save it by the name.
2019-12-22 22:10:30 +00:00
Johnny Cao
e0f19f8121
Allow players to set single word AFK message - fixes #2712 ( #2876 )
...
Allows players with "essentials.afk.others" to toggle afk themselves with a single word message
2019-12-11 19:20:56 +00:00
Glare
882699919e
Reimplement spawn-if-no-home config option ( #2757 )
...
This reimplements the `spawn-if-no-home` config option from the original Essentials plugin. If set to true, running `/home` without having set a home will send the player to spawn (previous behaviour). If set to false, running `/home` will instead show an error message and not teleport the player anywhere.
Closes #1452 .
2019-10-20 09:12:53 +01:00
md678685
8bcef6022b
Add max-projectile-speed option
...
Projectils can load chunks pretty intensively if too fast.
2019-08-05 19:56:25 +01:00
md678685
93d36779f0
Implement regex-based nickname blacklist
...
Adds `nick-blacklist` list to config which takes phrases or regexes. Users with essentials.nick.blacklist.bypass can bypass the blacklist.
2019-08-05 19:01:48 +01:00
Glare
2502f5e6f2
Check if user has a permission to block putting X item on their head. ( #2574 )
...
Closes #2550 .
* Check if user has a permission to block putting X item on their head.
* Forced the material name to be lower case.
* Fixed a typo in the message.
* Updated permission node and added check to the EssentialsPlayerListener.
2019-08-05 16:19:03 +01:00
md678685
ff9f712d65
Add per-projectile permissions and speed argument to /fireball
2019-08-05 16:12:32 +01:00
Mickey42302
60c4e75a1c
Add Dragon Fireballs to "/fireball".
2019-08-05 16:12:32 +01:00
md678685
65d81eb31e
Clean up /essentials
2019-08-05 15:25:55 +01:00
md678685
b97eb12dfc
Implement /delkit command
...
Closes #2709 , closes #2719 .
2019-08-05 14:06:37 +01:00
md678685
dbd86155fb
Only accept square recipes in /condense
...
Fixes #1194 .
2019-06-16 13:28:02 +01:00
md678685
10e9879a64
Update to 1.14.x ( #2510 )
...
Add support for Spigot/Paper 1.14.2.
2019-06-16 10:15:12 +01:00
md678685
2ea3d8943e
Update outdated meme
2019-05-30 19:34:18 +01:00
Drew Mitchell
e4cc78a750
Implement PR #1682 - TPA Event ( #1727 ) @DrewAMitchell
...
* Attempts to implement #1682 - TPARequestEvent
Awaiting further feedback. I've implemented the event, and elected to send a message to the requester of the TPA when the event gets cancelled.
* Fix formatting
* Fix up l18s errors, remove todos
* Clean up for merge
2019-05-30 19:17:57 +01:00
md678685
a08832cfc8
Implement /itemname command ( #2573 )
...
Implement /itemname command, across three PRs. Originally implemented by SupaHam, and updated by zsturgess and myself.
2019-05-30 19:16:43 +01:00
Glare
e9833d1cd2
Implement essentials.balancetop.exclude permission ( #2499 )
...
Closes #595 .
2019-05-30 15:20:30 +01:00
md678685
111a18585d
Allow clearing item names + add locale messages for /itemname
2019-05-30 15:12:52 +01:00
Ali Moghnieh
8bafacbd51
Create /itemname command that names held items.
...
This contains changes from #672 minus messages, squashed into one commit.
Closes #672 .
2019-05-30 14:53:06 +01:00
montlikadani
0e3f48ee54
Improve disposal, /bigtree and /fireball ( #2461 ) @montlikadani
...
* Allow the Disposal inventory title to be configurable
* Add darkoak to `/bigtree`'s usage message
* Allow potions to be fired with `/fireball`
## Commits
* Update plugin.yml
* Update Commanddisposal.java
* Update messages.properties
* Update Commandfireball.java
* Update SignDisposal.java
* Fix import
* Remove colour code from disposal message
2019-05-30 14:03:12 +01:00
md678685
65017d7f5c
Fix /kittycannon
...
The most important command of all!
(This hasn't been tested with 1.13 or below yet.)
2019-05-08 23:29:55 +01:00
Glare Masters
d680ed7363
Check /tpacancel permissions before sending message ( #2498 )
...
Fixes #1354 .
2019-04-23 09:22:50 +01:00
montlikadani
3f5f9cc717
Fixed when the mail has already cleared ( #2063 )
2019-04-18 13:18:42 -04:00
Glare Masters
26d63da7aa
[Feature] Implemented a message to say teleporting to home. ( #2489 )
...
[Feature] Implemented a message to say teleporting to home.
2019-04-17 19:14:44 -04:00
Joseph Hirschfeld
722181439e
Merge pull request #1953 from Xeyame/#1899
...
Expand /exp command
2019-04-17 12:18:58 -04:00
Joseph Hirschfeld
ddcb7041f1
Merge pull request #2455 from AgentTroll/patch-94
...
Fixes #94 - Player with same first letters conflict
2019-04-17 02:46:20 -04:00
Joseph Hirschfeld
8af33e0ae2
Merge pull request #2166 from mathiascode/commandevents
...
Use chat instead of dispatchCommand
2019-04-17 02:33:29 -04:00
Joseph Hirschfeld
d01e12ac14
Merge pull request #2158 from pop4959/near-fix
...
Sort /near by nearest player.
2019-04-17 02:31:38 -04:00
md678685
d3cee314c6
Merge pull request #2451 from AgentTroll/patch-2403
...
Fixes #2403 - Ability to execute /back for another player
2019-03-15 12:10:33 +00:00
md678685
4395245aab
Merge pull request #2454 from AgentTroll/patch-2415
...
Fixes #2415 - Command for last reply message option
2019-03-15 12:10:10 +00:00
md678685
c908290c27
Simplify willMute condition
2019-03-15 11:58:30 +00:00
md678685
f5c21d1089
Merge branch '2.x' into final_mute_reason_issue#385
2019-03-15 11:52:50 +00:00
AgentTroll
eaac3049af
Fix getPlayer(...) for offline players having similar names
2019-03-09 18:50:55 -08:00
AgentTroll
f68fb52af1
Add command to toggle reply player functionality
2019-03-09 15:39:45 -08:00
AgentTroll
863bd5a89e
Add /back target capability
2019-03-08 22:41:59 -08:00
md678685
585f2bef07
Merge pull request #2310 from pop4959/command-tpauto
...
Implement tpauto command
2019-03-08 17:19:31 +00:00
pop4959
74b0e71015
More efficient distance calculation
2019-02-26 19:54:19 -08:00
triagonal
31b98fb9f3
allow console to use color codes when sending mail ( #2435 ) @triagonal
2019-02-22 14:34:56 +00:00
md678685
417fe29e21
Remove duplicated item IDs in messages
2019-01-05 16:28:53 +00:00
md678685
bd8ef2a25d
Only show available warps in tab complete
...
Fixes #2353 by only displaying warps where the player has the permission `essentials.warps.<warp>`.
2019-01-05 15:45:34 +00:00
md678685
e94202c55a
Use 1.8-friendly User#getItemInHand method in commands
2019-01-03 20:33:08 +00:00
md678685
0114b5e4f6
Update several commands with cross-version enum lookups
2018-12-31 12:53:23 +00:00
md678685
361ae1dd16
Use constant field for "harp"/"piano" sound
2018-12-31 12:19:22 +00:00
md678685
6260b49b4f
Restore item ID messages in /itemdb
2018-12-31 11:57:15 +00:00