Git Product home page Git Product logo

send's People

Contributors

bettd avatar oskarzyg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

send's Issues

Disable /send while in certain servers

Hey, could it be done that the plugin would create a config file in which you could edit messages and on which servers /send can be executed on? Thanks

Send not working for Floodgate players

Good day.

I am using the popular plugin GeyserMC and Floodgate on my server. Unfortunately, the send plugin doesn't work right with it. Because Floodgate allows you to have a custom prefix, (an asterisk (*) in my case.) the plugin can't correctly parse the player name when doing

/send player *User Hub .

Would it be possible to add support for Floodgate and custom prefixes maybe? Thank you in advance for any reply.

Sincerely
Rob

[BUG] Command Error

Cannot send user to server
Velocity 3.1.2-SNAPSHOT (git-62bd58d3-b167)
Server version: 1.19
JDK 17
Linux Debian 4.19.208-1 (2021-09-29) 4.19.0-18-amd64

Exception occurred while running command for lightum_cc
java.util.concurrent.CompletionException: java.lang.RuntimeException: Unable to invoke command send all lobby for [connected player] lightum_cc (/XXXXXX:XXXX)
at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: java.lang.RuntimeException: Unable to invoke command send all lobby for [connected player] lightum_cc (/58.39.110.106:52936)
at com.velocitypowered.proxy.command.VelocityCommandManager.executeImmediately0(VelocityCommandManager.java:223) ~[velocity-3.1.2-SNAPSHOT-167.jar:3.1.2-SNAPSHOT (git-62bd58d3-b167)]
at com.velocitypowered.proxy.command.VelocityCommandManager.lambda$executeImmediatelyAsync$1(VelocityCommandManager.java:248) ~[velocity-3.1.2-SNAPSHOT-167.jar:3.1.2-SNAPSHOT (git-62bd58d3-b167)]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 3 more
Caused by: java.lang.NoSuchMethodError: 'net.kyori.adventure.text.minimessage.MiniMessage net.kyori.adventure.text.minimessage.MiniMessage.get()'
at com.oskarsmc.send.command.SendCommand.sendMessage(SendCommand.java:150) ~[?:?]
at com.oskarsmc.send.command.SendCommand.lambda$new$2(SendCommand.java:77) ~[?:?]
at cloud.commandframework.execution.CommandExecutionCoordinator$SimpleCoordinator.coordinateExecution(CommandExecutionCoordinator.java:121) ~[?:?]
at cloud.commandframework.CommandManager.executeCommand(CommandManager.java:176) ~[?:?]
at cloud.commandframework.velocity.VelocityExecutor.run(VelocityExecutor.java:64) ~[?:?]
at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:262) ~[velocity-3.1.2-SNAPSHOT-167.jar:3.1.2-SNAPSHOT (git-62bd58d3-b167)]
at com.velocitypowered.proxy.command.VelocityCommandManager.executeImmediately0(VelocityCommandManager.java:210) ~[velocity-3.1.2-SNAPSHOT-167.jar:3.1.2-SNAPSHOT (git-62bd58d3-b167)]
at com.velocitypowered.proxy.command.VelocityCommandManager.lambda$executeImmediatelyAsync$1(VelocityCommandManager.java:248) ~[velocity-3.1.2-SNAPSHOT-167.jar:3.1.2-SNAPSHOT (git-62bd58d3-b167)]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 3 more

kyori MiniMessage error, cannot use /send

When attempting to /send any player, server, group, or all, the following error is printed:

[09:52:11 INFO]: Exception occurred while running command for therbz
java.util.concurrent.CompletionException: java.lang.RuntimeException: Unable to invoke command send player therbz1 SMP for [connected player] therbz (/31.54.80.3:60781)
        at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
        at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
        at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
        at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: java.lang.RuntimeException: Unable to invoke command send player therbz1 SMP for [connected player] therbz (/31.54.80.3:60781)
        at com.velocitypowered.proxy.command.VelocityCommandManager.executeImmediately0(VelocityCommandManager.java:223) ~[velocity.jar:3.1.2-SNAPSHOT (git-05d19384-b125)]
        at com.velocitypowered.proxy.command.VelocityCommandManager.lambda$executeImmediatelyAsync$1(VelocityCommandManager.java:248) ~[velocity.jar:3.1.2-SNAPSHOT (git-05d19384-b125)]
        at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
        ... 3 more
Caused by: java.lang.NoSuchMethodError: 'net.kyori.adventure.text.minimessage.MiniMessage net.kyori.adventure.text.minimessage.MiniMessage.get()'
        at com.oskarsmc.send.command.SendCommand.sendMessage(SendCommand.java:148) ~[?:?]
        at com.oskarsmc.send.command.SendCommand.lambda$new$0(SendCommand.java:51) ~[?:?]
        at cloud.commandframework.execution.CommandExecutionCoordinator$SimpleCoordinator.coordinateExecution(CommandExecutionCoordinator.java:121) ~[?:?]
        at cloud.commandframework.CommandManager.executeCommand(CommandManager.java:176) ~[?:?]
        at cloud.commandframework.velocity.VelocityExecutor.run(VelocityExecutor.java:64) ~[?:?]
        at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:262) ~[velocity.jar:3.1.2-SNAPSHOT (git-05d19384-b125)]
        at com.velocitypowered.proxy.command.VelocityCommandManager.executeImmediately0(VelocityCommandManager.java:210) ~[velocity.jar:3.1.2-SNAPSHOT (git-05d19384-b125)]
        at com.velocitypowered.proxy.command.VelocityCommandManager.lambda$executeImmediatelyAsync$1(VelocityCommandManager.java:248) ~[velocity.jar:3.1.2-SNAPSHOT (git-05d19384-b125)]
        at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
        ... 3 more

I'm using velocity build #125, send 2.0.0, java 17.

Permission issue

Hi, I use LuckPermsVelocity for the perms handling, I've set the permission osmc.send.send but when I do
/send player _Tbenatti_ Kingdoms it keeps saying You do not have permission to do that but I have the permission setted up

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.