Does nothing.
| Setting | Type | Description | Required | Fallback Value |
|---|---|---|---|---|
| slot | class_2960 | ID of the slot the accessory will be in. Can be one or many. Possible values: [palladium:hat, palladium:head, palladium:face, palladium:chest, palladium:back, palladium:main_arm, palladium:off_arm, palladium:main_hand, palladium:off_hand, palladium:right_leg, palladium:left_leg, palladium:special, pantheonsent:moon_knight_suit, foi1y_lantern_corps:djinnlanternmasks, foi1y_lantern_corps:bluelanternmasks, foi1y_lantern_corps:bluelantern, foi1y_lantern_corps:orangelanternmasks, foi1y_lantern_corps:redlantern, foi1y_lantern_corps:yellowlanternmasks, foi1y_lantern_corps:goldlanternmasks, foi1y_lantern_corps:goldlantern, foi1y_lantern_corps:christmashats, foi1y_lantern_corps:orangelantern, foi1y_lantern_corps:redlanternmasks, foi1y_lantern_corps:pinklanternmasks, fsang_rangers:rangers, foi1y_lantern_corps:greenlanternmasks, foi1y_lantern_corps:indigolanternmasks, foi1y_lantern_corps:pinklantern, foi1y_lantern_corps:coats, foi1y_lantern_corps:greenlantern, foi1y_lantern_corps:flightstyle, foi1y_lantern_corps:djinnlantern, foi1y_lantern_corps:yellowlantern, foi1y_lantern_corps:indigolantern] | true | / |
{"type":"palladium:dummy","slot":"palladium:head"}
Let's you use a render layer as an accessory
| Setting | Type | Description | Required | Fallback Value |
|---|---|---|---|---|
| render_layer | class_2960 | ID of the render layer that's being used | true | / |
| disable_rendering | Boolean | Disables the rendering of the accessory, in case you want to hook it up to a render_layer_from_accessory ability | false | false |
| slot | class_2960 | ID of the slot the accessory will be in. Can be one or many. Possible values: [palladium:hat, palladium:head, palladium:face, palladium:chest, palladium:back, palladium:main_arm, palladium:off_arm, palladium:main_hand, palladium:off_hand, palladium:right_leg, palladium:left_leg, palladium:special, pantheonsent:moon_knight_suit, foi1y_lantern_corps:djinnlanternmasks, foi1y_lantern_corps:bluelanternmasks, foi1y_lantern_corps:bluelantern, foi1y_lantern_corps:orangelanternmasks, foi1y_lantern_corps:redlantern, foi1y_lantern_corps:yellowlanternmasks, foi1y_lantern_corps:goldlanternmasks, foi1y_lantern_corps:goldlantern, foi1y_lantern_corps:christmashats, foi1y_lantern_corps:orangelantern, foi1y_lantern_corps:redlanternmasks, foi1y_lantern_corps:pinklanternmasks, fsang_rangers:rangers, foi1y_lantern_corps:greenlanternmasks, foi1y_lantern_corps:indigolanternmasks, foi1y_lantern_corps:pinklantern, foi1y_lantern_corps:coats, foi1y_lantern_corps:greenlantern, foi1y_lantern_corps:flightstyle, foi1y_lantern_corps:djinnlantern, foi1y_lantern_corps:yellowlantern, foi1y_lantern_corps:indigolantern] | true | / |
{"type":"palladium:render_layer","render_layer":"namespace:example_layer","disable_rendering":false,"slot":"palladium:head"}
Renders a texture skin-tight on the player
| Setting | Type | Description | Required | Fallback Value |
|---|---|---|---|---|
| texture | TextureReference | Texture of the overlay. Can be skin-typed by specifying 'normal' and 'slim' in a json object. | true | / |
| glowing | Boolean | Makes the overlay glow | false | false |
| only_render_for_slot | Boolean | If set to true, the texture will only render for the specified slot of the accessory. Example: The texture has a full player skin and the slot is set to 'head', only the head part of it will render. | false | false |
| hand_visibility_fix | Boolean | If 'only_render_for_slot' is set to true while the slot is for a hand but you want to have the accessory on the arm, set this to true. | false | false |
| slot | class_2960 | ID of the slot the accessory will be in. Can be one or many. Possible values: [palladium:hat, palladium:head, palladium:face, palladium:chest, palladium:back, palladium:main_arm, palladium:off_arm, palladium:main_hand, palladium:off_hand, palladium:right_leg, palladium:left_leg, palladium:special, pantheonsent:moon_knight_suit, foi1y_lantern_corps:djinnlanternmasks, foi1y_lantern_corps:bluelanternmasks, foi1y_lantern_corps:bluelantern, foi1y_lantern_corps:orangelanternmasks, foi1y_lantern_corps:redlantern, foi1y_lantern_corps:yellowlanternmasks, foi1y_lantern_corps:goldlanternmasks, foi1y_lantern_corps:goldlantern, foi1y_lantern_corps:christmashats, foi1y_lantern_corps:orangelantern, foi1y_lantern_corps:redlanternmasks, foi1y_lantern_corps:pinklanternmasks, fsang_rangers:rangers, foi1y_lantern_corps:greenlanternmasks, foi1y_lantern_corps:indigolanternmasks, foi1y_lantern_corps:pinklantern, foi1y_lantern_corps:coats, foi1y_lantern_corps:greenlantern, foi1y_lantern_corps:flightstyle, foi1y_lantern_corps:djinnlantern, foi1y_lantern_corps:yellowlantern, foi1y_lantern_corps:indigolantern] | true | / |
{"type":"palladium:overlay","texture":"example:textures/accessory/test.png","glowing":false,"only_render_for_slot":false,"hand_visibility_fix":false,"slot":"palladium:head"}
Renders a humanoid model layer on the player
| Setting | Type | Description | Required | Fallback Value |
|---|---|---|---|---|
| texture | TextureReference | Texture for the accessory. Can be skin-typed by specifying 'normal' and 'slim' in a json object. | true | / |
| model_layer | ModelLayerLocationUtil | Model layer for the accessory. Can be skin-typed by specifying 'normal' and 'slim' in a json object. | true | / |
| glowing | Boolean | Makes the overlay glow | false | false |
| only_render_for_slot | Boolean | If set to true, the texture will only render for the specified slot of the accessory. Example: The texture has a full player skin and the slot is set to 'head', only the head part of it will render. | false | false |
| hand_visibility_fix | Boolean | If 'only_render_for_slot' is set to true while the slot is for a hand but you want to have the accessory on the arm, set this to true. | false | false |
| slot | class_2960 | ID of the slot the accessory will be in. Can be one or many. Possible values: [palladium:hat, palladium:head, palladium:face, palladium:chest, palladium:back, palladium:main_arm, palladium:off_arm, palladium:main_hand, palladium:off_hand, palladium:right_leg, palladium:left_leg, palladium:special, pantheonsent:moon_knight_suit, foi1y_lantern_corps:djinnlanternmasks, foi1y_lantern_corps:bluelanternmasks, foi1y_lantern_corps:bluelantern, foi1y_lantern_corps:orangelanternmasks, foi1y_lantern_corps:redlantern, foi1y_lantern_corps:yellowlanternmasks, foi1y_lantern_corps:goldlanternmasks, foi1y_lantern_corps:goldlantern, foi1y_lantern_corps:christmashats, foi1y_lantern_corps:orangelantern, foi1y_lantern_corps:redlanternmasks, foi1y_lantern_corps:pinklanternmasks, fsang_rangers:rangers, foi1y_lantern_corps:greenlanternmasks, foi1y_lantern_corps:indigolanternmasks, foi1y_lantern_corps:pinklantern, foi1y_lantern_corps:coats, foi1y_lantern_corps:greenlantern, foi1y_lantern_corps:flightstyle, foi1y_lantern_corps:djinnlantern, foi1y_lantern_corps:yellowlantern, foi1y_lantern_corps:indigolantern] | true | / |
{"type":"palladium:humanoid_model_layer","texture":"example:textures/accessory/test.png","model_layer":"example:textures/accessory/test.png","glowing":false,"only_render_for_slot":false,"hand_visibility_fix":false,"slot":"palladium:head"}