[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

    criticalfinal

    Will you upgrade this to 1.8 when 1.8 comes. ANd i hope you make this compatible with iChat or something that has [Admin]Test[Clan:I like SimpleClans .
     
  3. Offline

    phaed

    Yes it will be upgraded to 1.8, add the feature request to my github issue tracker. Describe the feature in detail.
     
  4. Offline

    criticalfinal

    ok i added it at GitHub
     
  5. Offline

    kahlilnc

    Thank you phaed for adding wars :D
     
  6. Offline

    Akiad

    Maybe add more ranks/classes?That the leader can customize?So if the leader wanted the classes Farmer,Guard,and Hunter he could do:
    /clan class create [class name]
    And maybe if someone wanted more ranks too such as Rookie,Member,Lord and Leader it could be:
    /clan create rank [rank name]
    To promote they could do:
    /clan promote [name] [rank]
    Demote:
    /clan demote [name] [rank]
    To join a class the members could do:
    /clan class join [class]
    This would help a lot for clans with a more complicated rank/class system.
     
  7. Offline

    Dimitrias

    It says [1125] Where do I get that version?
     
  8. Offline

    phaed

  9. Offline

    astinax

    I have installed your plugin and it doesn't work whenever I type /clan it just says unknown console command and no errors are showing up in the log
     
  10. Offline

    muTe

    This is just amazing.
    Finally I've found a guild plugin what I really watned.
    I hope you keep updating. I love you :>
     
  11. Offline

    astinax

    @phaed
    Could you please answer me ?
     
  12. Offline

    phaed

    What does the log say. Copy and paste it here, all the parts that say [SimpleClans]. What version of cb are you using? What permission plugin are you using?
     
  13. Offline

    Dimitrias

    Could you please add a feature to set in options that by default people talk in their own clan chat?
    I'm here constantly yelling "TALK IN YOUR CLAN CHAT!!!" because people spam the chat so much that is only clan related.
     
  14. Offline

    astinax

    Code:
    2011-09-18 11:54:52 [INFO] [SimpleClans] SQLite Connection successful
    2011-09-18 11:54:52 [SEVERE] Error occurred while enabling SimpleClans v1.5.2 (Is it up to date?): Plugin attempted to register ENTITY_DAMAGE while not enabled
    org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register ENTITY_DAMAGE while not enabled
    at org.bukkit.plugin.SimplePluginManager.registerEvent(SimplePluginManager.java:374)
    at net.sacredlabyrinth.phaed.simpleclans.SimpleClans.registerEvents(SimpleClans.java:92)
    at net.sacredlabyrinth.phaed.simpleclans.SimpleClans.onEnable(SimpleClans.java:85)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    I'm using cb 1060 and I'm using essentialsGroupManager with essentialsGroupBridge
     
  15. Offline

    phaed

    SimpleClans does not support GroupManager
     
  16. Offline

    astinax

    I know that's why I'm using groupbridge/fakepermissions2.7.2

    Could you add GroupManager support then please ?

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

    phaed

    Next version
     
    astinax likes this.
  18. Offline

    astinax

    thanks :)
     
  19. Offline

    Tha_Wolf

    Is this not working with the most recent version of iConomy 6.0.4 on Mincraft 1.8.1?
    Getting these errors:
    Code:
    2011-09-21 11:36:03 [INFO] [SimpleClans] Version 1.5.2 loaded
    2011-09-21 11:36:03 [INFO] [SimpleClans] Spout features enabled
    2011-09-21 11:36:03 [INFO] [SimpleClans] SQLite Connection successful
    2011-09-21 11:36:03 [INFO] [SimpleClans] Clans: 2
    2011-09-21 11:36:03 [INFO] [SimpleClans] Clan players: 9
    2011-09-21 11:36:03 [SEVERE] Could not pass event PLUGIN_ENABLE to SimpleClans
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
        at net.sacredlabyrinth.register.payment.methods.iCo4.isCompatible(iCo4.java:54)
        at net.sacredlabyrinth.register.payment.Methods.createMethod(Methods.java:58)
        at net.sacredlabyrinth.register.payment.Methods.setMethod(Methods.java:90)
        at net.sacredlabyrinth.phaed.simpleclans.listeners.SCServerListener.onPluginEnable(SCServerListener.java:57)
        at org.bukkit.plugin.java.JavaPluginLoader$45.execute(JavaPluginLoader.java:555)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:913)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.coelho.iConomy.iConomy
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 16 more
    2011-09-21 11:36:04 [SEVERE] Could not pass event PLUGIN_ENABLE to SimpleClans
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
        at net.sacredlabyrinth.register.payment.methods.iCo4.isCompatible(iCo4.java:54)
        at net.sacredlabyrinth.register.payment.Methods.createMethod(Methods.java:58)
        at net.sacredlabyrinth.register.payment.Methods.setMethod(Methods.java:90)
        at net.sacredlabyrinth.phaed.simpleclans.listeners.SCServerListener.onPluginEnable(SCServerListener.java:57)
        at org.bukkit.plugin.java.JavaPluginLoader$45.execute(JavaPluginLoader.java:555)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:913)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  20. Offline

    CodeFreakC

    Hey,
    Before I report a bug, I jsut want to say what great work your doing. I really appreciate it.
    Anyway, this page says SimpleClans supports 1185, but (assuming I'm not doing something wrong) it doesn't seem to work on it.
    My error message:
    Code:
    04:56:46 [SEVERE] Could not load 'plugins/SimpleClans.jar' in folder 'plugins':
    java.lang.UnsupportedClassVersionError: Bad version number in .class file
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
            at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:242)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:138)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    
    Thanks
     
  21. Offline

    Jinu

    Add tp between clan members. Please!
     
  22. Offline

    Poe

    iconomy 6 support?
     
  23. Offline

    kahlilnc

    I dont like that idea to much :/ :O
     
  24. Offline

    tremor

    Code:
    2011-09-22 21:24:48 [SEVERE] [SimpleClans] SimpleClans does not support GroupManager
    The latest release of Essentials (2.6.1) with Group Manager now supports PermissionsBukkit/SuperPerms. It works with plugins that only support superperms like NoCheat and VanishNoPacket. If this is a enable check that you have in place you should remove it, because SimpleClans should work with GM now.
     
    ZerG likes this.
  25. Offline

    GmK

    It would be a toggle in the config for sure, at least I know @phaed to work that way usually ;)

    Also, seconded for an updated Register support to enable icon6 :)
     
  26. Offline

    phaed

    Register update coming in next version. Will release today or tomorrow.
     
  27. Offline

    criticalfinal

    Man hoping the next version is supporting iChat, Ive been cramming for that one

    nvm got around this on mchat. You know mchat could of made a tutorial of setting up prefixes and suffixes

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

    phaed

    Change log
    Version 1.6

    • Fixed certain food items were not registering as hearts in vitals
    • Added 1.8 food items
    • Added compatibility with PreciousStones 6.2
    • Added safe-civilians config option - civilians can't be attacked in PvP (coded by nicholosophy)
     
  29. Offline

    astinax

    When are you going to add GroupManager support ?
     
  30. Offline

    SammyDJDRIFT

    Hey thanks for the great plugin, I was wondering if it would be possible to add a feature to set your home of your clan/faction like /clan sethome and /clan home so all members of a clan could teleport back to their base and also instead would be able to make a feature to claim land as a clan as precious stones wasn't what we had in mind.

    Thanks again
     
  31. Offline

    robmcdonald5

    hey i was just wondering how do i make a cape for my faction? i notcied in the comands it had /clan cape what would i type if i wanted to make my clans cape say L G N
     
Thread Status:
Not open for further replies.

Share This Page