forked from Pumpkin-MC/Pumpkin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgame_rules.json
More file actions
61 lines (61 loc) · 1.77 KB
/
Copy pathgame_rules.json
File metadata and controls
61 lines (61 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"advance_time": true,
"advance_weather": true,
"allow_entering_nether_using_portals": true,
"block_drops": true,
"block_explosion_drop_decay": true,
"command_blocks_work": true,
"command_block_output": true,
"drowning_damage": true,
"elytra_movement_check": true,
"ender_pearls_vanish_on_death": true,
"entity_drops": true,
"fall_damage": true,
"fire_damage": true,
"fire_spread_radius_around_player": 128,
"forgive_dead_players": true,
"freeze_damage": true,
"global_sound_events": true,
"immediate_respawn": false,
"keep_inventory": false,
"lava_source_conversion": false,
"limited_crafting": false,
"locator_bar": true,
"log_admin_commands": true,
"max_block_modifications": 32768,
"max_command_forks": 65536,
"max_command_sequence_length": 65536,
"max_entity_cramming": 24,
"max_minecart_speed": 8,
"max_snow_accumulation_height": 1,
"mob_drops": true,
"mob_explosion_drop_decay": true,
"mob_griefing": true,
"natural_health_regeneration": true,
"player_movement_check": true,
"players_nether_portal_creative_delay": 0,
"players_nether_portal_default_delay": 80,
"players_sleeping_percentage": 100,
"projectiles_can_break_blocks": true,
"pvp": true,
"raids": true,
"random_tick_speed": 3,
"reduced_debug_info": false,
"respawn_radius": 10,
"send_command_feedback": true,
"show_advancement_messages": true,
"show_death_messages": true,
"spawner_blocks_work": true,
"spawn_mobs": true,
"spawn_monsters": true,
"spawn_patrols": true,
"spawn_phantoms": true,
"spawn_wandering_traders": true,
"spawn_wardens": true,
"spectators_generate_chunks": true,
"spread_vines": true,
"tnt_explodes": true,
"tnt_explosion_drop_decay": false,
"universal_anger": false,
"water_source_conversion": true
}