config: import pack config files

This commit is contained in:
Ophestra 2025-06-23 05:08:29 +09:00
parent b76c650efe
commit 348be6b09f
Signed by: ophestra
SSH key fingerprint: SHA256:57+oNEzV2U/aq2eDPdDtPiJjVykuXMYYJMkcAo8QdRw
128 changed files with 13500 additions and 1 deletions

View file

@ -0,0 +1,321 @@
{
"_comment": "Before changing anything, see https://github.com/Patbox/UniversalGraves#configuration",
"config_version": 4,
"protection": {
"non_owner_protection_time": 900,
"self_destruction_time": -1,
"drop_items_on_expiration": true,
"attackers_bypass_protection": false,
"use_real_time": false
},
"interactions": {
"unlocking_cost": {
"type": "free",
"count": 0
},
"give_death_compass": true,
"enable_use_death_compass_to_open_gui": true,
"enable_click_to_open_gui": true,
"shift_and_use_quick_pickup": true,
"break_quick_pickup": true,
"allow_remote_protection_removal": true,
"allow_remote_breaking": true,
"allow_remote_unlocking": false
},
"storage": {
"experience_type": "percent_points",
"experience_percent:setting_value": 100.0,
"can_store_only_xp": false,
"alternative_experience_entity": false,
"blocked_enchantments": []
},
"placement": {
"player_grave_limit": -1,
"replace_any_block": false,
"max_distance_from_source_location": 8,
"shift_location_on_failure": true,
"max_shift_tries": 5,
"max_shift_distance": 40,
"generate_on_top_of_fluids": false,
"generate_on_ground": false,
"create_gravestone_after_emptying": false,
"restore_replaced_block_after_player_breaking": true,
"move_inside_world_border": true,
"actively_move_inside_world_border": false,
"cancel_creation_for_damage_types": {},
"cancel_creation_for_ignored_attacker_types": {},
"blocking_predicates": [],
"block_in_protected_area": {},
"blacklisted_worlds": [],
"blacklisted_areas": {},
"creation_default_failure_text": "<red><lang:'text.graves.creation_failed':'<gold>${position}':'<yellow>${world}'>",
"creation_claim_failure_text": "<red><lang:'text.graves.creation_failed_claim':'<gold>${position}':'<yellow>${world}'>"
},
"teleportation": {
"cost": {
"type": "creative",
"count": 1
},
"required_time": 5,
"y_offset": 1.0,
"invincibility_time": 2,
"allow_movement_while_waiting": false,
"text": {
"timer": "<lang:'text.graves.teleport.teleport_timer':'${time}'>",
"timer_allow_moving": "<lang:'text.graves.teleport.teleport_timer_moving':'${time}'>",
"location": "<lang:'text.graves.teleport.teleport_location':'${position}'>",
"canceled": "<red><lang:'text.graves.teleport.teleport_cancelled'>"
}
},
"model": {
"default": "default",
"alternative": [],
"hide_f3_debug_lines": true,
"gravestone_item_base": "minecraft:skeleton_skull"
},
"ui": {
"title": "<lang:'text.graves.players_grave':'${player}'>",
"admin_title": "<lang:'text.graves.admin_graves'>",
"list_grave_icon": {
"base": {
"icon": "minecraft:chest",
"text": [
"${position} <gray>(${world})",
"<yellow>${death_cause}",
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
"<blue><lang:'text.graves.protected_time':'<white>${protection_time}'>",
"<red><lang:'text.graves.break_time':'<white>${break_time}'>"
]
},
"alt": {
"icon": "minecraft:trapped_chest",
"text": [
"${position} <gray>(${world})",
"<yellow>${death_cause}",
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
"<blue><lang:'text.graves.not_protected'>",
"<red><lang:'text.graves.break_time':'<white>${break_time}'>"
]
}
},
"admin_list_grave_icon": {
"base": {
"icon": "minecraft:chest",
"text": [
"<dark_gray>[<white>${player}</>]</> ${position} <gray>(${world})",
"<yellow>${death_cause}",
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
"<blue><lang:'text.graves.protected_time':'<white>${protection_time}'>",
"<red><lang:'text.graves.break_time':'<white>${break_time}'>"
]
},
"alt": {
"icon": "minecraft:trapped_chest",
"text": [
"<dark_gray>[<white>${player}</>]</> ${position} <gray>(${world})",
"<yellow>${death_cause}",
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
"<blue><lang:'text.graves.not_protected'>",
"<red><lang:'text.graves.break_time':'<white>${break_time}'>"
]
}
},
"grave_info": {
"base": {
"icon": "minecraft:oak_sign",
"text": [
"${position} <gray>(${world})",
"<yellow>${death_cause}",
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
"<blue><lang:'text.graves.protected_time':'<white>${protection_time}'>",
"<red><lang:'text.graves.break_time':'<white>${break_time}'>"
]
},
"alt": {
"icon": "minecraft:oak_sign",
"text": [
"${position} <gray>(${world})",
"<yellow>${death_cause}",
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
"<blue><lang:'text.graves.not_protected'>",
"<red><lang:'text.graves.break_time':'<white>${break_time}'>"
]
}
},
"unlock_grave": {
"base": {
"icon": "minecraft:gold_ingot",
"text": [
"<#ffd257><lang:'text.graves.gui.unlock_grave'>",
"<white><lang:'text.graves.gui.cost'> <#cfcfcf>${cost}"
]
},
"alt": {
"icon": "minecraft:gold_ingot",
"text": [
"<dark_gray><lang:'text.graves.gui.unlock_grave'>",
"<white><lang:'text.graves.gui.cost'> <#cfcfcf>${cost} <gray>(<red><lang:'text.graves.gui.cost.not_enough'></red>)"
]
}
},
"previous_button": {
"base": {
"icon": {
"id": "universal_graves:icon",
"count": 1,
"components": {
"universal_graves:texture": "previous_page"
}
},
"text": "<lang:'text.graves.gui.previous_page'>"
},
"alt": {
"icon": {
"id": "universal_graves:icon",
"count": 1,
"components": {
"universal_graves:texture": "previous_page_blocked"
}
},
"text": "<dark_gray><lang:'text.graves.gui.previous_page'>"
}
},
"next_button": {
"base": {
"icon": {
"id": "universal_graves:icon",
"count": 1,
"components": {
"universal_graves:texture": "next_page"
}
},
"text": "<lang:'text.graves.gui.next_page'>"
},
"alt": {
"icon": {
"id": "universal_graves:icon",
"count": 1,
"components": {
"universal_graves:texture": "next_page_blocked"
}
},
"text": "<dark_gray><lang:'text.graves.gui.next_page'>"
}
},
"remove_protection_button": {
"base": {
"icon": {
"id": "universal_graves:icon",
"count": 1,
"components": {
"universal_graves:texture": "remove_protection"
}
},
"text": "<red><lang:'text.graves.gui.remove_protection'>"
},
"alt": {
"icon": {
"id": "universal_graves:icon",
"count": 1,
"components": {
"universal_graves:texture": "remove_protection"
}
},
"text": [
"<red><lang:'text.graves.gui.remove_protection'>",
"<dark_red><bold><lang:'text.graves.gui.cant_reverse'>",
"",
"<white><lang:'text.graves.gui.click_to_confirm'>"
]
}
},
"break_grave_button": {
"base": {
"icon": {
"id": "universal_graves:icon",
"count": 1,
"components": {
"universal_graves:texture": "break_grave"
}
},
"text": "<red><lang:'text.graves.gui.break_grave'>"
},
"alt": {
"icon": {
"id": "universal_graves:icon",
"count": 1,
"components": {
"universal_graves:texture": "break_grave"
}
},
"text": [
"<red><lang:'text.graves.gui.break_grave'>",
"<dark_red><bold><lang:'text.graves.gui.cant_reverse'>",
"",
"<white><lang:'text.graves.gui.click_to_confirm'>"
]
}
},
"quick_pickup_button": {
"icon": {
"id": "universal_graves:icon",
"count": 1,
"components": {
"universal_graves:texture": "quick_pickup"
}
},
"text": "<red><lang:'text.graves.gui.quick_pickup'>"
},
"fetch_button": {
"base": {
"icon": "minecraft:lead",
"text": "<yellow><lang:'text.graves.gui.fetch'>"
},
"alt": {
"icon": "minecraft:lead",
"text": "<yellow><lang:'text.graves.gui.fetch'>"
}
},
"teleport_button": {
"base": {
"icon": "minecraft:ender_pearl",
"text": [
"<#a52dfa><lang:'text.graves.gui.teleport'>",
"<white><lang:'text.graves.gui.cost'> <#cfcfcf>${cost}"
]
},
"alt": {
"icon": "minecraft:ender_pearl",
"text": [
"<dark_gray><lang:'text.graves.gui.teleport'>",
"<white><lang:'text.graves.gui.cost'> <#cfcfcf>${cost} <gray>(<red><lang:'text.graves.gui.cost.not_enough'></red>)"
]
}
},
"back_button": {
"icon": "minecraft:structure_void",
"text": "<red><lang:'text.graves.gui.quick_pickup'>"
},
"bar": {
"icon": "minecraft:white_stained_glass_pane",
"text": ""
}
},
"text": {
"grave_created": "<white><lang:'text.graves.created_at':'<yellow>${position}':'<gray>${world}':'<red>${break_time}'>",
"protection_ended": "<red><lang:'text.graves.no_longer_protected':'<gold>${position}':'<white>${world}':'<yellow>${item_count}'>",
"grave_expired": "<red><lang:'text.graves.expired':'<gold>${position}':'<white>${world}':'<yellow>${item_count}'>",
"grave_broken": "<gray><lang:'text.graves.somebody_broke':'<white>${position}':'<white>${world}':'<white>${item_count}'>",
"grave_access_payment_no_access": "<red><lang:'text.graves.grave_unlock_payment.no_access'>",
"grave_payment_accepted": "<white><lang:'text.graves.grave_unlock_payment.accepted'>",
"grave_payment_failed": "<red><lang:'text.graves.grave_unlock_payment.failed':'<yellow>${cost}'>",
"years_suffix": "y",
"days_suffix": "d",
"hours_suffix": "h",
"minutes_suffix": "m",
"seconds_suffix": "s",
"infinity": "∞",
"date_format": "dd.MM.yyyy, HH:mm",
"world_names": {}
}
}

View file

@ -0,0 +1,361 @@
{
"format": 0,
"tick_time": 20,
"elements": [
{
"type": "ENTITY",
"entity_type": "minecraft:skeleton",
"entity_pose": "SLEEPING",
"tags": [
"graves:equipment/boots",
"graves:equipment/chestplate",
"graves:equipment/offhand_hand",
"graves:player_head",
"graves:equipment/main_hand",
"graves:if_unprotected",
"graves:equipment/helmet",
"graves:equipment/leggings"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.9,
-0.51,
0.0
]
},
{
"type": "ENTITY",
"entity_type": "minecraft:player",
"entity_pose": "SLEEPING",
"tags": [
"graves:equipment/boots",
"graves:if_protected",
"graves:equipment/chestplate",
"graves:equipment/offhand_hand",
"graves:player_head",
"graves:equipment/main_hand",
"graves:equipment/helmet",
"graves:equipment/leggings"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.9,
-0.51,
0.0
]
},
{
"type": "ITEM",
"display_item": {
"id": "universal_graves:icon",
"count": 1,
"components": {
"universal_graves:texture": "remove_protection"
}
},
"item_model_transformation": "FIXED",
"transformation": {
"translation": [
0.0,
-0.42,
0.0
],
"left_rotation": [
-0.35355335,
0.6123724,
0.35355335,
0.6123724
],
"scale": [
0.34999996,
0.34999996,
0.34999996
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "fixed",
"view_range": 1.0,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:payment_required"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"<yellow>${cost}"
],
"text_width": -1,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
-0.29,
0.0
],
"left_rotation": [
-0.35355335,
0.6123724,
0.35355335,
0.6123724
],
"scale": [
0.34999996,
0.34999996,
0.34999996
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "fixed",
"view_range": 1.0,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:payment_required"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
"<yellow>${death_cause}",
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
{
"text": "<blue><lang:'text.graves.protected_time':'<white>${protection_time}'><r>",
"tags": [
"graves:if_protected",
"graves:has_protection_timer"
]
},
{
"text": "<red><lang:'text.graves.break_time':'<white>${break_time}'>",
"tags": [
"graves:has_breaking_timer"
]
}
],
"text_width": 9999,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
0.1,
0.0
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.6,
0.6,
0.6
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"brightness": {
"block": 15,
"sky": 15
},
"view_range": 0.5,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_not_visual"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"${text_1}",
"${text_2}",
"${text_3}",
"${text_4}"
],
"text_width": 9999,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
0.1,
0.0
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.6,
0.6,
0.6
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"brightness": {
"block": 15,
"sky": 15
},
"view_range": 0.5,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_player_made",
"graves:if_visual"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
"<yellow>${death_cause}"
],
"text_width": 9999,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
0.1,
0.0
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.6,
0.6,
0.6
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"brightness": {
"block": 15,
"sky": 15
},
"view_range": 0.5,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_visual",
"graves:if_not_player_made"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
}
]
}

View file

@ -0,0 +1,361 @@
{
"format": 0,
"tick_time": 20,
"elements": [
{
"type": "ENTITY",
"entity_type": "minecraft:skeleton",
"entity_pose": "SLEEPING",
"tags": [
"graves:equipment/boots",
"graves:equipment/chestplate",
"graves:equipment/offhand_hand",
"graves:player_head",
"graves:equipment/main_hand",
"graves:if_unprotected",
"graves:equipment/helmet",
"graves:equipment/leggings"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.9,
-0.51,
0.0
]
},
{
"type": "ENTITY",
"entity_type": "minecraft:zombie",
"entity_pose": "SLEEPING",
"tags": [
"graves:equipment/boots",
"graves:if_protected",
"graves:equipment/chestplate",
"graves:equipment/offhand_hand",
"graves:player_head",
"graves:equipment/main_hand",
"graves:equipment/helmet",
"graves:equipment/leggings"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.9,
-0.51,
0.0
]
},
{
"type": "ITEM",
"display_item": {
"id": "universal_graves:icon",
"count": 1,
"components": {
"universal_graves:texture": "remove_protection"
}
},
"item_model_transformation": "FIXED",
"transformation": {
"translation": [
0.0,
-0.42,
0.0
],
"left_rotation": [
-0.35355335,
0.6123724,
0.35355335,
0.6123724
],
"scale": [
0.34999996,
0.34999996,
0.34999996
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "fixed",
"view_range": 1.0,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:payment_required"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"<yellow>${cost}"
],
"text_width": -1,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
-0.29,
0.0
],
"left_rotation": [
-0.35355335,
0.6123724,
0.35355335,
0.6123724
],
"scale": [
0.34999996,
0.34999996,
0.34999996
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "fixed",
"view_range": 1.0,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:payment_required"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
"<yellow>${death_cause}",
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
{
"text": "<blue><lang:'text.graves.protected_time':'<white>${protection_time}'><r>",
"tags": [
"graves:if_protected",
"graves:has_protection_timer"
]
},
{
"text": "<red><lang:'text.graves.break_time':'<white>${break_time}'>",
"tags": [
"graves:has_breaking_timer"
]
}
],
"text_width": 9999,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
0.15,
0.0
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.6,
0.6,
0.6
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"brightness": {
"block": 15,
"sky": 15
},
"view_range": 0.5,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_not_visual"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"${text_1}",
"${text_2}",
"${text_3}",
"${text_4}"
],
"text_width": 9999,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
0.15,
0.0
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.6,
0.6,
0.6
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"brightness": {
"block": 15,
"sky": 15
},
"view_range": 0.5,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_player_made",
"graves:if_visual"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
"<yellow>${death_cause}"
],
"text_width": 9999,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
0.15,
0.0
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.6,
0.6,
0.6
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"brightness": {
"block": 15,
"sky": 15
},
"view_range": 0.5,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_visual",
"graves:if_not_player_made"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
}
]
}

View file

@ -0,0 +1,508 @@
{
"format": 0,
"tick_time": 20,
"elements": [
{
"type": "ITEM",
"item_model_transformation": "FIXED",
"transformation": {
"translation": [
0.4,
-0.495,
-0.2
],
"left_rotation": [
0.67437965,
-0.15304601,
0.21263118,
0.69034547
],
"scale": [
0.5,
0.49999997,
0.49999997
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "fixed",
"view_range": 1.0,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:item"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "ITEM",
"item_model_transformation": "FIXED",
"transformation": {
"translation": [
-0.35,
-0.43,
-0.05
],
"left_rotation": [
0.7575899,
-0.30307037,
-0.57702374,
0.035348564
],
"scale": [
0.5,
0.50000006,
0.5
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "fixed",
"view_range": 1.0,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:item"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "ITEM",
"display_item": "minecraft:player_head",
"item_model_transformation": "FIXED",
"transformation": {
"translation": [
0.0,
-0.35,
0.0
],
"left_rotation": [
-0.13048689,
-0.0032032724,
-0.024331277,
0.9911462
],
"scale": [
1.0,
0.9999999,
0.9999999
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "fixed",
"view_range": 1.0,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_protected",
"graves:player_head"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "ITEM",
"display_item": "minecraft:skeleton_skull",
"item_model_transformation": "FIXED",
"transformation": {
"translation": [
0.0,
-0.35,
0.0
],
"left_rotation": [
-0.1304869,
-0.0032032728,
-0.024331281,
0.9911463
],
"scale": [
1.0,
0.9999999,
0.9999999
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "fixed",
"view_range": 1.0,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_unprotected"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "ITEM",
"display_item": {
"id": "universal_graves:icon",
"count": 1,
"components": {
"universal_graves:texture": "remove_protection"
}
},
"item_model_transformation": "FIXED",
"transformation": {
"translation": [
0.0,
-0.44,
0.42
],
"left_rotation": [
-0.50000006,
0.0,
0.0,
0.8660254
],
"scale": [
0.35,
0.35000002,
0.35000002
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "fixed",
"view_range": 1.0,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:payment_required"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"<yellow>${cost}"
],
"text_width": -1,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
-0.31,
0.42
],
"left_rotation": [
-0.50000006,
0.0,
0.0,
0.8660254
],
"scale": [
0.35,
0.35000002,
0.35000002
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "fixed",
"view_range": 1.0,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:payment_required"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
"<yellow>${death_cause}",
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
{
"text": "<blue><lang:'text.graves.protected_time':'<white>${protection_time}'><r>",
"tags": [
"graves:if_protected",
"graves:has_protection_timer"
]
},
{
"text": "<red><lang:'text.graves.break_time':'<white>${break_time}'>",
"tags": [
"graves:has_breaking_timer"
]
}
],
"text_width": 9999,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
0.1,
0.0
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.6,
0.6,
0.6
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"brightness": {
"block": 15,
"sky": 15
},
"view_range": 0.5,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_not_visual"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"${text_1}",
"${text_2}",
"${text_3}",
"${text_4}"
],
"text_width": 9999,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
0.1,
0.0
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.6,
0.6,
0.6
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"brightness": {
"block": 15,
"sky": 15
},
"view_range": 0.5,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_player_made",
"graves:if_visual"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
"<yellow>${death_cause}"
],
"text_width": 9999,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
0.1,
0.0
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.6,
0.6,
0.6
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"brightness": {
"block": 15,
"sky": 15
},
"view_range": 0.5,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_visual",
"graves:if_not_player_made"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
}
]
}

View file

@ -0,0 +1,508 @@
{
"format": 0,
"tick_time": 20,
"elements": [
{
"type": "ITEM",
"item_model_transformation": "FIXED",
"transformation": {
"translation": [
0.4,
-0.495,
-0.2
],
"left_rotation": [
0.67437965,
-0.15304601,
0.21263118,
0.69034547
],
"scale": [
0.5,
0.49999997,
0.49999997
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "fixed",
"view_range": 1.0,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:item"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "ITEM",
"item_model_transformation": "FIXED",
"transformation": {
"translation": [
-0.35,
-0.43,
-0.05
],
"left_rotation": [
0.7575899,
-0.30307037,
-0.57702374,
0.035348564
],
"scale": [
0.5,
0.50000006,
0.5
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "fixed",
"view_range": 1.0,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:item"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "ITEM",
"display_item": "minecraft:player_head",
"item_model_transformation": "FIXED",
"transformation": {
"translation": [
0.0,
-0.35,
0.0
],
"left_rotation": [
-0.13048689,
-0.0032032724,
-0.024331277,
0.9911462
],
"scale": [
1.0,
0.9999999,
0.9999999
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "fixed",
"view_range": 1.0,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_protected",
"graves:player_head"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "ITEM",
"display_item": "minecraft:skeleton_skull",
"item_model_transformation": "FIXED",
"transformation": {
"translation": [
0.0,
-0.35,
0.0
],
"left_rotation": [
-0.1304869,
-0.0032032728,
-0.024331281,
0.9911463
],
"scale": [
1.0,
0.9999999,
0.9999999
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "fixed",
"view_range": 1.0,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_unprotected"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "ITEM",
"display_item": {
"id": "universal_graves:icon",
"count": 1,
"components": {
"universal_graves:texture": "remove_protection"
}
},
"item_model_transformation": "FIXED",
"transformation": {
"translation": [
0.0,
-0.44,
0.42
],
"left_rotation": [
-0.50000006,
0.0,
0.0,
0.8660254
],
"scale": [
0.35,
0.35000002,
0.35000002
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "fixed",
"view_range": 1.0,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:payment_required"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"<yellow>${cost}"
],
"text_width": -1,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
-0.31,
0.42
],
"left_rotation": [
-0.50000006,
0.0,
0.0,
0.8660254
],
"scale": [
0.35,
0.35000002,
0.35000002
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "fixed",
"view_range": 1.0,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:payment_required"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
"<yellow>${death_cause}",
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
{
"text": "<blue><lang:'text.graves.protected_time':'<white>${protection_time}'><r>",
"tags": [
"graves:if_protected",
"graves:has_protection_timer"
]
},
{
"text": "<red><lang:'text.graves.break_time':'<white>${break_time}'>",
"tags": [
"graves:has_breaking_timer"
]
}
],
"text_width": 9999,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
0.1,
0.0
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.6,
0.6,
0.6
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"brightness": {
"block": 15,
"sky": 15
},
"view_range": 0.5,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_not_visual"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"${text_1}",
"${text_2}",
"${text_3}",
"${text_4}"
],
"text_width": 9999,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
0.1,
0.0
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.6,
0.6,
0.6
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"brightness": {
"block": 15,
"sky": 15
},
"view_range": 0.5,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_player_made",
"graves:if_visual"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
"<yellow>${death_cause}"
],
"text_width": 9999,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
0.1,
0.0
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.6,
0.6,
0.6
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"brightness": {
"block": 15,
"sky": 15
},
"view_range": 0.5,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_visual",
"graves:if_not_player_made"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
}
]
}

View file

@ -0,0 +1,436 @@
{
"format": 0,
"tick_time": 20,
"elements": [
{
"type": "ITEM",
"display_item": "minecraft:player_head",
"item_model_transformation": "FIXED",
"transformation": {
"translation": [
0.0,
0.0,
0.0
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.8,
0.8,
0.8
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"view_range": 1.0,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_protected",
"graves:player_head"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "ITEM",
"display_item": "minecraft:skeleton_skull",
"item_model_transformation": "FIXED",
"transformation": {
"translation": [
0.0,
0.0,
0.0
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.8,
0.8,
0.8
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"view_range": 1.0,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_unprotected"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "PARTICLE",
"particle": {
"type": "minecraft:soul_fire_flame"
},
"wait_duration": 3,
"delta": {
"x": 0.2,
"y": 0.2,
"z": 0.2
},
"speed": 0.01,
"count": 2,
"tags": [],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "ITEM",
"display_item": {
"id": "universal_graves:icon",
"count": 1,
"components": {
"universal_graves:texture": "remove_protection"
}
},
"item_model_transformation": "FIXED",
"transformation": {
"translation": [
0.0,
-0.44,
0.3
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.35,
0.35,
0.1
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"view_range": 0.2,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:payment_required"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"<yellow>${cost}"
],
"text_width": -1,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
-0.31,
0.3
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.35,
0.35,
0.35
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"view_range": 0.2,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:payment_required"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
"<yellow>${death_cause}",
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
{
"text": "<blue><lang:'text.graves.protected_time':'<white>${protection_time}'><r>",
"tags": [
"graves:if_protected",
"graves:has_protection_timer"
]
},
{
"text": "<red><lang:'text.graves.break_time':'<white>${break_time}'>",
"tags": [
"graves:has_breaking_timer"
]
}
],
"text_width": 9999,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
0.25,
0.0
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.4,
0.4,
0.4
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"brightness": {
"block": 15,
"sky": 15
},
"view_range": 0.5,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_not_visual"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"${text_1}",
"${text_2}",
"${text_3}",
"${text_4}"
],
"text_width": 9999,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
0.25,
0.0
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.4,
0.4,
0.4
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"brightness": {
"block": 15,
"sky": 15
},
"view_range": 0.5,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_player_made",
"graves:if_visual"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
},
{
"type": "TEXT",
"text": [
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
"<yellow>${death_cause}"
],
"text_width": 9999,
"text_background": -1,
"text_opacity": -1,
"text_shadow": true,
"text_see_through": false,
"text_default_background": true,
"text_alignment": "center",
"transformation": {
"translation": [
0.0,
0.25,
0.0
],
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
0.4,
0.4,
0.4
],
"right_rotation": [
-0.0,
-0.0,
-0.0,
1.0
]
},
"billboard": "center",
"brightness": {
"block": 15,
"sky": 15
},
"view_range": 0.5,
"shadow_radius": 0.0,
"shadow_strength": 0.0,
"culling": [
2.0,
2.0
],
"glow_color": -1,
"tags": [
"graves:if_visual",
"graves:if_not_player_made"
],
"rotate_position": true,
"rotate_yaw": true,
"position": [
0.0,
0.0,
0.0
]
}
]
}