Posted June 20, 20178 yr Hi, Is it possible to get the modid of a command when a command is sent to the server? I'm building a permission manager and I want users to be able to enter something like <modid>.<command> so... "factionmod.create" where factionmod is the ID I have an event handler that runs a method everytime a command is sent, I need it to get the modid to check groups for that modid it needs to be the modid because you might have multiple mods that use the same commands (galacticraft.create and factionmod.create for example) Anyone know how to do this? Thanks
June 20, 20178 yr Author 11 minutes ago, diesieben07 said: Is the id part of the command itself? Otherwise you will have a hard time. no, the ID is part of the permission in the config file, as a way to identify the different mods... so the system won't be confused if Thermal expansion and IC2 use the same command (for example) surely there's a way to identify the mod that a command belongs to?
June 20, 20178 yr Author 2 minutes ago, diesieben07 said: That's not how commands work. There cannot be two commands called "create". oh... so actually, just the command name would suffice?
June 20, 20178 yr Author 1 minute ago, diesieben07 said: Yes, command names are unique. ok, that makes this sooo much easier haha Thanks
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.