PLEASE HELP ASAP

Discussion in 'Bukkit Help' started by mrdove400, Mar 15, 2012.

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

    mrdove400

    Please help when ever i make a new group i get this
    Code:
    15.03 11:02:35 [Server] INFO Connection reset
    15.03 11:02:35 [Disconnect] User mrdove500 has disconnected, reason: disconnect.quitting
    15.03 11:02:32 [Server] INFO... 9 more
    15.03 11:02:32 [Server] INFOat org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
    15.03 11:02:32 [Server] INFOat java.lang.reflect.Method.invoke(Method.java:601)
    15.03 11:02:32 [Server] INFOat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    15.03 11:02:32 [Server] INFOat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    15.03 11:02:32 [Server] INFOat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    15.03 11:02:32 [Server] INFOat com.earth2me.essentials.EssentialsPlayerListener.onPlayerJoin(EssentialsPlayerListener.java:137)
    15.03 11:02:32 [Server] INFOat com.earth2me.essentials.User.setDisplayNick(User.java:306)
    15.03 11:02:32 [Server] INFOat com.earth2me.essentials.User.getNick(User.java:283)
    15.03 11:02:32 [Server] INFOat com.earth2me.essentials.perm.PermissionsHandler.getPrefix(PermissionsHandler.java:81)
    15.03 11:02:32 [Server] INFOat com.earth2me.essentials.perm.GroupManagerHandler.getPrefix(GroupManagerHandler.java:78)
    15.03 11:02:32 [Server] INFO Caused by: java.lang.NullPointerException
    15.03 11:02:32 [Server] INFOat net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    15.03 11:02:32 [Server] INFOat net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    15.03 11:02:32 [Server] INFOat net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
    15.03 11:02:32 [Server] INFOat net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
    15.03 11:02:32 [Server] INFOat net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    15.03 11:02:32 [Server] INFOat net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:121)
    15.03 11:02:32 [Server] INFOat net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:132)
    15.03 11:02:32 [Server] INFOat org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:441)
    15.03 11:02:32 [Server] INFOat org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    15.03 11:02:32 [Server] INFOat org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
    15.03 11:02:32 [Server] INFO org.bukkit.event.EventException
    here are the groups
    Code:
    # Group inheritance
    # any inherited groups prefixed with a g: are global groups
    # These groups are defined in the globalgroups.yml
    # and can be inherited in any worlds groups/users.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and defined in the this groups.yml file.
     
    groups:
     
      Default:
        default: true
        permissions:
        - monsterhunt.usercmd.hunt
        - monsterhunt.usercmd.huntscore
        - monsterhunt.usercmd.huntstatus
        - monsterhunt.usercmd.hunttele
        - iConomy.payment
        - essentials.help
        - essentials.helpop
        - essentials.warp
        - essentials.warp.list
        - essentials.list
        - essentials.back
        - essentials.kit
        - RepairShop.use
        - dt.travel
        - essentials.kit.tools
        - essentials.afk
        - essentials.home
        - essentials.depth
        - essentials.getpos
        - iConomy.bank.access
        - iConomy.access
        - iConomy.help
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - ChestShop.shop.create
        - lwc.protect
        - essentials.ignore
        - essentials.seen
        - essentials.delhome
        - essentials.setwarp
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - scs.create
        - essentials.msg.color
        - essentials.suicide
        - essentials.tpa
        - essentials.tpaccept
        - essentials.delhome
        - essentials.motd
        - essentials.rules
        - essentials.spawn
        - essentials.msg
        - essentials.sethome
        - essentials.suicide
     
        
        inheritance:
        
        info:
          prefix: '&f[&2F&aighter&f]&f'
          build: true
          suffix: ''
     
      VIP1:
        default: false
        permissions:
     
     
        - essentials.getpos
     
        - essentials.kit.vip1
        - essentials.kit.vip1_fighter_kit
        - essentials.compass
         
        inheritance:
        - Default
        info:
          prefix: '&f[&6V&eIP1&f]&2'
          build: true
          suffix: ''
     
      VIP2:
        default: false
        permissions:
     
        - essentials.world
        - essentials.world.<worldname>
        - essentials.kit.vip2_iron_tools_kit
        - essentials.kit.vip2_farm_kit
        - essentials.kit.vip2_theend_kit
         
        inheritance:
        - Default
        info:
          prefix: '&f[&dV&5IP2&f]&1'
          build: true
          suffix: ''
     
      Mod:
        default: false
        permissions:
        - essentials.socialspy
        - essentials.mute
        - essentials.gc
        - essentials.enchant
        - essentials.enchant.[enchantmentname]
        - essentials.ban
        - essentials.ban.offline
        - essentials.broadcast
        - essentials.feed
        - essentials.invsee
        - essentials.kick
        - essentials.mute
        - essentials.togglejail
        - essentials.jail.exemp
        - essentials.togglejail.offline
        - essentials.weather
        - essentials.jails
        - essentials.deljail
        
        inheritance:
        - Default
        info:
          prefix: '&f[&bM&bOD&f]&5'
          build: true
          suffix: ''
      
      Admin:
        default: false
        permissions:
        - '*'
        - worldedit.*
        inheritance:
     
        info:
          prefix: '&0[&4A&cdmin&0]&c'
          build: true
          suffix: ''
     
     
     
      Owner:
        default: false
        permissions:
        - '*'
        inheritance:
        
        info:
          prefix: '&f[&3O&bwner&f]&c'
          build: true
          suffix: ''
    please help :(
     
  2. Offline

    c0mp

    YAML can be very particular about whitespace. Try cleaning up all the extra lines and such.

    Also, you have a permission node listed as essentials.enchant.[enchantmentname]. The square brackets mean that you're supposed to replace the brackets and everything in them with the name of the enchantment that you want to give permission for. Same goes for essentials.world.<worldname>.
     
  3. Offline

    mrdove400

    Code:
    # Group inheritance
    # any inherited groups prefixed with a g: are global groups
    # These groups are defined in the globalgroups.yml
    # and can be inherited in any worlds groups/users.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and defined in the this groups.yml file.
     
    groups:
     
      Default:
        default: true
        permissions:
        - monsterhunt.usercmd.hunt
        - monsterhunt.usercmd.huntscore
        - monsterhunt.usercmd.huntstatus
        - monsterhunt.usercmd.hunttele
        - iConomy.payment
        - essentials.help
        - essentials.helpop
        - essentials.warp
        - essentials.warp.list
        - essentials.list
        - essentials.back
        - essentials.kit
        - RepairShop.use
        - dt.travel
        - essentials.kit.tools
        - essentials.afk
        - essentials.home
        - essentials.depth
        - essentials.getpos
        - iConomy.bank.access
        - iConomy.access
        - iConomy.help
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - ChestShop.shop.create
        - lwc.protect
        - essentials.ignore
        - essentials.seen
        - essentials.delhome
        - essentials.setwarp
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - scs.create
        - essentials.msg.color
        - essentials.suicide
        - essentials.tpa
        - essentials.tpaccept
        - essentials.delhome
        - essentials.motd
        - essentials.rules
        - essentials.spawn
        - essentials.msg
        - essentials.sethome
        - essentials.suicide
        inheritance:
        
        info:
          prefix: '&f[&2F&aighter&f]&f'
          build: true
          suffix: ''
     
      VIP1:
        default: false
        permissions:
        - essentials.getpos
        - essentials.kit.vip1
        - essentials.kit.vip1_fighter_kit
        - essentials.compass
        inheritance:
        - Default
        info:
          prefix: '&f[&6V&eIP1&f]&2'
          build: true
          suffix: ''
     
      VIP2:
        default: false
        permissions:
        - essentials.world
        - essentials.kit.vip2_iron_tools_kit
        - essentials.kit.vip2_farm_kit
        - essentials.kit.vip2_theend_kit
        inheritance:
        - Default
        info:
          prefix: '&f[&dV&5IP2&f]&1'
          build: true
          suffix: ''
     
      Mod:
        default: false
        permissions:
        - essentials.socialspy
        - essentials.mute
        - essentials.gc
        - essentials.enchant
        - essentials.ban
        - essentials.ban.offline
        - essentials.broadcast
        - essentials.feed
        - essentials.invsee
        - essentials.kick
        - essentials.mute
        - essentials.togglejail
        - essentials.jail.exemp
        - essentials.togglejail.offline
        - essentials.weather
        - essentials.jails
        - essentials.deljail
        inheritance:
        - Default
        info:
          prefix: '&f[&bM&bOD&f]&5'
          build: true
          suffix: ''
      
      Admin:
        default: false
        permissions:
        - '*'
        - worldedit.*
        inheritance:
     
        info:
          prefix: '&0[&4A&cdmin&0]&c'
          build: true
          suffix: ''
     
     
     
      Owner:
        default: false
        permissions:
        - '*'
        inheritance:
        
        info:
          prefix: '&f[&3O&bwner&f]&c'
          build: true
          suffix: ''
    same don't workDX
     
  4. Offline

    Danzeee

    I don't like the look of the spaces between groups / Default at the start and Owner / Admin at the end
     
  5. Offline

    c0mp

    You've still got blank lines in your file. Remove the blank lines.
     
  6. Offline

    mrdove400

    what spaces i don't see them!D:

    Like this
    Code:
    # Group inheritance
    # any inherited groups prefixed with a g: are global groups
    # These groups are defined in the globalgroups.yml
    # and can be inherited in any worlds groups/users.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and defined in the this groups.yml file.
     
    groups:
     
      Default:
        default: true
        permissions:
        - monsterhunt.usercmd.hunt
        - monsterhunt.usercmd.huntscore
        - monsterhunt.usercmd.huntstatus
        - monsterhunt.usercmd.hunttele
        - iConomy.payment
        - essentials.help
        - essentials.helpop
        - essentials.warp
        - essentials.warp.list
        - essentials.list
        - essentials.back
        - essentials.kit
        - RepairShop.use
        - dt.travel
        - essentials.kit.tools
        - essentials.afk
        - essentials.home
        - essentials.depth
        - essentials.getpos
        - iConomy.bank.access
        - iConomy.access
        - iConomy.help
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - ChestShop.shop.create
        - lwc.protect
        - essentials.ignore
        - essentials.seen
        - essentials.delhome
        - essentials.setwarp
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - scs.create
        - essentials.msg.color
        - essentials.suicide
        - essentials.tpa
        - essentials.tpaccept
        - essentials.delhome
        - essentials.motd
        - essentials.rules
        - essentials.spawn
        - essentials.msg
        - essentials.sethome
        - essentials.suicide
        inheritance:
        info:
          prefix: '&f[&2F&aighter&f]&f'
          build: true
          suffix: ''
     
      VIP1:
        default: false
        permissions:
        - essentials.getpos
        - essentials.kit.vip1
        - essentials.kit.vip1_fighter_kit
        - essentials.compass
        inheritance:
        - Default
        info:
          prefix: '&f[&6V&eIP1&f]&2'
          build: true
          suffix: ''
      VIP2:
        default: false
        permissions:
        - essentials.world
        - essentials.kit.vip2_iron_tools_kit
        - essentials.kit.vip2_farm_kit
        - essentials.kit.vip2_theend_kit
        inheritance:
        - Default
        info:
          prefix: '&f[&dV&5IP2&f]&1'
          build: true
          suffix: ''
      Mod:
        default: false
        permissions:
        - essentials.socialspy
        - essentials.mute
        - essentials.gc
        - essentials.enchant
        - essentials.ban
        - essentials.ban.offline
        - essentials.broadcast
        - essentials.feed
        - essentials.invsee
        - essentials.kick
        - essentials.mute
        - essentials.togglejail
        - essentials.jail.exemp
        - essentials.togglejail.offline
        - essentials.weather
        - essentials.jails
        - essentials.deljail
        inheritance:
        - Default
        info:
          prefix: '&f[&bM&bOD&f]&5'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions:
        - '*'
        - worldedit.*
        inheritance:
        info:
          prefix: '&0[&4A&cdmin&0]&c'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        inheritance:
        info:
          prefix: '&f[&3O&bwner&f]&c'
          build: true
          suffix: ''
    still don't work

    O wow it works PRAYS THE LORD!

    lol thanks guys;)

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

Share This Page