Search results

  1. popkechupki

    ServerMail

    popkechupki updated ServerMail with a new update entry: Release 1.0.5 Read the rest of this update entry...
  2. popkechupki

    ServerMail - Release 1.0.5

    Update: Enhance functions.
  3. popkechupki

    ServerMail

    That for gamertag. Nukkit is Case sensitive. And server owners have a permission to turn off Xbox Live auth. You should send mail exactly player name.
  4. popkechupki

    ServerMail

    The NullPointerException on MailNotifier had occurred when player join, not startup. I couldn't find any other bugs, As you said. Anyway, I posted 1.0.4 update that support Java8. Please re-try. I think all functions working correctly in both my test and public servers. Then, If you still have...
  5. popkechupki

    ServerMail

    popkechupki updated ServerMail with a new update entry: Release v1.0.4. Read the rest of this update entry...
  6. popkechupki

    ServerMail - Release v1.0.4.

    Update Fix mail notifier error. That caused get not exists Mailbox. Change /sendmail command args. So you can use space from now. Compiled by Java8. From now on, you can use this plugin just download instead build by yourself on Java8 environment.
  7. popkechupki

    ServerMail

    popkechupki updated ServerMail with a new update entry: Release 1.0.2. Read the rest of this update entry...
  8. popkechupki

    ServerMail - Release 1.0.2.

    Update Fix error while loading. Sorry. I've completely forgot I changed name of this plugin before release. This error caused by wrong file path.
  9. popkechupki

    ServerMail

    popkechupki submitted a new resource: ServerMail - I want to leave a message for the offline players as well! Read more about this resource...
  10. popkechupki

    ServerMail 1.1

    ServerMail Support java 8+ from ver1.0.4. An email plugin that works with Nukkit. There are times when you want to leave a message for the offline players, right? Of course, you can also send it to online players. This plugin uses the language set in nukkit.yml (English, Japanese, Korean). You...
  11. popkechupki

    RealTime

    Thank you
  12. popkechupki

    RealTime

    Would you mind me editing your code? I want to add exception world setting to this plugin. I couldn't find LICENSE file in GitHub repository. So I'm asking here.
  13. popkechupki

    How open new form? FormAPI

    Maybe like this. SimpleForm simpleForm = new SimpleForm("Test simple form"); CustomForm customForm = new CustomForm("Test custom form"); simpleForm.send(player, (targetPlayer1, targetForm, data1) -> { customForm.send(player, (targetPlayer2, targetForm, data2) -> { // }); });
Top