Execute Command working in singleplayer but not multiplayer

Started by mdpotato on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Execute Command working in singleplayer but not multiplayer
Fri, 04/08/2022 - 14:58 (edited)

so i have a death note added to the game and if you dont know what that is, effectively it kills anything with a name. so i got everything working and im using a text joiner with /kill but for some reason it doesnt work on multiplayer. any idea why?

 

https://ibb.co/qM1NpWD link if image doesnt show

Edited by mdpotato on Fri, 04/08/2022 - 14:58
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The use of commands in…
Sat, 04/09/2022 - 20:07

The use of commands in multiplayer is limited in the server settings. To use commands, the player must be on the list of operators: in the server console op nick.
if you mean the use of the functionality of the command by ordinary players, you can use the execution of the command on behalf of the server