Back to Char

Reference

plugins/store2/permissions/autogenerated/reference.md

latest2.0 KB
Original Source

Default Permission

Default permissions for the plugin

This default permission set includes the following:

  • allow-save
  • allow-get-bool
  • allow-get-number
  • allow-get-str
  • allow-set-bool
  • allow-set-number
  • allow-set-str

Permission Table

<table> <tr> <th>Identifier</th> <th>Description</th> </tr> <tr> <td>

store2:allow-get-bool

</td> <td>

Enables the get_bool command without any pre-configured scope.

</td> </tr> <tr> <td>

store2:deny-get-bool

</td> <td>

Denies the get_bool command without any pre-configured scope.

</td> </tr> <tr> <td>

store2:allow-get-number

</td> <td>

Enables the get_number command without any pre-configured scope.

</td> </tr> <tr> <td>

store2:deny-get-number

</td> <td>

Denies the get_number command without any pre-configured scope.

</td> </tr> <tr> <td>

store2:allow-get-str

</td> <td>

Enables the get_str command without any pre-configured scope.

</td> </tr> <tr> <td>

store2:deny-get-str

</td> <td>

Denies the get_str command without any pre-configured scope.

</td> </tr> <tr> <td>

store2:allow-save

</td> <td>

Enables the save command without any pre-configured scope.

</td> </tr> <tr> <td>

store2:deny-save

</td> <td>

Denies the save command without any pre-configured scope.

</td> </tr> <tr> <td>

store2:allow-set-bool

</td> <td>

Enables the set_bool command without any pre-configured scope.

</td> </tr> <tr> <td>

store2:deny-set-bool

</td> <td>

Denies the set_bool command without any pre-configured scope.

</td> </tr> <tr> <td>

store2:allow-set-number

</td> <td>

Enables the set_number command without any pre-configured scope.

</td> </tr> <tr> <td>

store2:deny-set-number

</td> <td>

Denies the set_number command without any pre-configured scope.

</td> </tr> <tr> <td>

store2:allow-set-str

</td> <td>

Enables the set_str command without any pre-configured scope.

</td> </tr> <tr> <td>

store2:deny-set-str

</td> <td>

Denies the set_str command without any pre-configured scope.

</td> </tr> </table>