@@ -13,43 +13,43 @@ All commands use the `/nac` base command.
1313### /nac help
1414
1515** Description:** Lists all available commands.
16- ** Permission:** ` nac .help`
16+ ** Permission:** ` wac .help`
1717** Usage:** ` /nac help `
1818
1919## Whitelist Commands
2020
2121### /nac allow \< playerName\>
2222
2323** Description:** Adds a player to the nether access whitelist, allowing them to create and use nether portals.
24- ** Permission:** ` nac .allow`
24+ ** Permission:** ` wac .allow`
2525** Usage:** ` /nac allow <playerName> `
2626** Example:** ` /nac allow Steve `
2727
2828### /nac deny \< playerName\>
2929
3030** Description:** Removes a player from the nether access whitelist, preventing them from creating and using nether portals.
31- ** Permission:** ` nac .deny`
31+ ** Permission:** ` wac .deny`
3232** Usage:** ` /nac deny <playerName> `
3333** Example:** ` /nac deny Steve `
3434
3535### /nac list
3636
3737** Description:** Displays all players currently on the nether access whitelist.
38- ** Permission:** ` nac .list`
38+ ** Permission:** ` wac .list`
3939** Usage:** ` /nac list `
4040
4141## Configuration Commands
4242
4343### /nac config show
4444
4545** Description:** Displays all current configuration settings and their values.
46- ** Permission:** ` nac .config`
46+ ** Permission:** ` wac .config`
4747** Usage:** ` /nac config show `
4848
4949### /nac config set \< option\> \< value\>
5050
5151** Description:** Sets a configuration option to the specified value. Use single quotes around values that contain spaces.
52- ** Permission:** ` nac .config`
52+ ** Permission:** ` wac .config`
5353** Usage:** ` /nac config set <option> <value> `
5454** Example:** ` /nac config set preventPortalUsage true `
5555** Example:** ` /nac config set denyUsageMessage 'You cannot enter the nether.' `
0 commit comments