Git Product home page Git Product logo

discordx's Introduction



๐Ÿ“Š Development statistics

YAML             2 hrs 30 mins   โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–’โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   45.66 %
PHP              1 hr 6 mins     โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   20.16 %
Blade Template   41 mins         โ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   12.51 %
JSON             32 mins         โ–ˆโ–ˆโ–’โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   09.80 %
TypeScript       17 mins         โ–ˆโ–’โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   05.44 %

discordx's People

Contributors

bevan0 avatar fizzrepo avatar hwalker928 avatar jpuf0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

discordx's Issues

Webhook causes error on first boot

Plugin version
8e47354

Server version
Tuinity version git-Tuinity-"cc34294" (MC: 1.16.4)

What happens
First boot errors out due to invalid webhook URL

Expected behavior
No error

Screenshots
[16:28:16 INFO]: [DiscordX] Enabling DiscordX v0.1* [16:28:16 WARN]: [DiscordX] Please Set the bot token in the config.yml! [16:28:16 WARN]: [DiscordX] Aborting [16:28:16 WARN]: [DiscordX] Please Set the webhook URL in the config.yml! [16:28:16 WARN]: [DiscordX] Aborting... [16:28:16 ERROR]: Error occurred while enabling DiscordX v0.1 (Is it up to date?) java.lang.IllegalArgumentException: Failed to parse webhook URL at club.minnced.discord.webhook.WebhookClientBuilder.<init>(WebhookClientBuilder.java:84) ~[?:?] at org.harrydev.discordx.Bot.webhook.Start(webhook.java:30) ~[?:?] at org.harrydev.discordx.DiscordX.onEnable(DiscordX.java:25) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.4.jar:git-Tuinity-"cc34294"] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.4.jar:git-Tuinity-"cc34294"] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.4.jar:git-Tuinity-"cc34294"] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.4.jar:git-Tuinity-"cc34294"] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.4.jar:git-Tuinity-"cc34294"] at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:470) ~[patched_1.16.4.jar:git-Tuinity-"cc34294"] at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:240) ~[patched_1.16.4.jar:git-Tuinity-"cc34294"] at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:938) ~[patched_1.16.4.jar:git-Tuinity-"cc34294"] at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:179) ~[patched_1.16.4.jar:git-Tuinity-"cc34294"] at java.lang.Thread.run(Unknown Source) [?:1.8.0_271]

Additional context
Was meant to be fixed

Could not pass event PlayerQuitEvent to DiscordX v1.1.0

Plugin version
DiscordX version 1.1.0

Server version
This server is running Paper version git-Paper-629 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
You are running the latest version
Previous version: git-Paper-602 (MC: 1.16.5)

What happens
LOG: Could not pass event PlayerQuitEvent to DiscordX v1.1.0
java.util.concurrent.RejectedExecutionException: The Requester has been stopped! No new requests can be requested!
at net.dv8tion.jda.internal.requests.Requester.request(Requester.java:105) ~[?:?]
at net.dv8tion.jda.internal.requests.RestActionImpl.queue(RestActionImpl.java:189) ~[?:?]
at net.dv8tion.jda.api.requests.RestAction.queue(RestAction.java:411) ~[?:?]
at net.dv8tion.jda.api.requests.RestAction.queue(RestAction.java:377) ~[?:?]
at org.harrydev.discordx.Events.JoinLeaveEvent.OnPlayerLeave(JoinLeaveEvent.java:33) ~[?:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor300.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.16.5.jar:git-Paper-629]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.16.5.jar:git-Paper-629]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.16.5.jar:git-Paper-629]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.16.5.jar:git-Paper-629]
at net.minecraft.server.v1_16_R3.PlayerList.disconnect(PlayerList.java:597) ~[patched_1.16.5.jar:git-Paper-629]
at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:1842) ~[patched_1.16.5.jar:git-Paper-629]
at net.minecraft.server.v1_16_R3.NetworkManager.handleDisconnection(NetworkManager.java:520) ~[patched_1.16.5.jar:git-Paper-629]
at net.minecraft.server.v1_16_R3.ServerConnection.c(ServerConnection.java:178) ~[patched_1.16.5.jar:git-Paper-629]
at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1511) ~[patched_1.16.5.jar:git-Paper-629]
at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:419) ~[patched_1.16.5.jar:git-Paper-629]
at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1338) ~[patched_1.16.5.jar:git-Paper-629]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1126) ~[patched_1.16.5.jar:git-Paper-629]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:289) ~[patched_1.16.5.jar:git-Paper-629]
at java.lang.Thread.run(Thread.java:834) [?:?]

Expected behavior
To show a player quit properly to discord.

Plugin reload command

Describe the feature you'd like
Make the plugin reload its config file(s).

Additional context
It would be really nice if DiscordX had a command like "/discordx reload" that would reload the config file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.