Tiny client and server pack for daxe's community modrinth.com/project/daxe

Make it possible to register Discord members without roles

+20 -16
+20 -16
config/autowhitelist.json5
··· 30 30 */ 31 31 "command_permission_level": 3, 32 32 // The whitelist entry settings, please refer to the documentation to set them up 33 - "entries": [ 34 - { 35 - "roles": [ 36 - "988523383094378496", 37 - "884221622465228830", 38 - "943712065040810044", 39 - "@hatchling", 40 - "838912594076237854", 41 - "987237168332304415", 42 - "1456488790846607360" 43 - ], 44 - "type": "autowhitelist:luckperms/group", 45 - "execute": { 46 - "group": "linked" 47 - } 48 - } 33 + "entries": [ 34 + { 35 + "roles": [ 36 + "988523383094378496", 37 + "884221622465228830", 38 + "943712065040810044", 39 + "@hatchling", 40 + "838912594076237854", 41 + "987237168332304415", 42 + "1456488790846607360" 43 + ], 44 + "type": "autowhitelist:luckperms/group", 45 + "execute": { 46 + "group": "linked" 47 + } 48 + }, 49 + { 50 + "roles": [], 51 + "type": "autowhitelist:whitelist" 52 + } 49 53 ] 50 54 }