Permission Card - northwesttrees-gaming/CCTVCraft-Forge GitHub Wiki
Overview
![]() |
---|
See below for known changes to this item and older pages.
Many blocks such as cameras, monitors, and drones use permissions for controlling what people can or can't do.
Usage
Right-clicking on a supported block with the permission card will open the permission editor. The admin permission for that block must be empty or the player trying to use the card must have admin permission to open the interface. Players with a server permission level of 2 Can set permissions without being an admin for the block.
Text field
- The text field is where you type the player's display name.
- Make sure the name is typed exactly the same or the permissions will not work.
Remove Checkbox
- If the remove check box is checked the player display name will be removed from the list.
Admin Checkbox
- If the admin check box is checked then the player will be added or removed from the admin's list.
- If the admin check box is not checked then the player will be added or removed from the member's list.
? Button
This button will print out both lists of permission (members and admins) and their display names.
Enter Button
This button will apply the changes to the desired role.
Supported Blocks
Recipes
Crafting Recipe
Crafting Table | Column 1 | Column 2 | Column 3 |
---|---|---|---|
Row 1 | A | A | A |
Row 2 | C | B | B |
Row 3 | D |
ID | Name | Tag |
---|---|---|
A | Cyan Dye | forge:dyes/cyan |
B | Metal Plate | forge:plates/aluminum |
C | Copper Wire | cctvcraft:recipe/copper_wire |
D | Gold Nuget | cctvcraft:recipe/gold_nugget |
Recipe Group
Information | Value |
---|---|
Namespace | cctvcraft |
Recipe Group | permission_card |
Minecraft Tags
Type | Tag | Use |
---|---|---|
Item | cctvcraft:tools/permission_card | Recipe and general mechanics |
Block | cctvcraft:permission_card/blocks | Blocks that can be used on |
Forge NBT
- None
Changes
- 4.8.0
- Updated tags for some resources
- Updated some of the crafting recipes to use new tags
- 4.6.0
- Added Sound Block support
- 4.5.0
- Unknown