[MECH/INFO] SimpleClans v1.7.3 - Deceptively simple full-featured clan system [1317]

Discussion in 'Inactive/Unsupported Plugins' started by phaed, Aug 26, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    phaed

  2. Offline

    codename_B

    Seems pretty cool except for the no more submissions being accepted thing. Get it on bukkitdev!
     
  3. Offline

    GmK

    Hell yeah! I think I love you now. A lot.

    Release release release ;)
     
  4. Offline

    phaed

    Thanks :D. I've been running this on my server for a couple of months now, coding it was the easy part, writing the documentation is whats a bitch.

    http://dev.bukkit.org/server-mods/simpleclans/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  5. Amazing plugin, by far the greatest clan plugin I've seen. However, my only problem with it is that there's no API (Or at least no documented API). I use my own custom chat plugin and it'd be great to be able to hook into this to obtain clan tags to add to the chat.
     
  6. Offline

    kahlilnc

    I be using this for my 2nd server. :D
     
  7. That's nice, can't wait for the documentation :). Also, you don't seem to have documented the permission nodes yet either :p?
     
  8. Offline

    phaed

    Aha, There IS an API. An extensive, and comprehensive one. I just haven't documented it yet.

    I added it to the OP. Take a look at the bottom.
     
  9. Offline

    GmK

    @phaed

    I do guess this wouldnt work with HeroChat and PEX? (Clan tags etc)
     
  10. Offline

    phaed

    It works with HeroChat, dunno about PEX, haven't tested but ill add support for it on next verison.

    Added permissions here:

    http://dev.bukkit.org/server-mods/simpleclans/pages/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  11. Offline

    phaed

    Sure, please add the reqeust to:

    https://github.com/phaed420/SimpleClans/issues

    Please add the PEX support request here:

    https://github.com/phaed420/SimpleClans/issues

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  12. Offline

    kahlilnc

    Um for some reason the person who created the clan is not automatically leader even after verified. I have permissionsbukkit too if that helps any.
     
  13. Offline

    phaed

    Oh, first bug. Thanks.

    k download 1.2

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
    kahlilnc likes this.
  14. Offline

    kahlilnc

    Can only find 1.1
    nvm
     
  15. Offline

    phaed

    With the new system every upload of a new version I make has to be verified by someone in the bukkit team. It is a slow and ridiculous process. Wait for it and it'll show up soon enough.
     
    kahlilnc likes this.
  16. Offline

    kahlilnc

    Hm still when I create a clan, I do not have permissions that a leader does have.
    Here is my permissions:
    http://pastiebin.com/?page=p&id=4e57bc46c6076
    Non vip 1's and up can still make clans too but are not able to lead it automatically as well.
     
  17. @phaed Could you have the getTag() return the tag in it's correct casing? If for example I make a clan with the tag "TaG", if I do /tag <message> then it'll show up as [TaG], but if I talk through the chat where my plugin obtains the tag, it'll be all lowercase, like so: [tag]
     
  18. Offline

    phaed

    Cant, tags are used as unique identifiers. The identifier for the clan is lowercase always. You should be getting the getColoredTag() if you want the full tag with casing and colors.
     
  19. Ah, I see. Thanks.
     
  20. Offline

    phaed

    Or rather that doing all that stuff manually yourself. Just use player.getDisplayName() and show that on your chat. SimpleClans adds the clan tags to the display name automatically, this is why its compatible with HeroChat and mChat, because it doesn't need to tell them anything, it just modifies the display name and since mChat and HeroChat use the display name on their chats, the names automatically have tags. There is no reason why SimpleClans shouldnt be compatible with your chat plugin.
     
  21. @phaed Thanks for the info, but I've already done it all manually now :p. Besides, if I were to use the display name that'd mess up the order I have things in.

    I'm also an extreme novice at coding, so it's nice to do things the hard way to get to learn :D

    EDIT: I just upgraded to 1.2 and I too am still gaining the "You do not have leader permissions" after trying to invite someone to the clan I just created.
     
  22. Offline

    phaed

    You are right nothing is wrong with your thing. It was a bug I introduced while cleaning up the API on version 1.1. It is now fixed in 1.3.
     
    kahlilnc likes this.
  23. @phaed Oh, there was another thing I wanted to ask you, is there a way to modify the tag that shows in the player's title on Spoutcraft? I couldn't seem to find anything in the config apart from the seperator. Atm I have it as Tag - Player, but I'd really like to have it as [Tag] Player, if possible.
     
  24. Offline

    kahlilnc

    Thank you so much, and thanks for putting in so much time for others to enjoy as well :D
     
  25. Offline

    phaed

    There is no way to do that now, there is only the separator you can change between the clan tag and the players name. Maybe i can add that in in the future . Make a feature request in my github.

    https://github.com/phaed420/SimpleClans/issues
     
  26. Offline

    Tauryuu

    Awesome! I'm hoping for Spout integration to allow more amazing-ness!
     
  27. Offline

    phaed

    Already has it.
     
  28. Just put color codes in the tag. e.g. &4 to make the tag red. You can even use multiple colour codes in the tag.
     
Thread Status:
Not open for further replies.

Share This Page