Dear Klemen! Problem: When you press the button, the command is not played

Started by lairslyfox on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Dear Klemen! Problem: When you press the button, the command is not played

Klemen if u hear :((( help please
When you click a button in your GUI on your own server with the mod installed, the command from the plugin is not played.
Button who should execute plugin command on server

The procedure that was supposed to execute the plugin command on the server

In the project settings, I set it to a server mod, I installed my mod on the server and installed it in the game client, I go to the GUI, click on this button, the interface closes, and the command doesn't play.
The plugin is called Advanced Seasons, and I want the /calendar command to be executed when the interface is closed.

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
version 2025.1  
Tue, 07/29/2025 - 09:44

version 2025.1

 

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm using the Advanced…
Wed, 07/30/2025 - 05:04

I'm using the Advanced Seasons plugin version 1.9, which changes the seasons in the world. I would like to have the /calendar command played when I click a button on my server. However, when I execute the procedure to play this command from an entity (player), nothing happens. I have also tried making the mod server-side in the project settings, but this did not resolve the issue.

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I also tried to play the …
Wed, 07/30/2025 - 05:07

I also tried to play the /eco command from the Essentials plugin to see my balance, but it didn't work either...
Although I installed the mod on both the server and the game client