helper icon indicating copy to clipboard operation
helper copied to clipboard

A collection of utilities and extended APIs to support the rapid and easy development of Bukkit plugins.

Results 24 helper issues
Sort by recently updated
recently updated
newest added

I noticed that the whole check for `nanos == 0` can be avoided if `this.expirationNanos` is initialized as System.nanoTime(). Please correct me if I'm wrong.

Bumps [mongo-java-driver](https://github.com/mongodb/mongo-java-driver) from 3.12.7 to 3.12.8. Release notes Sourced from mongo-java-driver's releases. Java Driver 3.12.8 (February 18, 2021) Release Notes: https://developer.mongodb.com/community/forums/t/mongodb-java-driver-3-12-8-released/16823 Commits eb2ae25 Bump to 3.12.8 ae5b1c0 Fix CVE-2021-20328 32052a1...

dependencies

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.23 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

Here's an example code: ```java Events.subscribe(PlayerJoinEvent.class) .name("listenerA") // Optional, and by adding it you can reference it .handler(e -> e.setJoinMessage("A")); Events.subscribe(PlayerJoinEvent.class) .name("listenerB") .mustRunAfter("listenerA") // Still: Optional. This will ensure that...

Implements [Adventure](https://github.com/kyoripowered/adventure), not fully tested yet Closes #92

``` src\main\java\me\lucko\helper\promise\HelperPromise.java:92: error: method addCallback in class Futures cannot be applied to given types; Futures.addCallback(fut, new FutureCallback() { ^ required: ListenableFuture,FutureCallback

When I run it on the server it doesn't return the expected result. ![image](https://user-images.githubusercontent.com/8575867/90999661-6bff6480-e5f1-11ea-83b6-0f7b7f1ebc6d.png) ![image](https://user-images.githubusercontent.com/8575867/90999795-c993b100-e5f1-11ea-81b9-879a218c8075.png) ![image](https://user-images.githubusercontent.com/8575867/90999819-e334f880-e5f1-11ea-99b4-1f62de6ef28d.png) Smaller partition size for clearer demonstration (32 partitions): ![image](https://user-images.githubusercontent.com/8575867/90999922-20998600-e5f2-11ea-8b8e-f389833d541f.png) EDIT: I'm using the main...

bug
help wanted

### Description of the Bug 1.Hi Developers im new to coding. i tried to make this video uploading app to my firebase storage but im not that good at coding...

Tested both on `OpenJDK16` and `OpenJDK16-openj9` Also referencing https://github.com/lucko/helper/issues/8.

bug
help wanted