Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Issues Setting up with Heroes #2

Open
dagumboss opened this issue Jan 10, 2012 · 10 comments
Open

Issues Setting up with Heroes #2

dagumboss opened this issue Jan 10, 2012 · 10 comments

Comments

@dagumboss
Copy link

Trying to set up my server so that a players Heroes class will show up as a user's title. If you're not familiar with Heroes, you can grant permissions as a skill, granting the user that permission while they're in that class.

Got it to work fine, except for admins/ops. They have all permissions and therefore show as many titles as we have. I need several titles and a high setting for max-titles to allow their title to change.

Is there a way around this?

@Rycochet
Copy link
Member

Not exactly - you can limit the number of titles to display, but assuming that's not exactly what you're after...

Would something like a "if this permission exists then stop adding titles" node help?

@dagumboss
Copy link
Author

That would be perfect. A priority feature would also work well, but you seem to be keeping this plugin nice and simple.

What about a command to remove all titles from a player?

@Rycochet
Copy link
Member

Added a "stop_prefix" config that prevents any further titles being added - add it to any other title in there, the default is "!!!" (without the quotes).

Because the titles are permission based, you should be able to just give a permission to players who you don't want to have titles, and have that as the first entry.

@dagumboss
Copy link
Author

Thanks and I'm sorry, but how do I update to this?

@Rycochet
Copy link
Member

dev builds - http://files.mmo.me.uk/dev/

@dagumboss
Copy link
Author

Is this the correct configuration?

http://pastebin.com/XM8s2zzv

@Rycochet
Copy link
Member

Yep - the only thing to remember is that Bukkit doesn't guarantee the order of the configuration (one of many points against it) - so it might decide not to have them in the correct order...

@dagumboss
Copy link
Author

How would one set the default title to blank? I've got normal players all figured out, but admins who are given the admin.title (!!![Admin]) permission still have the default title along with the Admin title.

@Rycochet
Copy link
Member

Order is important - put the Admin title first (and hope that Bukkit doesn't change the order)...

@dagumboss
Copy link
Author

Instead of a stop prefix could you add something that makes it so whoever has that permission uses ONLY that title?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants