enjin / Enjin-Minecraft-Plugin

GNU General Public License v3.0
10 stars 10 forks source link

Enjin commands missing / broken #28

Open mibby opened 4 years ago

mibby commented 4 years ago

Prerequisites

Please answer the following questions before submitting an issue.

Expected Behavior

@Favorlock

I have vote rewards that run Enjin commands from console when players reach a certain vote total in-game. It uses the command enjin addpoints %player% 1000. This command doesn't seem to exist anymore with EnjinMinecraftPlugin v3.6.0 with the specified changelog;

Reworked command system for Spigot.

Current Behavior

Command doesn't exist.

link

Steps to Reproduce

Please provide detailed steps for reproducing the issue if applicable.

  1. Try to run command as OP/Admin from in-game & from console
  2. Doesn't work

Context

You removed commands and never re-added them? Others seem to have reported the same thing on the Spigot forums. https://www.spigotmc.org/threads/enjin-cms-donationcraft-plugin.116821/page-30#post-3921967 https://www.spigotmc.org/threads/enjin-cms-donationcraft-plugin.116821/page-30#post-3925502

Server Platform

Version: Tuinity dev 393 (Paper 1.16.3)

Java

Version: Oracle JDK 14.0.2

Enjin Report

What else is broken?

[01:12:13] [Server thread/INFO]: mibby issued server command: /enjin report
[01:12:17] [Server thread/INFO]: Generating report, please wait...
[01:12:17] [Craft Scheduler Thread - 44 - EnjinMinecraftPlugin/WARN]: [EnjinMinecraftPlugin] Plugin EnjinMinecraftPlugin v3.6.0 generated an exception while executing task 11950
java.lang.NullPointerException: null
    at com.enjin.bukkit.report.ReportPublisher.addPluginVersionAndStatus(ReportPublisher.java:135) ~[?:?]
    at com.enjin.bukkit.report.ReportPublisher.addEconomyPlugin(ReportPublisher.java:118) ~[?:?]
    at com.enjin.bukkit.report.ReportPublisher.addVaultIntegrations(ReportPublisher.java:106) ~[?:?]
    at com.enjin.bukkit.report.ReportPublisher.addIntegrations(ReportPublisher.java:93) ~[?:?]
    at com.enjin.bukkit.report.ReportPublisher.run(ReportPublisher.java:68) ~[?:?]
    at org.bukkit.craftbukkit.v1_16_R2.scheduler.CraftTask.run(CraftTask.java:99) ~[patched_1.16.3.jar:git-Tuinity-"102d60b"]
    at org.bukkit.craftbukkit.v1_16_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:58) ~[patched_1.16.3.jar:git-Tuinity-"102d60b"]
    at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.16.3.jar:git-Tuinity-"102d60b"]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
    at java.lang.Thread.run(Thread.java:832) [?:?]
mibby commented 4 years ago

This is what it looks like on v3.5.14.

link