i would like to give different groups, a different ammount of storage slots.
i tested a little bit with the sourcedcode and i think its not that hard to implement.
also because it seems that also official servers have this feature.
for example
{
id: 1 /* group 1 is the default group for every new account */
name: "Player"
level: 0
inherit: ( /*empty list*/ )
commands: {
/* no commands by default */
}
permissions: {
/* without this basic permissions regular players could not
trade or party */
can_trade: true
can_party: true
view_equipment: true
storage: 900
}
}
this feature would be very nice
i tested a little bit with the sourcedcode and i think its not that hard to implement.
also because it seems that also official servers have this feature.
for example
{
id: 1 /* group 1 is the default group for every new account */
name: "Player"
level: 0
inherit: ( /*empty list*/ )
commands: {
/* no commands by default */
}
permissions: {
/* without this basic permissions regular players could not
trade or party */
can_trade: true
can_party: true
view_equipment: true
storage: 900
}
}
this feature would be very nice
Last edited by a moderator: