Posted June 19, 20178 yr Hi, I'm trying to build a simple permission system for a friend. The best way I can see to do this is to run a method whenever a command is sent to the server, even commands from other mods, then check the sender UUID against a YAML (or maybe JSON) file for the sender's group, and check that group for a permission (similar to the way PEX ran on bukkit). I'm also going to do the same thing for blocks...(Pretty sure I've seen an "onBlockPlaced" event example on the internet in the past) so a user group won't be able to place IC2 nukes without a permission like place.{modid}.{unlocalisedname} I have no knowledge of how to do anything of what I have just said First things first... I've had a look and I can't work out how to call a method whenever a command is sent to the server. Can someone help me out with this?... I think I can work the rest out on my own Thanks
June 19, 20178 yr Author 2 hours ago, diesieben07 said: CommandEvent should do what you want. Thanks now I have something to start on. latest conundrum, if you're interested:
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.