@@ -17,8 +17,8 @@ whitelist management which is compatible with the [Floodgate](https://geysermc.o
1717
1818- ** Server-to-Server Send (` /send ` )** : Send individual players from one server to another.
1919- ** Bulk Server-to-Server Send (` /sendall ` )** : Send all players from a specified server to another.
20- - ** Player Kick (` /kick ` )** : Allows admins to kick specified players with an optional reason.
21- - ** Bulk Kick (` /kickall ` )** : Allows admins to kick all players from a specified server with an optional reason.
20+ - ** Player Kick (` /kick ` )** : Kick specified players with an optional reason.
21+ - ** Bulk Kick (` /kickall ` )** : Kick all players from a specified server with an optional reason.
2222- ** Whitelist Management (` /avmwl ` )** : Add players to the whitelist using UUIDs or usernames, and compatible with
2323 [ Floodgate] ( https://geysermc.org/wiki/floodgate/ )
2424- ** Custom Broadcasts** : Customize messages for player joins, leaves, and server switches.
@@ -38,6 +38,24 @@ whitelist management which is compatible with the [Floodgate](https://geysermc.o
3838- ** Player Kick** : Use the ` /kick <player> [reason] ` command.
3939- ** Bulk Kick** : Use the ` /kickall <server> [reason] ` command to kick all players from a specified server.
4040
41+ ### Permissions
42+
43+ - ` avm.command.info ` - Show plugin info
44+ - ` avm.command.reload ` - Give up data in memory, and reload config, language and whitelist from file
45+ - ` avm.command.confirm ` - Confirm an action
46+ - ` avm.command.kick ` - Kick specified players
47+ - ` avm.command.send ` - Send individual players from one server to another
48+ - ` avm.command.sendall ` - Send all players from a specified server to another
49+ - ` avm.command.kickall ` - Kick all players from a specified server
50+ - ` avm.command.whitelist.list ` - Show whitelist
51+ - ` avm.command.whitelist.add ` - Add a player to whitelist by username or UUID
52+ - ` avm.command.whitelist.remove ` - Remove a player from whitelist
53+ - ` avm.command.whitelist.clear ` - Clear the whitelist
54+ - ` avm.command.whitelist.find ` - Find player(s) in whitelist by keywords
55+ - ` avm.command.whitelist.on ` - Turn on the whitelist
56+ - ` avm.command.whitelist.off ` - Turn off the whitelist
57+ - ` avm.command.whitelist.status ` - Show whitelist status
58+
4159## Configuration File
4260
4361The ` config.yml ` file allows you to customize various aspects of the plugin, including server mapping, broadcast
0 commit comments