HexedHero
ab4501aa4c
Add check for NPCs to /back listeners ( #2833 )
...
Add a check for NPCs to the PlayerTeleportEvent and PlayerDeathEvent to avoid unnecessarily tracking NPCs' `/back` locations.
Closes #2832 .
2020-04-09 15:37:51 +01:00
md678685
4b766d373d
Fix kit command example
...
Shhhhh, #2980 isn't real, it can't hurt you
2020-04-09 15:10:43 +01:00
ThatGamerBlue
e3574edc5d
scripts: fix buildtools script under windows git bash ( #3145 )
...
wget is nonfunctional in git bash for windows, so we should use curl instead
(no matter what you pass to wget it fails with the same error)
https://i.imgur.com/YDw68vM.png
2020-04-09 15:05:21 +01:00
Dieter Nuytemans
dcb69ddc73
Set sleepingingored default to false ( #3141 )
2020-04-06 22:18:33 -07:00
pop4959
1d6ad297a4
Add new interface methods to FakeServer ( #3140 )
2020-04-05 23:13:13 -07:00
Josh Roy
85a5e517c9
Fix passenger check not working on versions below 1.11.2 ( #3132 )
2020-04-05 02:48:21 +11:00
Radoje17
b08d380643
Added real name boolean option for the /list command ( #3117 )
2020-04-02 00:06:32 -07:00
Glare
ad98fc4121
Implemented uptime placeholder ( #3120 )
2020-04-01 11:37:55 -07:00
Josh Roy
810689c037
Add passenger dismounting for teleports ( #3069 )
...
Add passenger dismounting for teleports
2020-03-31 18:04:44 -07:00
Joe Hirschfeld
c007700c59
Merge pull request #3106 from Markyroson/2.x
...
Make MockBukkit compatible #3105
2020-03-31 00:06:39 -07:00
Joe Hirschfeld
8cc3f6626b
Merge pull request #3113 from darbyjack/200-IQ-Protect-Improvements
...
Fixed my PR pt2
2020-03-30 23:42:54 -07:00
darbyjack
a3b8a4adc9
Version to 1.14
2020-03-31 01:40:37 -05:00
Joe Hirschfeld
8f817c089b
Merge pull request #3111 from darbyjack/200-IQ-Protect-Improvements
...
200 IQ Essentials Protect Improvements
2020-03-30 23:32:58 -07:00
Joe Hirschfeld
ed4e7794c3
Merge pull request #3063 from schlatt-co/feature/3034
...
Implement better AfkStatusChangeEvent
2020-03-30 23:15:34 -07:00
darbyjack
6f732d410e
Fixed my stupid PR
2020-03-31 01:13:14 -05:00
Joe Hirschfeld
6c8da20883
Merge pull request #3052 from pop4959/fix-zh-CN-geoip-issue
...
Fix zh-CN GeoIP locale issue
2020-03-30 23:01:50 -07:00
Joe Hirschfeld
c7d9ce7f7f
Merge pull request #3051 from pop4959/xp-tab-complete-fix
...
Fix tab completion for Exp command
2020-03-30 22:58:21 -07:00
Joe Hirschfeld
4e7f639076
Merge pull request #3049 from pop4959/near-exempt
...
Near exclude permission
2020-03-30 22:47:36 -07:00
Joe Hirschfeld
b2c3b3a99f
Merge pull request #2914 from montlikadani/patch-5
...
Fix NPE when the user is null in the hidden players
2020-03-30 21:27:39 -07:00
Joe Hirschfeld
77338d66dc
Make drop-items-if-full work on Essentials kits ( #2820 )
2020-03-30 21:11:56 -07:00
Xeyame
e2130df596
Add different translation keys for the "me" message ( #2805 )
...
* Add different translation keys for the "me" message
* Add proper German "me" translation
2020-03-30 21:10:46 -07:00
montlikadani
2bbe6d6069
Implement message for #2640 ( #2721 )
...
* Update Essentials.java
* Update messages.properties
* Update messages.properties
2020-03-30 21:01:15 -07:00
montlikadani
c8b8e505f3
Add teleport warmup event to API ( #2590 )
...
* Update Teleport.java
* Create UserTeleportEvent.java
* Update Teleport.java
* Add location to event
2020-03-30 20:38:13 -07:00
latiku
89743f9900
implement command teleporting to a player's last known logout location ( #2505 )
...
* implement /offlinetp command, teleports to a player's last known logout location
* send a message to /tp user when they try teleporting to an offline player
* getHidden is now false, you are no longer able to teleport to offline players using offline tp
* change /offlinetp to /tpoffline to match essentialsx conventions
2020-03-30 20:35:23 -07:00
latiku
dbc0562fb0
permission-based jailed player interactions ( #2503 )
2020-03-30 20:32:12 -07:00
pop4959
76f4dff14c
Fix bed message on some older versions of MC ( #3048 )
...
Fixes #3045 . Some older versions of MC use "BED_BLOCK" to represent beds.
2020-03-30 08:32:44 +01:00
pop4959
baa2a2f24f
Use isAuthorized for permission check
2020-03-29 13:44:33 -07:00
Pokechu22
2ca02911b3
Mention 1.15.2 in the README ( #3107 )
2020-03-29 12:11:44 -07:00
Markyroson
cf48237049
Make MockBukkit compatible #3105
2020-03-29 10:34:16 -07:00
pop4959
adfe2c1975
Update FakeWorld ( #3095 )
2020-03-26 19:12:07 +11:00
triagonal
a782043798
Revert "Add {PLAYER} placeholder with uppercase in kits ( #2929 )" ( #3072 )
...
This reverts commit 90c4a2f53c
.
2020-03-14 22:49:48 -07:00
montlikadani
90c4a2f53c
Add {PLAYER} placeholder with uppercase in kits ( #2929 )
2020-03-14 15:17:58 -07:00
pop4959
338b371e4c
Implement max mute time feature ( #2807 )
2020-03-14 15:12:43 -07:00
Glare
347179373d
Fixed double local logging ( #2755 )
2020-03-13 02:33:18 -07:00
montlikadani
3bb45b80b1
Add tab-completer for /spawnmob command ( #2661 )
2020-03-13 02:30:50 -07:00
Glare
e3ec0f3b9b
Added in option to remove effects on heal ( #2754 )
2020-03-13 02:24:29 -07:00
Joel Otero
f20572b30c
Add speed info to whois ( #2952 )
2020-03-13 01:10:44 -07:00
Josh Roy
2124cce603
Fix User::payUser(User, BigDecimal, Cause) not properly utilizing Cause ( #3064 )
2020-03-13 00:39:21 -07:00
JRoy
ebf60c1e70
Implement better AfkStatusChangeEvent
2020-03-12 22:08:11 -04:00
pop4959
c31b6c3683
Update FakeWorld + FakeServer ( #3061 )
2020-03-11 17:20:46 +11:00
pop4959
ffc83343fe
Fix zh-CN GeoIP locale issue
2020-03-05 01:08:55 -08:00
pop4959
2554acd304
Fix tab completion for Exp command
2020-03-05 00:31:40 -08:00
pop4959
98239114ad
Near exclude permission
2020-03-04 23:23:23 -08:00
md678685
c10b39c1c7
Fix bee spawn egg aliases
2020-03-01 11:16:42 +00:00
montlikadani
20e11465e4
Properly fix error with fireball command ( #3040 )
...
Closes #3016 .
* Update Commandfireball.java
* Update Commandfireball.java
Co-authored-by: md678685 <1917406+md678685@users.noreply.github.com>
2020-03-01 11:12:55 +00:00
pop4959
46e1b95b33
Add missing OfflinePlayer methods ( #3033 )
2020-02-23 18:11:57 -08:00
md678685
279d6f16e1
Bump version to 2.17.2
...
\o/
2020-02-22 10:05:14 +00:00
md678685
a747eccaa3
Fix /fireball on 1.8.8 ( #3027 )
...
Dragon fireballs were added in 1.9 and so this previously caused an
error. This PR fixes that (and adds tridents as throwables). Fixes #3016 .
2020-02-22 10:03:43 +00:00
md678685
0bafbc3184
Reduce permission check calls in PlayerCommandSendEvent ( #3026 )
...
This reduces permissions checks by only checking each command once, not checking each command for each alias.
The impact of this is a near-tenfold reduction in permission checks during this listener, which should slightly improve performance when using LuckPerms (and provide significant improvements on older inefficient permissions plugins).
2020-02-22 10:02:53 +00:00
Edward Wang
8069370b8c
Clarify easter egg config description ( #3028 )
2020-02-21 13:12:09 -08:00