Server Issues List [Constant Updates]

Discussion in 'Bukkit Help' started by DMstratz, Jul 19, 2014.

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

    DMstratz

    Permissions: http://pastebin.com/hNVNVF8G

    Problems:

    -BoosCooldowns failing again, configured it like it should be and no effect.
    - First time spawning kits (PER WORLD) [Factions, Prison] etc...
    - We use "Compass Navigation" but having extreme trouble setting it up. only video explains to quick.
    - /f command for factions is able to be used in every world..blocked the claiming/powerloss etc.. but now trying to get rid of the command.


    Please comment if you can help with any.
     
  2. Offline

    knoxcorner

    We need to see your permission.yml to help.
     
  3. Offline

    DMstratz

  4. Offline

    LHammonds

    For no reason? How about for not knowing the right permission nodes to assign?

    To allow people to use the /kit command, the correct node is "essentials.kit"

    To give specific kits, once you 1st give access to the /kit command, you use "essentials.kits.<kitname>"

    Notice the difference is singular and plural.

    LHammonds
     
  5. Offline

    DMstratz

    i wrote it without checking permissions, they are correct im almost positive.

    Problems updated.
     
  6. DMstratz likes this.
  7. Offline

    DMstratz

  8. - Players can destroy destroy blocks etc after a certain radius. turn of block destroying??
    essentialsAntiBuild together with the (negative!) node in the permissions
    - -essentials.build.*
    or use
    wordguard
    /region flag __global__ build deny
     
  9. Offline

    DMstratz

    i deleted anti-build as it caused issues. but ill try with world guard now

    more problems added
     
  10. Offline

    DMstratz

  11. Offline

    daavko

    Why don't you alias /mv spawn to /spawn in commands.yml?

    Have you tried boosCooldowns?

    I don't understand what do you mean by "Compass navigation".
    Also, I don't understand what are you trying to to with "/f" command.
    Could you please explain?
     
  12. Offline

    DMstratz

    1.how do i alias /mv spawn to /spawn in commands.yml???

    2. Yes i tried and it wouldnt work no matter what we tried.

    3. Compass Navigation is the plugin which gives you the compass and you click it in the hub and it opens an inventory where you click on icons and it tp's you to each other worlds.

    4. Players can "/f" for factions in every world even without permissions. they cant do anything with it but we just dont want them having the factions help command available
     
  13. Offline

    daavko

    DMstratz
    1. Go to your server folder, open commands.yml and change it to this:
    Code:
    aliases:
      spawn:
      - mv spawn
    Also, make sure your players have permission to do /mv spawn ;)
    2. Any errors?
    3. I still don't understand the problem...
    4. If you want to disable /f completely, also go to commands.yml and add this after /spawn alias:
    Code:
      f:
      - []
    Your commands.yml should then look like this:
    Code:
    aliases:
      spawn:
      - mv spawn
      f:
      - []
     
  14. Offline

    DMstratz

    1. thankyou changing it now!.
    2. not that we could find it was just not doing anything like adding warm-ups etc.
    3. the config is so complicated and the only video explaining it goes to fast etc and its very confusing
    4. we only want them to be able to do the /f command in factions world.
     
  15. Offline

    daavko

    DMstratz
    1. You're welcome :)
    2. That's weird. What CB version are you using and what version of boosCooldowns did you try?
    3. Oh well...theoretically I could help you with setting that up, but I don't think I have enough time for that. Sorry.
    4. PerWorldPlugins? As I saw earlier you use this to disable McMMO in some world. So you could use it to disable Factions in every world except factions world.
     
  16. Offline

    DMstratz

    2. the bukkit recommended and the lastest version of booscoooldowns
    3. its fine just need to take the time to understand it.
    4. we did for factions and factions plus just doesnt prevent the /f help command
     
  17. Offline

    daavko

    DMstratz
    * subtracts 1 from line numbers *
    1. Recommended build of CB is 1.6.4 and latest boosCooldowns is for 1.7.5+. I think I see some version mismatch in there.
    2. I believe you will understand it soon :)
    3. Wait, so you disabled only Factions and not FactionsPlus? Or you disabled both? I'm a bit confused from that answer.
     
  18. Offline

    DMstratz

    1. how so?
    2. will try later.
    3. we used PerWorldPlugin and assigned Factions / + to factions world only which worked. yet you can still use /f

    problems updated

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
Thread Status:
Not open for further replies.

Share This Page