Giter Site home page Giter Site logo

chatemojis's Introduction

chatemojis's People

Contributors

oribuin avatar

Watchers

 avatar

chatemojis's Issues

[Bug] Plugin can't start

Plugin version: VERSION 1.1.0
image

[10:42:20 ERROR]: Could not load 'plugins/ChatEmojis-1.1.0.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:170) ~[patched_1.16.1.jar:git-Paper-91]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:148) ~[patched_1.16.1.jar:git-Paper-91]
at org.bukkit.craftbukkit.v1_16_R1.CraftServer.loadPlugins(CraftServer.java:388) ~[patched_1.16.1.jar:git-Paper-91]
at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:208) ~[patched_1.16.1.jar:git-Paper-91]
at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:940) ~[patched_1.16.1.jar:git-Paper-91]
at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.1.jar:git-Paper-91]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
Caused by: java.util.zip.ZipException: invalid END header (bad central directory offset)
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_242]
at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_242]
at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_242]
at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_242]
at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_242]
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:158) ~[patched_1.16.1.jar:git-Paper-91]
... 6 more

Server Version:

[10:51:10 INFO]: This server is running Paper version git-Paper-91 (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT)
[10:51:10 INFO]: Checking version, please wait...
[10:51:10 INFO]: Previous version: git-Paper-89 (MC: 1.16.1)
[10:51:10 INFO]: You are 17 version(s) behind

[Feature reuqest] Multiple choice for "check"

Hi, could you add chance to have more keywords than just 1, to add more types of languages.
shrug: gui-name: Shrug check: ':shrug:' check2: ':shrug2:' replacement: ¯\_(ツ)_/¯

[BUG] /emoji don't work

Command for list of emojis don't working.

[15:07:12 INFO]: Velda_ issued server command: /emoji
[15:07:12 ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'emoji' in plugin ChatEmojis v1.1.1
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched_1.16.1.jar:git-Paper-91]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.16.1.jar:git-Paper-91]
at org.bukkit.craftbukkit.v1_16_R1.CraftServer.dispatchCommand(CraftServer.java:794) ~[patched_1.16.1.jar:git-Paper-91]
at net.minecraft.server.v1_16_R1.PlayerConnection.handleCommand(PlayerConnection.java:1908) ~[patched_1.16.1.jar:git-Paper-91]
at net.minecraft.server.v1_16_R1.PlayerConnection.a(PlayerConnection.java:1719) ~[patched_1.16.1.jar:git-Paper-91]
at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.16.1.jar:git-Paper-91]
at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.16.1.jar:git-Paper-91]
at net.minecraft.server.v1_16_R1.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) ~[patched_1.16.1.jar:git-Paper-91]
at net.minecraft.server.v1_16_R1.TickTask.run(SourceFile:18) ~[patched_1.16.1.jar:git-Paper-91]
at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.1.jar:git-Paper-91]
at net.minecraft.server.v1_16_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.1.jar:git-Paper-91]
at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.1.jar:git-Paper-91]
at net.minecraft.server.v1_16_R1.MinecraftServer.aZ(MinecraftServer.java:1136) ~[patched_1.16.1.jar:git-Paper-91]
at net.minecraft.server.v1_16_R1.MinecraftServer.executeNext(MinecraftServer.java:1129) ~[patched_1.16.1.jar:git-Paper-91]
at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.1.jar:git-Paper-91]
at net.minecraft.server.v1_16_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1090) ~[patched_1.16.1.jar:git-Paper-91]
at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:1004) ~[patched_1.16.1.jar:git-Paper-91]
at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.1.jar:git-Paper-91]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
Caused by: java.lang.NullPointerException
at xyz.oribuin.chatemojis.utils.StringPlaceholders.apply(StringPlaceholders.java:46) ~[?:?]
at xyz.oribuin.chatemojis.guis.MainMenu.format(MainMenu.java:81) ~[?:?]
at xyz.oribuin.chatemojis.guis.MainMenu.lambda$buildGui$7(MainMenu.java:214) ~[?:?]
at dev.rosewood.guiframework.framework.gui.screen.FrameworkScreen.populateInventory(FrameworkScreen.java:364) ~[?:?]
at dev.rosewood.guiframework.framework.gui.screen.FrameworkScreen.getInventory(FrameworkScreen.java:321) ~[?:?]
at dev.rosewood.guiframework.framework.gui.FrameworkContainer.openFor(FrameworkContainer.java:69) ~[?:?]
at dev.rosewood.guiframework.framework.gui.FrameworkContainer.openFor(FrameworkContainer.java:79) ~[?:?]
at xyz.oribuin.chatemojis.guis.MainMenu.openGui(MainMenu.java:44) ~[?:?]
at xyz.oribuin.chatemojis.cmds.CmdEmoji.executeCommand(CmdEmoji.java:149) ~[?:?]
at xyz.oribuin.chatemojis.cmds.OriCommand.onCommand(OriCommand.java:35) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.16.1.jar:git-Paper-91]
... 18 more

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.