PaperMC / Paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
https://papermc.io/
Other
9.91k stars 2.29k forks source link

@ commands not working #5145

Closed kotykd closed 3 years ago

kotykd commented 3 years ago

What behaviour is expected:

I expect to be able to do a command with another plugin (I don't really care about minecraft official commands) for example: /givemoney @ s 100 (without the space between @ and s)

What behaviour is observed:

^^^ instead of what is above it just says player not found.

Steps/models to reproduce:

With an economy plugin, type /givemoney @ p or @ s or something similar and then you will see what i am talking about.

Plugin list:

Paper version:

[01.02 17:34:33] [Server] [INFO] This server is running Paper version git-Paper-189 (MC: 1.16.2) (Implementing API version 1.16.2-R0.1-SNAPSHOT) [01.02 17:34:33] [Server] [INFO] You are running the latest version

Anything else:

Anything else you think may help us resolve the problem

JRoy commented 3 years ago

Not a Paper issue, needs to be supported on a per plugin basis

electronicboy commented 3 years ago

It's 100% on plugins to implement selectors, paper cannot do that for plugins. There are plugins that can substitute those things by just running the command for every player, etc