- Add EzShop + AuctionHouse plugin configs - ProAntiTab whitelist now includes /shop /ah /balance /msg etc - TAB groups.yml: customtabname=&7%player%, prefix/suffix no trailing space - TAB config.yml: yellow-number=&e%statistic_minutes_played% (with trailing space), header=racked.ru, footer=tps/ping/coords/etc - LP groups recreated to match OG: adventurer/settler/lord/baron/ viscount/earl/marquess/duke (prefix); dev/moderator/admin/owner (suffix). Owner inherits duke. s8n + YOU500 opped. - Login bug squashed via custom auth-limbo plugin (separate repo)
20 lines
No EOL
581 B
YAML
20 lines
No EOL
581 B
YAML
#Owner:
|
|
# tabprefix: "&0&l[&a&lOwner&0&l] &a"
|
|
# tagprefix: "&2&lOwner &a"
|
|
Player:
|
|
tabprefix: "&0&l[&7&lPlayer&0&l] &3"
|
|
tagprefix: "&2&lPlayer &3"
|
|
|
|
# default settings for all groups, all groups will take properties from this section unless player's primary group overrides a specific setting
|
|
_DEFAULT_:
|
|
tabprefix: "%luckperms-prefix%"
|
|
tagprefix: "%luckperms-prefix%"
|
|
customtabname: "&7%player%"
|
|
tabsuffix: "%luckperms-suffix%"
|
|
tagsuffix: "%luckperms-suffix%"
|
|
|
|
per-world:
|
|
world1:
|
|
Owner:
|
|
tabprefix: "&0&l[&a&lOwner&0&l] &a"
|
|
tagprefix: "&2&lOwner &a" |