mgejay / Utils

A plugin that manages key things on a server
1 stars 2 forks source link

Reimplement staff command? #7

Open Telesphoreo opened 8 years ago

Telesphoreo commented 8 years ago

So I had an idea in the config (or a separate file) that there could be something formatted like

ranks: builders: user1, user2 admins: scoop moderators: [] and there could be a staff command that would display Ranks: Builders: user1, user2 Admins: scoop Moderators: None

(i actually have the code because I implemented this in some old Utils i have lying around

mgejay commented 8 years ago

This wouldn't be such a good idea due to the fact that most groups and permissions are done by a separate plugin (i.e. GroupManager, PEX, etc).

Although, if you can spot it, I will let you have the glory of the accept issue, there is an unneeded file on this repo.

mgejay commented 8 years ago

@PacksGamingHD I realized what you were saying, good idea.

Telesphoreo commented 8 years ago

So I can make a PR for this?

mgejay commented 8 years ago

@PacksGamingHD Yes, of course.

Telesphoreo commented 8 years ago

Been busy. I'm making it now