[WARNING] Missing a prefix or suffix for default

Discussion in 'Bukkit Help' started by Nikhil, Jun 10, 2011.

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

    Nikhil

    I keep getting this error!!
    [WARNING] Missing a prefix or suffix for default

    Code:
    groups:
     Removed ''
    I'm pretty sure its my groups.yml from GroupManager because I deleted it and it worked fine but I need this updated version to WORK!

    THIS IS THE ERROR I GET:
    Code:
    2011-06-11 05:36:01 [SEVERE] [BBROTHER] onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent@d4159f)
    java.lang.NullPointerException
    	at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.permission(NijikoPermissionsProxy.java:241)
    	at me.taylorkelly.bigbrother.BBPermissions.permission(BBPermissions.java:52)
    	at me.taylorkelly.bigbrother.BBPermissions.watch(BBPermissions.java:71)
    	at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerJoin(BBPlayerListener.java:95)
    	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    	at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:123)
    	at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    	at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-11 05:36:01 [WARNING] Missing a prefix or suffix for default
    2011-06-11 05:36:01 [SEVERE] Exception in thread "Timer-0"
    2011-06-11 05:36:01 [SEVERE] java.lang.NullPointerException
    2011-06-11 05:36:01 [SEVERE] 	at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.permission(NijikoPermissionsProxy.java:241)
    2011-06-11 05:36:01 [SEVERE] 	at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:31)
    2011-06-11 05:36:01 [SEVERE] 	at com.gmail.nossr50.mcPermissions.herbalismAbility(mcPermissions.java:56)
    2011-06-11 05:36:01 [SEVERE] 	at com.gmail.nossr50.skills.Skills.monitorSkills(Skills.java:150)
    2011-06-11 05:36:01 [SEVERE] 	at com.gmail.nossr50.mcTimer.run(mcTimer.java:32)
    2011-06-11 05:36:01 [SEVERE] 	at java.util.TimerThread.mainLoop(Timer.java:534)
    2011-06-11 05:36:01 [SEVERE] 	at java.util.TimerThread.run(Timer.java:484)
     
  2. Offline

    ViruSpreadeR

    what are your plugins?
     
  3. Offline

    Nikhil

    Plugins=

    Welcome,Essentials,EssentialsChat,EssentialsGeoIP,EssentialsGroupBridge,EssentialsGroupManager,EssentialsProtect,EssentialsSpawn,WorldGuard,WorldEdit,BigBrother,mcMMO,Lockette,iConomy

    But I know its Group Manager because I deleted the groups.yml file and it worked perfectly ( I did this twice so im 100% sure )
     
  4. Offline

    Jeyge

    You are inheriting from default when you really want to inherit from Default.
     
  5. Offline

    Nikhil

    Ok thanks for that but It still dosent work
     
  6. Offline

    Jeyge

    What still doesn't work? Do you mean you are still getting the same error? If so, I would check your users to make sure none of them are assigned to default instead of Default.
     
  7. Offline

    ViruSpreadeR

    get a new plugin called permissions...maybe group manager is sometimes not compatible with other plugins that using prefixes and suffixes
     
  8. Offline

    Nikhil

    I still get the same error.. what do you mean by none of them are assigned to default or Default?
     
  9. Offline

    Jeyge

    I mean you mixed cases once, you could sure do it again. Seeing as it is complaining that you didn't assign a prefix/suffix to default, my guess would be that you have someone assigned to the group default.
     
  10. Offline

    Nikhil

    Do you know where I can change that? All the players are currently assigned to default i'd like them to be assigned to NormalPlayers
     
  11. Offline

    Jeyge

    Change what? If you mean any users that might be assigned to default, I would try the users.yml file. And I'm just throwing out suggestions. You didn't post your users file so I don't even know if it is that.
     
  12. Offline

    Nikhil

    Can anyone spot any mistakes in my groups.yml configuration because that is what's causing it.

    Edit: Added more info on error ...
     
  13. Offline

    ViruSpreadeR

    there is no problem with your yml...u just need better permissions than group manager
     
  14. Offline

    Yudaz

    Yeah, it is something wrong with his yml... Set a prefix or suffix at the group "default"
    Change it perhaps to "Guest" or "default"

    prefix:'&eGuest' build: true suffix:'Guest' Instead of: prefix: '&e' build: true suffix: ''

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

    Nikhil

    Tried that Yudaz still dosen't work :eek:.

    Can someone tempoarily try my groups.yml on their server? And see if its working?

    I fixed it Yudaz can you remove my groups.yml code of the forums please so no one copies it.

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

    iSHFTx

    how u fixed it?
     
  17. Offline

    Nikhil

    Deleted my users file
     
Thread Status:
Not open for further replies.

Share This Page