Jump to content
  • 0

GroupManager is losing ranks after a while


Question

Posted

Title: GroupManager is losing ranks after a while

Version: 3.1.2

OS: Windows 7 64bit

Java Version: java7

Description of Problem:

I installed Groupmanager into my server and created ranks and such now after a while the ranks infront of their names dissapear and then they can't die it's really annoying i can be fixed if they type /afk but i just want it fixed

Error Messages:

Error Log:




1 answer to this question

Recommended Posts

  • 0
Posted

i got the same problem.. i am treing to solve this for hours already.. reinstalled my server like 10 times. *True Story*

i found out that.. if i reinstall the server and get a working User and group file that i know always worked.. it will work on first start up.. but as soon as the server restarts the ranks are gone.

i find it highly anoying and hope it can be fixed.. since i think this is a problem comming from tekkit.

but the /afk seems to work.. but still this should be fixed.

* Excuse my bad grammar*

hope someone knows an solution..

example of my Groups file. * Remember this one does work on first Start up from a new server. *

# Group inheritance

#

# Any inherited groups prefixed with a g: are global groups

# and are inherited from the GlobalGroups.yml.

#

# Groups without the g: prefix are groups local to this world

# and are defined in the this groups.yml file.

#

# Local group inheritances define your promotion tree when using 'manpromote/mandemote'

 

groups:

  Griefer:

    default: false

    permissions: []

    inheritance: []

    info:

      prefix: '$4(0)[Known Griefer!!!] '

      build: false

      suffix: ''

  Default:

    default: false

    permissions:

    - -bukkit.command.kill

    inheritance:

    - g:groupmanager_default

    - g:bukkit_default

    - g:essentials_default

    - g:towny_default

    info:

      prefix: '&e[1] (Newblet) '

      build: false

      suffix: ''

  Builder:

    default: true

    permissions:

    - autosneak.sneak

    - anticheat.check.nofall

    - essentials.signs.protection.use

    - anticheat.check.sneak

    - -bukkit.command.kill

    - anticheat.check.sneak

    - simplechestlock.lock

    - simplechestlock.command.trust

    - RealStore.*

    - treeassist.replant

    - treeassist.autoremove

    - icepvp.toggle

    inheritance:

    - default

    - g:essentials_builder

    - g:towny_builder

    info:

      prefix: '&2[2] (Builder) '

      build: true

      suffix: ''

  Moderator:

    default: false

    permissions: []

    inheritance:

    - builder

    - g:groupmanager_moderator

    - g:bukkit_moderator

    - g:essentials_moderator

    - g:towny_moderator

    - g:vanish_moderator

    info:

      prefix: '&9 (3) [Moderator] '

      build: true

      suffix: ''

  Admin:

    default: false

    permissions: []

    inheritance:

    - moderator

    - g:groupmanager_admin

    - g:bukkit_admin

    - g:essentials_admin

    - g:towny_admin

    - g:vanish_admin

    info:

      prefix: '&6 (4) [Admin] '

      build: true

      suffix: ''

  Owner:

    default: false

    permissions:

    - icepvp.toggle

    - '*'

    - -vanish.*

    inheritance:

    - admin

    info:

      prefix: ' &c (5) [Owner] '

      build: true

      suffix: ''

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...