Maciej916 / Ma-Essentials

Useful command and functions for minecraft forge
GNU Lesser General Public License v3.0
8 stars 7 forks source link

json file not recognized for server members #43

Closed BrendGroen closed 4 years ago

BrendGroen commented 4 years ago

Hello,

I have recently installed this mod on my 1.15.2 forge server. image At this image you see my config file. The top file is a json file that should translate some of them weird codes and the bottom one is the mod config. For me, this json file works very well but none of my server members see this text. How can I fix this?

Another bug is that when I type /invsee it appears and immediately disappears.

Any help would be really appreciated!!

Maciej916 commented 4 years ago

Why don't you install mod on client side to enable translations by client instead you trying to solve it different way. Config for single player is the same as on multiplayer so it should work on server also if you copy it correctly. For invsee bug i know about that and ill try to fix this in future versions.

TheFlash787 commented 4 years ago

@Maciej916 This is a server mod, to provide utilities for a server. Why should this need to be installed clientside too, in order for people to see the messages that you send from the plugin: image

It makes no sense for this plugin to be necessary on the client, when it's a server mod. Most clients will not come with this mod shipped by default, and will therefore cause problems.

Maciej916 commented 4 years ago
  1. It't not server mod it's single player and multiplayer mod.
  2. Client need to have it installed to support translations and languages, that was since beginning and i'm not planning to change that maybe in future ill make that option.