1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +00:00
CC-Tweaked/projects/common/src/main/java/dan200/computercraft
Jonathan Coates b3738a7a63
Use permission APIs for the /computercraft command
- Add a generic PermissionRegistry interface. This behaves similarly to
   our ShaderMod interface, searching all providers until it finds a
   compatible one.

   We could just make this part of the platform code instead, but this
   allows us to support multiple systems on Fabric, where things are
   less standardised.

   This interface behaves like a registry, rather than a straight
   `getPermission(node, player)` method, as Forge requires us to list
   our nodes up-front.

 - Add Forge (using the built-in system) and Fabric (using
   fabric-permissions-api) implementations of the above interface.

 - Register permission nodes for our commands, and use those
   instead. This does mean that the permissions check for the root
   /computercraft command now requires enumerating all child
   commands (and so potential does 7 permission lookups), but hopefully
   this isn't too bad in practice.

 - Remove UserLevel.OWNER - we never used this anywhere, and I can't
   imagine we'll want to in the future.
2023-08-27 12:22:40 +01:00
..
annotations License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00
data Re-run datagen 2023-07-23 22:22:48 +01:00
impl Allow disabling generic methods 2023-07-09 19:59:08 +01:00
mixin Update to latest Fabric 2023-05-04 18:50:00 +01:00
shared Use permission APIs for the /computercraft command 2023-08-27 12:22:40 +01:00
package-info.java License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00