Inactive [EDIT/RPG] Catacombs v2.6 - Random Dungeons (Adventure-like) [1.3.1-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by Steeleyes, Aug 30, 2011.

  1. I'm not an expert on configuring all the different permissions systems that exist (just the one that I use -
    NijiPermissions
    ), so you'll have to read up on the permissions system you've chosen for help, or disable them (as shown here http://dev.bukkit.org/server-mods/catacombs/pages/faq/#w-setup) and use ops.txt.
     
  2. Offline

    ninjaaaa

    when im trying to use cat plan or anything whit cat it says you dont have premissions!!!
     
  3. Offline

    guyag

    Anyone else having an issue where cobwebs do not respawn with /cat reset ?
    Apart from this minor issue, this plugin is amazing, thank you so much!
     
  4. Offline

    Magnetore

    I have tried typing each command in and each one gives me the command page. I know i am not typing it in wrong. Do you know why this is happening.
     
  5. Offline

    maschill92

    This looks brilliant, man! Can't wait to try it out. Nice work!

    EDIT: Question: What texture pack are you using in the pictures?
     
  6. Texture pack is Dokus' RPG with some custom graphics for blocks that have been added since I started using it.

    Webs don't respawn on reset. http://dev.bukkit.org/server-mods/c...t-destroyed-spawners-webs-mushrooms-re-appear

    http://dev.bukkit.org/server-mods/catacombs/pages/faq/#w-setup

    I'm not sure why you are running into this when everyone else isn't. Try simplifying your server setup to see what's causing the problems.
    http://dev.bukkit.org/server-mods/catacombs/pages/faq/#w-debug

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

    Magnetore

    All I had running was permissions and catacombs but was still getting the problem. If it helps I am using permissionsex now.
     
  8. Offline

    guyag

  9. Permissionsex (1.18) runs fine I just tried it. My permissions file looked like this
    Code:
    groups:
        default:
            default: true
            permissions:
            - modifyworld.*
            - catacombs.admin
    
    What exactly are you typing? It does appear the catacombs commands are a little sensitive to spaces. As a player you can type "/cat<space>gold" and it will give you your balance. From the console you can type "cat<space>list" and it will give you a list (maybe empty) of the dungeon names. If you've got some extra colouring characters or spaces in the commands then it may not work. If you put multiple spaces in it looks like it definitely won't work.
     
  10. Offline

    Magnetore

    I do not now what happened but I just reinstalled everything and redid permissions and now the problem is fixed. Thanks for the help, and sorry I was kind of annoying:rolleyes:
     
  11. Glad it's all sorted out after the reinstall. Happy hunting.
     
  12. Offline

    ninjaaaa

    what program should i use to open up a yml file?
     
  13. An editor (like textedit or notepad).The spaces in the file are important (no tabs) find an online yml checker if you aren't sure of the syntax.
     
  14. Offline

    Damien711

    Plugin looks great. I will be experimenting more with this in the next few days.
     
  15. Offline

    Liger_XT5

    Is anyone having issues with having their server starting up with catacombs installed?
     
  16. Well I am. :) Working on updates for Minecraft 1.2.3
     
  17. Offline

    Liger_XT5

    lol, I hope so, apparently trying to update plugins for R6/7, then to builds for 1.2.3, I'd say just skip the middle and go to the end. Hope things run well for ya.
     
  18. Offline

    Hempa

    Im starting to get pisted off....
    everytime I try create a dungeon I get this:
    Area /7 x 7 dy9) Rooms=1
    'Herp' is incomplete (usually too small for final room/stair)

    Ive tried exactly like in the video but I still get this
     
  19. Did you work through the FAQ? http://dev.bukkit.org/server-mods/catacombs/pages/faq/#w-building
     
  20. Offline

    Necari

    I'm having a problem where when I die inside a dungeon, none of my drops land on the ground and I get a message telling me I can pay to have my drops returned to me ( I have enough gold), but for other players it automatically takes the gold from them and gives them their items. Is there a way to disable having to pay gold to get your stuff back, and just have the loot drop on the ground?

    Im using Essentials, RPGEssentials, PermissionsEx, WorldGuard and WorldEdit.
     
  21. In the config.yml file you can control:
    • The cost choose zero if you want it free.
    • The amount of experience kept 0.85 means keep 85%
    • Set KeepGear to false if you just want the stuff to drop to the ground.
    Code:
    Admin: 
      Death:
        GearCost: 25
        KeepGear: true
        ExpKept: 0.85
    
     
  22. Offline

    Necari

    Thanks :)
     
  23. Offline

    phonix420

    Hi! Great plugin! I'm getting an "Exception trapped java.NullPointerException" error when planning. Everything was working fine last night. There's no console errors nor any other errors but this one. Any thoughts?
     
  24. What did you upgrade? Which versions of Catacombs, bukkit and Minecraft are you using?
     
  25. Offline

    phonix420

    Using latest crafbukkit 1.2.3 R0.1, latest Catacombs v1.9, Minecraft 1.2.3 etc..

    I'm really liking this plugin. I want to put in some bookshelves to learn magicspells at the end of them xD
     
  26. I can plan and build fine with those settings. Try some different locations and tuning off any other plugins you have to see if it's a clash.
     
  27. Offline

    phonix420

    I should correct myself. I can plan just fine, I get the "Exception trapped java.NullPointerException" error when attempting to build. I also tried disabling all plugins but pex,mv and catacombs but same thing. I even tried making a flat land 40x40x30 and filling it but it still will not build.
     
  28. Maybe there is an issue in your config file. Try renaming it briefly (keep it safe) to generate another one to check.
     
  29. Offline

    phonix420

    Yay! That fixed it! I just regenerated the config!

    All I changed was cobblestone to 98 for the build materials. I guess you need to use the alias in that section. Is there a list somewhere of the block aliases you use to define what catacombs builds with?
     
  30. Ah great, glad we tracked this down. Yes you need to use the bukkit name for the material. I'll check out why block numbers don't work. In your case it sounds like you are after something like:
    Code:
    catacomb:
      Block:
        Major: smooth_brick
        Minor: smooth_brick:2
        Floor: smooth_brick
        Roof: smooth_brick
    
     

Share This Page