u/SammyBoy_136

Worldguard configuration - specific flags

Paper 1.21.11

I am running an event in which players will be fighting inside of a very lovely detailed build and I do not want them to be able to destroy any part of it. The issue I am running into is that I cant find out what flags to use in world guard because I need them to still be able to place and pickup water buckets, and destroy cobwebs and one or two other random combat related blocks.

Is there a way to configure worldguard this deeply? Im not sure if theres a flag im missing or a plugin that might add flags that would help.

reddit.com
u/SammyBoy_136 — 3 days ago

Configuring JSON for texture change when lore is present

Hello, just need help configuring my json file to properly match the lore of my item so that when the lore is exactly as shown in the image, it will load the correct texture.

Below is my json, ignore everything except the CHESTPLATE_LAVA bit, thats what im focused on. Im wondering if my "component" is correct and then after that, how to properly put the lore into the "when" section under "cases"

EDIT: looks like reddit screwed up the json showing properly, its formatted correctly in the actual file just not on here

{

`"model": {`

	`"type": "select",`

	`"property": "component",`

	`"component": "lore",`

	`"fallback": {`

		`"type": "model",`

		`"model": "minecraft:item/netherite_chestplate"`

	`},`

	`"cases": [`

		`{`

"when": "Infernal heat brings blood to boil.",

"model": {

"type": "model",

"model": "armoritems:item/CHESTPLATE_LAVA"

}

		`},`

		`{`

"when": "Sculk Chestplate",

"model": {

"type": "model",

"model": "armoritems:item/CHESTPLATE_SCULK"

}

		`},`

		`{`

"when": "End Chestplate",

"model": {

"type": "model",

"model": "armoritems:item/CHESTPLATE_END"

}

		`}`

	`]`



`}`

}

u/SammyBoy_136 — 8 days ago

Paper plugins that allow you to request/require certain fabric mods to join the server?

I have some custom resource packs that require the use of CIT Resewn for them to work. Im going to "ask" people to use the mod anyways because its basically required for them to use the plugins that the resource pack is for, however if there are any plugins out there that ask/warn/require players about having a certain mod on then that would be great.

This is for 1.21.11

And yes I know about the sign translation plugins, but thats for allowing the server to read the client, nothing to do with my problem unfortunately.

reddit.com
u/SammyBoy_136 — 8 days ago

CIT Help - Json files for textures and models for in hand items

Hello, I have a seemingly very niche problem I cant find an answer for. Prefacing with Java edition 1.21.11

I am currently creating a resource pack that uses CIT to allow renamed items to show different models and textures for some armor for a custom plugin im developing.

I have the armor models on the player working perfectly fine, but the item models in hand and in the inventory are not working. Below I have linked a drive file with the resource pack.

Intentionally omitted is the pack icon in case anybody is going to mention it.

https://drive.google.com/drive/folders/1Y3YwcL6UnVVJF4yJyLlcGC2pSMU_Dj3I?usp=sharing

(No I did not steal this, yes I am not "Jebu_Jane" they are my artist and I am simply organizing the pack)

reddit.com
u/SammyBoy_136 — 9 days ago