kmecpp
96590a3389
Add KitClaimEvent ( #3197 )
...
Adds an event fired when a kit is expanded for a user. Fixes #3196 .
2020-05-09 21:19:51 +01:00
Josh Roy
6bbdbc89a6
Improve MuteStatusChangeEvent ( #3068 )
...
Co-Authored-By: md678685 <1917406+md678685@users.noreply.github.com>
Adds getTimestamp and getReason methods to MuteStatusChangeEvent with the apropriate JavaDocs explaining them.
Closes #2459 .
2020-04-23 16:28:08 +01:00
md678685
a11552f497
Document and clean up API events
2020-04-10 12:00:01 +01:00
Joe Hirschfeld
ed4e7794c3
Merge pull request #3063 from schlatt-co/feature/3034
...
Implement better AfkStatusChangeEvent
2020-03-30 23:15:34 -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
JRoy
ebf60c1e70
Implement better AfkStatusChangeEvent
2020-03-12 22:08:11 -04:00
md678685
8e1f3617fd
Add custom_items.yml file
2019-12-24 09:36:15 +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
8bcef6022b
Add max-projectile-speed option
...
Projectils can load chunks pretty intensively if too fast.
2019-08-05 19:56:25 +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
0d9387458d
Remove unused import in AFK event
2019-06-09 12:21:25 +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
4201e6ef85
Make all events async when not on primary thread
...
Fixes #2566 , fixes #2556 , fixes #2545 .
2019-05-26 12:08:58 +01:00
md678685
c65534ebb1
Only make AfkStatusChangeEvent async when off primary thread
2019-05-22 11:39:26 +01:00
md678685
7cc4dc2f07
Make AfkStatusChangeEvent async
2019-05-18 20:56:57 +01:00
md678685
e230cee91e
Add new item database API ( #2472 )
...
* Allow resolver functions to be added to item databases
* Allow resolvers to add item names to list
* Make getResolverNames package-private
2019-04-15 10:09:16 +01:00
Banbeucmas
280d1215de
Adding EssentialsWarpEvent ( #1921 ) @Banbeucmas
...
* Adding EssentialsWarpEvent for checking if player is wrapping
* Spacing
* Adding Trade parameter
* Refactoring
* Adding #setWarp() to the Event
* Spacing
* Documenting the purpose of the Event
* Javadoc?
2018-10-28 18:53:52 +00:00
md678685
cdba518bae
Revert "Implement 1.13 item support ( #2153 )"
2018-09-09 16:35:20 +01:00
md678685
320bc25d94
Implement 1.13 item support ( #2153 )
...
Uses two distinct providers to support items on 1.13 while falling back to `items.csv` for previous versions of Minecraft.
2018-09-05 14:23:16 +01:00
md678685
61c1485083
Replace vanishedPlayers list with set ( #1796 )
...
* Replace vanishedPlayers list with set
Not sure if there is any particular reason to keep it ordered, but for now I've used a LinkedHashSet.
* Change return of new method from Set to Collection
Also makes return of old method an unmodifiable list, but this is just as breaking as just changing the method return type as far as I can see
2018-03-25 22:12:36 +01:00
Faris Rehman
f42904e5ae
Add FlyStatusChangeEvent ( #835 )
2016-08-26 21:45:38 -05:00
Ali 'SupaHam' M
19f6510840
Create VanishStatusChangeEvent. ( #661 )
2016-07-10 09:09:53 -06:00
Ali Moghnieh
dba9dab985
Make UserBalanceUpdateEvent's new balance mutable.
...
This commit makes it reliable to modify user balance from within events.
2016-06-18 18:33:51 +01:00
vemacs
ec1215b227
Restore 1.8 compatibility
2016-03-28 17:42:33 -06:00
vemacs
bdb81123d6
Refactor spawn egg provider to separate classes
2016-03-10 09:28:08 -07:00
drtshock
dde0b20775
Reformat
2015-04-14 23:06:16 -05:00
FearFree
5724c0c8df
Future Java versions may not support _ as identifier.
2014-03-22 16:08:11 +11:00
Dykam
28ec7c2d80
You can now access the old balance during the UserBalanceUpdateEvent Event
2014-03-04 19:44:55 +00:00
KHobbits
882ebae257
[Breaking] Add exception when players have exceeded their account limit.
...
This might effect some plugins which hook Essentials for economy without using the API
2014-02-02 16:07:32 +00:00
KHobbits
d48c02021d
Add and implement sign break/create/interact events to EssAPI
...
Implement AfkStatusChangeEvent
2013-12-31 17:47:52 +00:00
iBo3oF
caa3ac88aa
Add Balance Update Event.
2013-12-05 23:03:31 +00:00
KHobbits
e1ff3542ae
Cleanup
2013-10-05 03:27:40 +01:00
KHobbits
122232a0e7
Add more API template and implement nick change event.
2013-10-05 02:11:39 +01:00
KHobbits
8009c1539a
Fix local chat spy tag order.
2013-07-14 01:20:36 +01:00
Iaccidentally
cd51d718ba
[API] flip! (╯°□°)╯︵ ┻━┻
2013-07-13 13:40:46 -04:00
Iaccidentally
200ad81862
[API] fix implementation?
2013-07-13 12:52:08 -04:00
KHobbits
ef3b052c64
Remove old chat hook
...
Use Bukkit API for local chat handling
Implement localChatSpy event
2013-07-13 17:25:58 +01:00
Iaccidentally
f5624d4cb6
[API] remove setters
2013-07-13 11:53:52 -04:00
Iaccidentally
624f7ab9f6
[API] Event framework
2013-07-13 11:48:05 -04:00
Iaccidentally
dad348d3d0
[API] Move 2.x API to new package, create dummy classes for compatibility
2013-07-13 11:14:39 -04:00
Iaccidentally
6af622b6b1
[API] Fix package naming
2013-06-28 15:30:47 -04:00
Iaccidentally
6a3c5694ac
[API] Cleanup
2013-06-28 15:21:49 -04:00