Giter Site home page Giter Site logo

mixer's Introduction

Mixer

Mixer plugin for Nukkit (Broken until rewrite comes out), Bukkit, Sponge and Forge

Building

To build, run gradle shadowJar. You also have to add spigot-1.9.jar, spigot-1.9.4.jar, spigot-1.10.2.jar, spigot-1.11.2.jar and spigot-1.12.2.jar to the /libs folder.
The output is in the /build/jars folder.
You also have to add a gradle.properties file. Blank file
The first build might take a while due to Forge.

Running

A precompiled jar is availible at releases

mixer's People

Contributors

funniray avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mixer's Issues

Doesnt start interactive.

[java.lang.ThreadGroup:uncaughtException:1052]: java.lang.NoClassDefFoundError: org/apache/http/client/HttpClient
[09:51:09] [Thread-137/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.mixer.api.MixerAPI.(MixerAPI.java:52)
[09:51:09] [Thread-137/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.mixer.api.MixerAPI.(MixerAPI.java:35)
[09:51:09] [Thread-137/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at pro.kdray.funniray.mixer.Main.startAll(Main.java:65)
[09:51:09] [Thread-137/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at pro.kdray.funniray.mixer.MixerForge.lambda$startMain$0(MixerForge.java:118)
[09:51:09] [Thread-137/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Thread.run(Thread.java:748)
[09:51:09] [Thread-137/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.ClassNotFoundException: org.apache.http.client.HttpClient
[09:51:09] [Thread-137/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
[09:51:09] [Thread-137/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[09:51:09] [Thread-137/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
[09:51:09] [Thread-137/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[09:51:09] [Thread-137/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:106)
[09:51:09] [Thread-137/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[09:51:09] [Thread-137/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[09:51:09] [Thread-137/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 5 more

Upon any versions for this ore plugin, this is what console says when running /istart

server is crashing

Hi, i have the issue my server is crashing. Fresh install only forge and the mixer plugin. What forge version is the plugin for? i have no idea what to do here

`---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!

Time: 18/11/19 12:41 PM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Mixer Interactive Plugin (mixerinteractive)
Caused by: java.lang.AbstractMethodError
at net.minecraft.command.CommandHandler.func_71560_a(CommandHandler.java:149)
at net.minecraftforge.fml.common.event.FMLServerStartingEvent.registerServerCommand(FMLServerStartingEvent.java:59)
at pro.kdray.funniray.mixer.MixerForge.onServerStart(MixerForge.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:797)
at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:297)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:307)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Unknown Source)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_221, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 636835792 bytes (607 MB) / 1013972992 bytes (967 MB) up to 1013972992 bytes (967 MB)
JVM Flags: 2 total; -Xmx1024M -Xms1024M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.42 Powered by Forge 14.23.5.2847 5 mods loaded, 5 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State   | ID               | Version      | Source                                  | Signature |
|:------- |:---------------- |:------------ |:--------------------------------------- |:--------- |
| LCHIJA  | minecraft        | 1.12.2       | minecraft.jar                           | None      |
| LCHIJA  | mcp              | 9.42         | minecraft.jar                           | None      |
| LCHIJA  | FML              | 8.0.99.99    | forge-1.12.2-14.23.5.2847-universal.jar | None      |
| LCHIJA  | forge            | 14.23.5.2847 | forge-1.12.2-14.23.5.2847-universal.jar | None      |
| LCHIJAE | mixerinteractive | 1.0          | mixer-forge-1.0-SNAPSHOT-all.jar        | None      |

Loaded coremods (and transformers): 
Profiler Position: N/A (disabled)
Player Count: 0 / 20; []
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)`

Spawning mobs

Currently spawning mobs does not work in Nukkit and the Spigot version should be revised so it doesn’t spam players

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.