GroupManager help needed asap

Discussion in 'Bukkit Help' started by lrn2root, Feb 8, 2014.

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

    lrn2root

    Hi,

    I'm so close to launching my server but these permissions don't seem to work.

    • /spawn doesn't work
    • /kit <name> doesn't work. Say's I have inappropriate permissions but when I do /kit it gives me the option to create:edit etc....
    • A member cannot interact with a public chest in SafeZone
    • A member cannot buy/sell in shop. [Plugin is ChestShop]
    • A member cannot go through a portal I set with the plugin PortalCommands
    Permissions:
    http://pastebin.com/cfnDEHW4
    Please help me ASAP!
    Thanks
     
  2. Offline

    aikoels

    spawn: you put it in twice, maybe that is it
    kit: essentials.kits.* allows access to get a kit, essentials.kits only lets you see them
    shop: ChestShop.shop.buy, ChestShop.shop.sell
    portal: pc.portal.use.* for all, pc.portal.use.[portal name] for some

    I cant seem to find the 'SafeZone' plugin, for future reference: google '[Plugin Name] Permissions' and it will almost always give you a page with what you need as the first result :)
     
  3. Offline

    Necrodoom

    1 and 2: Type /ess debug, try use command, paste console please.
     
  4. Offline

    lrn2root

    aikoels thanks for the help but it didn't work.


    09.02 09:27:58 [Server] INFO calculated command (essentials) cost for lrn2root as 0
    09.02 09:27:58 [Server] INFO checking if lrn2root can afford charge.
    09.02 09:27:58 [Server] INFO checking if lrn2root has essentials.essentials - true
    09.02 09:27:58 [Server] INFO checking if lrn2root has essentials.mail - true
    09.02 09:27:52 [Server] INFO [lrn2root]
    09.02 09:27:52 [Server] INFO checking if lrn2root has essentials.fly.safelogin - true
    09.02 09:27:52 [Server] INFO checking if lrn2root has essentials.mail - true

    I assume this is what you're asking for.
     
  5. Offline

    Necrodoom

    lrn2root Paste full thing please, that paste does not contain /spawn or /kit kitname
     
  6. Offline

    lrn2root

    Honestly, I have no idea how to do this at all.
    The issue remaining is /spawn and /kit .... This is so frustrating

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

    JaguarJo

    Code:
    09.02 12:05:08 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'spawn' in plugin BDSpawn v1.3
    09.02 12:05:08 [Server] WARN Unexpected exception while parsing console command "spawn"
    lrn2root Do you have a plugin called BDSpawn? Because that looks like what might be causing your /spawn command to fail.
     
  8. Offline

    lrn2root

    Oh yes I do, is the plugin necessary?
     
  9. Offline

    JaguarJo

    lrn2root Essentials covers everything that BDSpawn does. So no, you don't need that plugin as long as you've got Essentials.
     
  10. Offline

    lrn2root

    Thanks, you really helped me! I fixed the problem with kits too. I just don't know what's wrote my my portal commands. it says I don't have permission
     
Thread Status:
Not open for further replies.

Share This Page