
How to set a other default group.
Closed this issue ยท 7 comments
I know their is already a group called default and you start with it and I am wondering how I can set a other group to when they join, they are in it. Sorry if its in a doc but I can't find it
It shows what to do but I don't know where to put my default group name as my config is
rule1 {
if {
has-true="(<group.vip> | <group.vip+>) & <titles.tilecollector>"
has-false="<some.random.permission>"
lacks="<prison/group.prison_titlepack>"
}
give = [
"prison/group.prison_titlepack"
]
take = [
"some.random.permission"
]
}
Nope doesn't work I found this
rule3 {
if {
has-true="<group.default>"
}
take = [
"group.default"
]
give = [
"group.PokeNoob"
]
set-primary-group="PokeNoob"
}
}
(The areas where it says PokeNoob use to say member)
Groups are stored in lowercase. Try it with "group.pokenoob"
and set-primary-group:"pokenoob"