-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I ban the camera editor from players? #63
Comments
It should be already a feature. Check Aperture Hopefully that helps! P.S.: привет 👋 |
Well, after looking into the situation for a long time, I found out that the problem is that the Sponge has OP functions disabled, it only works with permissions, this is clearly a mod problem, the mod needs to add a special permission to open the camera editor interface. Is it difficult? |
Ah… my bad, I forgot to respond back then. 😥 Even if it’s a mod problem, I won’t try fixing it. I quit Minecraft modding, and just replying to any questions about mods whenever possible. Sorry for this being unhelpful. |
This is very sad, because there are no normal analogues of your mod. The only CMDcam mod that provides similar functionality does not support even simple cuts in cutscenes. When I wrote to the developer of this mod with this question about slicing, they advised me this mod, saying that it fits better. |
ಥ_ಥ |
Wait, so is it Sponge's fault? Because Sponge does weird things with OP? Did I understand that correctly? |
Sponge doesn't use the OP system at all, it uses Permissions because the permission system is always the basis of servers, OP is rarely used on servers. Therefore, the OP on the Sponge is disabled. therefore, it is usually the permissions system that is used in mods and plugins. (つ⩹ᴥ⩺)つ |
Then I have to disappoint you. This is clearly NOT the mods problem. It is Sponge's fault and normal forge server don't have this problem. |
permissions are not used on regular forge servers, because there are no plugins in forge that allow you to manage them, why do you think mods use permissions and why do mod developers add them at all? That's what they're used for, because the servers don't use an OP. It doesn't support groups and fine-tuning, it's just an outdated thing. I understand that many mod developers do not approve of using their mods on servers, this is not the first time I have been written like this, it's sad. Yes, this is not a problem of mods, but it is not a problem of servers either, because it is simply impossible to manage the server using a primitive OP, and no one is doing this. Server cores can't do anything about the fact that OP is primitive and doesn't support what permissions supports. Therefore, the only hope is that mod developers will adapt mods for permissions. Only modders can do something. There is only hope for you. No one forces you to do this, of course. :( Sponge just disabled the OP function because it is considered useless for servers because permissions are commonly used. |
I would agree with MudGod that permission system is much better than simply OP vs non-OP users (because you can have moderators, developers, and other kind of stuff that need only specific access to plugin functionality). But IMO it sort of Sponge's fault for "breaking" OP functionality (even though it was done in a good faith).
|
Yeap, I understand you, thank you for the answer! Your mod is still awesome ✨ |
The mod can be used on the server - it's cool. But for some reason, there are still no permissions in fashion to open the camera editor. At a minimum, it is necessary that the "/op" requirement should be enabled to open it. But since there is no such requirement, any players can open the editor on the server and use it as an Xray cheat.
Is there a way to restrict access to the camera editor?
p.s. Your mod is awesome. User from Russia
The text was updated successfully, but these errors were encountered: