Skip to content

groups.yml

Jacob edited this page Sep 8, 2019 · 1 revision
##################################################################
#                                                                #
#         Here you can configure unique groups that will         #
#              each have access to a different menu              #
#                                                                #
# Groups are ordered by their weight, lower weights will be      #
# checked first                                                  #
#                                                                #
# Example:                                                       #
# default:                                                       #
#   default-menu: particles.yml                                  #
#   weight: 0                                                    #
# member:                                                        #
#   default-menu: members.yml                                    #
#   weight: 5                                                    $
# vip:                                                           #
#   default-menu: vip.yml                                        #
#   weight: 10                                                   #
#                                                                #
# Permissions for groups follow this format:                     #
# - particlehats.group.<group name.                              #
#                                                                #
##################################################################
#
default:
  default-menu: particles.yml
  weight: 0
Clone this wiki locally