I have tried EVERYTHING.
The group name will NOT show up when you hit Tab. it says
Playername | Group | distance | online time |
xxx | 3.4km | XXXXX | |
xxx | 2.2km | xxxx |
why is it blank?
I have tried EVERYTHING.
The group name will NOT show up when you hit Tab. it says
Playername | Group | distance | online time |
xxx | 3.4km | XXXXX | |
xxx | 2.2km | xxxx |
why is it blank?
need to set the players to that group
open console and do setplayergroup theirname Level1
Example: setplayergroup Chrisx84 Level1
Also gotta set it in the config as the default group, Since your first level permission file is Level1.permissions the first L always has to be capital in both the console command and in the config
Open server.properties and change
settings_default_newplayer_group=
to
settings_default_newplayer_group=Level1
unforutunately, when I manually leveled up a player, it still will NOT show up. it says Level1 in the database. there is a message that says "permissions updated" and then Nothing
Also the group name MUST NOT contain spaces: "Level 1" will not be recognized as a group, as a string like setplayergroup somebody Level 1 will be split at the blank and the group name will be "Level" only with an extra token "1"
Also gotta set it in the config as the default group, Since your first level permission file is Level1.permissions the first L always has to be capital in both the console command and in the config
Open server.properties and change
settings_default_newplayer_group=
to
settings_default_newplayer_group=Level1
Yes, this should work. As an alternative:
1) Leave empty the settings_default_newplayer_group value in server.properties and
2) edit the permissions/default.permissions file to the settings you prefer for newly coming players (your Level0 settings).
More details and a bit of summary of what I discovered by practical tests:
1) What matters is the the file name of the permission group (and not the group: value within the file itself): if the file name is casualPlayers.permissions, then it has to be accessed in console commands as setplayergroup <player_name> casualPlayers.
2) The file name cannot contain blanks. If the file name is casual players.permissions, the required command setplayergroup <player_name> casual players would fail, as it would see as group name only casual.
3) File name case also matters: setplayergroup <player_name> casualplayers (with a lower case 'p') would not work (this might be OS dependent, but for remote servers, the OS may be beyond control, so better to play safe)
4) The group: value within the file itself might be different and be more expressive. A value of Casual players would display as such in the Tab list (cleaner than a camel-cased single word!); still the group would be accessed in commands by its file name and not by the group: value.
5) If there is no group: value in the file, the group will not show up in the Tab list (but the group will still be accessible in console commands)
Hope it will be useful to server managers.
Don’t have an account yet? Create a new account now and be part of our community!