Inactive [RPG/DEV] Pantheons v1.4 - In-Depth Religion and Gods for Bukkit Engine and API [1559]

Discussion in 'Inactive/Unsupported Plugins' started by TheElite4, Aug 3, 2011.

  1. Offline

    TheElite4

    Pantheons - Gods for Bukkit:
    Version: v1.4

    This plugin provides an easy way for server admins to incorporate Gods and religions into their server. The plugin is in-depth and meant to be sort of an iConomy for religion and Gods. It brings new depth and fun to any server.

    There are two Gods available on the wiki, Thor and Loki, I will get to making them more then just examples, in time. The hope is that other developers will step up to making some awesome Gods.

    The API is strong and easy. It remains static for simplicity for new programmers while remaining powerful. I promise no changes to the API beside adding new things while trying to ALWAYS remain reverse compatible so there are no broken plugins.

    Wiki
    Setup
    Permissions
    Commands Usage
    A Few Gods for Now
    API
    Example/Template God
    SimpleGods - Fully working Gods from Config Files

    Requirements:
    • Permissions (or a Bridge) [NOW OPTIONAL! USES OP]
    Features:
    • Custom level cap
    • Toggle-able features
    • Controllable Curve
    • Initiation Steps
    • PVP
    • Faith/EXP Gain and Loss
    • Titles
    • God Controlled Perks Option
    • In-Depth
    • Punishment option for forsaking a God
    • God vs. God oriented PVP
    • Easy Setup, Drag and Drop
    • Simple Usage
    • Expandable
    API Features:
    • Static API
    • Controls multiple Initiation options for your God
    • Manages multiple faith options for your God
    • Check events with our full Event and Listener System.
    • Manages basic permissions for you
    • Manages storage of information for you
    • Manages compatibility for you
    • Incorporate your own features easily
    • Flexible and Easy
    • Stable and unchanging, the API will NOT change unless absolutely required and will retain a deprecated method for 2 version if possible!
    Download Pantheons v1.4
    Source Code - Released under CreativeCommons Attribution 3.0 Unported (CC BY 3.0)

    ToDo:
    • Cleared um out
    Changelog:
    Version 1.4
    • Fixed more bugs
    • Added .god() to the events
    Version 1.3
    • A few bug fixes, MAJOR and minor
    • Fixed followers on Gods
    • Fixed add/subtract faith limitations
    • Added Worship, Follow, Forsake and Level Events
    Version 1.2
    • A few bug fixes, minor
    • Messeges to Messages in the API as per request
    • Removed requirement for Permissions, can use OP now. (Maybe SuperPerms in the future when it is a REAL permissions and not so extremely limited)
    • /offering can be used with in hand now, just do /offering amount
    • Console commands fixed
    Version 1.1
    • Removed faith permissions, was retarded
    • Added a permission, pantheons.commands to vital commands for the sake of multiworld
    • Added custom faith loss messeges to the API
    • Fixed typo opposses to opposes
    • Added option to API to choose fire, lightning or death as the punishment option
    • Added toggle to certain features for server admins
    • Added level cap in the config
    • Better verify god
    • Better god compatibility checks
    • Added API elements for new config
    • System performance increased
    • Memory footprint reduced
    • Other minor fixes
    • Changed API because no one is using it yet, no deprecated methods!
    Version 1.0
    • Released
    Bug Reporting Guidelines
    • Include Error
    • Include God used to cause error
    • If API Bug include ALL DETAILS
    • DO NOT REQUEST GODS HERE, THERE IS A PLUGIN REQUEST THREAD FOR THAT!

    We updated, anyone even liking this at all?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
    Noppoly and lionking23 like this.
  2. Offline

    TheElite4

    Someone is missing a user file. This is a really random glitch, usually fixable by the person re-logging, im looking into this though.
     
  3. Ok so when/if I load it at server start, this issue would not appear, yes?

    Another question, will the Permission perk work correctly with PEX? Does it even interface with the permission plugin, or does it fool Bukkit into thinking those nodes are granted or so? If PEX is not supported, I would love to request PEX support, best Permissions system out there ;)

    Another thing, any Mysql support on the horizon? That would make it a lot easier to do cool things with the levels and such. But I guess that's a big feature for relatively little benefit :p
     
  4. Offline

    TheElite4

    Yah i did a silent version fix on that above, just redownload, and you cannot offer to the god your following, initiation items are taken on worship.

    Don't worry the Plugin.yml is fixed too ;)
     
  5. Offline

    brzavr

    video example, please
     
  6. Offline

    Mikor

    This Plugin is such a good match for our soon-to-be-relaunched server its ridiculous. Thank you for keeping an open API with documentation - combining the functionality of this plugin with many of our other RPG and Player Management plugins, and the theme of our server, is going to make for a wonderful player experience.
     
  7. Offline

    crohakon

    I really like this plugin! But it needs a better in game help system. Even a way to list all the commands in game would be great.

    /pantheons help

    =)
     
  8. Offline

    TheElite4

    I agree, will be in 1.8 version.
     
  9. Offline

    Tobytheminer

    how to set your self as a god ?
     
  10. Offline

    TheElite4

    Not the purpose of this plugin. Get SimpleGods and use it to configure a god with your name if you like.
     
  11. Offline

    popa_qwerty

    /worship

    Code:
    00:58:13 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'wors
    hip' in plugin Pantheons vV1.4
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    55)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:757)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHand
    ler
            at com.Elite4.Pantheons.CompatabilityVars.perms(CompatabilityVars.java:1
    64)
            at com.Elite4.Pantheons.Actions.worship(Actions.java:36)
            at com.Elite4.Pantheons.Commands.Worship.onCommand(Worship.java:39)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHa
    ndler
            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
    I use Help - The Smart /help Menu and I made a Pantheons.yml
     

    Attached Files:

  12. Offline

    Cade616

    i keep having errors when i try to do an offering! 11:50:24 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'offe
    ring' in plugin Pantheons vV1.4
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    58)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:757)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHand
    ler
    at com.Elite4.Pantheons.CompatabilityVars.perms(CompatabilityVars.java:1
    64)
    at com.Elite4.Pantheons.Actions.offering(Actions.java:585)
    at com.Elite4.Pantheons.Commands.Offering.onCommand(Offering.java:58)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more
     
  13. Offline

    weja93

    Please update for the newest bukkit! It doesn't work for me anymore. I get internal errors.
    I would love this plugin, It's so awesome! My server needs it :)
     
  14. Offline

    Ceane

    Good mod, except I'm having some trouble. I wanted to sacrifice two sheep and it says in the commands menu to type /offering. But when I type that, it tells me to enter the item ID and amount. How do I sacrifice animals?
     
  15. Offline

    weja93

    Thanks for updating! Anyway, it doesn't work for me. Im using the recommended bukkit, 1.0.1-R1 and I'm getting this error when trying /worship

    2011-12-14 12:00:41 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'worship' in plugin Pantheons vV1.4
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:180)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:550)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    at com.Elite4.Pantheons.CompatabilityVars.perms(CompatabilityVars.java:164)
    at com.Elite4.Pantheons.Actions.worship(Actions.java:36)
    at com.Elite4.Pantheons.Commands.Worship.onCommand(Worship.java:39)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 14 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
    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)
    ... 18 more
     
  16. Offline

    MacDante

    i have this same problem ;/

    I can /follow THOR example
    but can't /forsake (in game and on console have error)
    in game: An internal error occurred while attempting to perform this command
    on console:
    And when i try make /mypath quests i have error too.
    i kill pig and have message on console:

    And qustion is possibility set rewards for faith ?? like GOODS power ?
    example: You heve 10 level and take power BERSERKER for 10s when use right click when you have sword or axe in hand. after end berserker you have couldown time.

    something like this:
    http://forums.bukkit.org/threads/ad...ss-the-power-of-the-minecraft-gods-1337.1097/
    but for /faith rank
     
  17. Offline

    MacDante

  18. Offline

    Sethimine

    has this been updated? I'm not sure if it is all working correctly
     
  19. Offline

    Puxido

    is it easy to change things in your plugin? i dont want the pvp or leveling stuff, i was going to use other plugins for that. im interested in the faith perks and stuff. is it easy or hard?
     
  20. Offline

    TheElite4

    Bah sorry been gone, didn't even realize people used this. Ill grab my source and fix it up asap when a RB is release.
     
  21. Offline

    Mindcraft1123

    Wow, this LOOKS perfect for my server, but im not sure, you really need a video or a better discription

    Keep up the good work, defenetly remebering to get this
     
  22. Offline

    TheDaaDee

    hey is this Plugin supportet? I love this Plugin but we need a update to 1.2.4. Is this Plugin dead ? Please dont go to the grave.
     
  23. Offline

    IsaiahRobichaud

    Sorry, umm what exactally does this plugin do?
     
  24. Offline

    Jungle_Law

    Does this has Essentials support?

    I tried installing it but it did not cope... :'(
     
  25. Offline

    Waffletastic

    And also Bukkit isn't an engine. It's a wrapper.
     
  26. Offline

    Animetay19

    can the gods it creates be admins making it so that when a player worships a god they're worshipping a player or is it an AI god???
     
  27. Offline

    doodlebuild79

    it looks cool and i want it on my server but it doesnt work for minecraft 1.2.5 .... are yo going to update it?
     
  28. Offline

    Valedus

    Can you create your own? If you can't that would be a good thing to work towards
     

Share This Page