Skip to content

Commit afa46d2

Browse files
committed
Add default configurations.
1 parent ac4b587 commit afa46d2

13 files changed

Lines changed: 866 additions & 0 deletions

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Discord (Project Poseidon): https://discord.gg/FwKg676
1111
- **Cracked + Online mode:** You can whitelist cracked players when your server has `online-mode` on.
1212
- **Exclusive exploit & dupe fixes**
1313

14+
## ‼️ You can get pre-configured `uberbukkit.yml` file for your desired version [here](/defaults/).
15+
1416
## Features (Poseidon)
1517
- **UUID Support:** Settings to enable UUID-based inventories alongside methods for plugins to transition to UUID-based systems similar to modern Minecraft server implementations.
1618
- **Poseidon Watchdog Implementation:** An automatic utility for detecting server hangs, ending the server process, and providing diagnostics to fix the underlying issues.

defaults/uberbukkit-b1.0_b1.1.yml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
patch:
2+
container-interaction:
3+
log: false
4+
enabled: true
5+
info: Prevents interactions in a container if the player is farther away than the max distance.
6+
max-distance: 4
7+
settings:
8+
exempt-staff-from-flight-kick: false
9+
config-version: 1
10+
worldgen:
11+
generate_sandstone: false
12+
pre_b1_2_tree_generation: true
13+
generate_steveco_chests: false
14+
biomes:
15+
generate_spruces: false
16+
generate_birches: false
17+
ores:
18+
world:
19+
custom_seed: false
20+
seed: 0
21+
pre_b1_2_ore_generation: true
22+
generate_tallgrass: false
23+
cocoabeans_loot: false
24+
generate_lapis_ores: false
25+
client:
26+
allowed_protocols:
27+
info1: Specify client versions to accept (separated by commas - first PVN is treated as target PVN of the server)
28+
value: '7'
29+
info2: 6 - a1.2.3_05 to a1.2.6; 7 - b1.0 to b1.1_02; 8 - b1.2 to b1.2_02; 9 - b1.3(_01); 10 - b1.4(_01); 11 - b1.5(_01); 12 - b1.6_test_build_3; 13 - b1.6 to b1.6.6, 14 - b1.7 to b1.7.3
30+
mechanics:
31+
pre_1_6_fire: true
32+
nether_bed_explode: false
33+
glowstone_pre1_6_6: true
34+
old_slab_recipe: true
35+
drop_lapis_as_b1_2: true
36+
spawn_brown_and_pink_sheep: false
37+
seeds_replace_blocks: true
38+
trample_farmland_above_fence: true
39+
arrows_pickup_by_others: false
40+
allow_blocks_at_y_127: true
41+
tnt_require_lighter: false
42+
spawn_sheep_with_shades_of_black: false
43+
allow_minecart_boosters: true
44+
do_weather: false
45+
spawn_squids: false
46+
spawn_wolves: false
47+
sheep_drop_wool_on_punch: true
48+
allow_milking_squids: true
49+
allow_grow_tallgrass: false
50+
beds_set_spawnpoint: false
51+
mushroom_spread: false
52+
pre_b1_5_block_placement_rules: true
53+
allow_1_7_fence_placement: false
54+
drop_saplings_of_leaf_type: false
55+
tile_grass_drop_seeds: true
56+
allow_ladder_gap: true
57+
boats:
58+
drop_boat_not_wood: false
59+
break_boat_on_collision: true
60+
burning_pig_drop_cooked_meat: false
61+
pre_b1_6_block_opacity: true
62+
beds_pre_b1_6_5: true
63+
spiders_climb_walls: false
64+
pre_b1_5_pumpkins: true
65+
wool_recipe_pre1_6_6: true
66+
ice_generate_only_when_snowing: true
67+
spiders_trample_crops: true
68+
flammable_fences_stairs: false
69+
allow_bone_meal_on_grass: false
70+
spawn_slimes: false
71+
experimental:
72+
force_fix_chunk_coords_corruption: false

defaults/uberbukkit-b1.2.yml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
patch:
2+
container-interaction:
3+
log: false
4+
enabled: true
5+
info: Prevents interactions in a container if the player is farther away than the max distance.
6+
max-distance: 4
7+
settings:
8+
exempt-staff-from-flight-kick: false
9+
config-version: 1
10+
worldgen:
11+
generate_sandstone: false
12+
pre_b1_2_tree_generation: false
13+
generate_steveco_chests: false
14+
biomes:
15+
generate_spruces: true
16+
generate_birches: true
17+
ores:
18+
world:
19+
custom_seed: false
20+
seed: 0
21+
pre_b1_2_ore_generation: false
22+
generate_tallgrass: false
23+
cocoabeans_loot: false
24+
generate_lapis_ores: true
25+
client:
26+
allowed_protocols:
27+
info1: Specify client versions to accept (separated by commas - first PVN is treated as target PVN of the server)
28+
value: '8'
29+
info2: 6 - a1.2.3_05 to a1.2.6; 7 - b1.0 to b1.1_02; 8 - b1.2 to b1.2_02; 9 - b1.3(_01); 10 - b1.4(_01); 11 - b1.5(_01); 12 - b1.6_test_build_3; 13 - b1.6 to b1.6.6, 14 - b1.7 to b1.7.3
30+
mechanics:
31+
pre_1_6_fire: true
32+
nether_bed_explode: false
33+
glowstone_pre1_6_6: true
34+
old_slab_recipe: true
35+
drop_lapis_as_b1_2: true
36+
spawn_brown_and_pink_sheep: false
37+
seeds_replace_blocks: false
38+
trample_farmland_above_fence: true
39+
arrows_pickup_by_others: false
40+
allow_blocks_at_y_127: true
41+
tnt_require_lighter: false
42+
spawn_sheep_with_shades_of_black: true
43+
allow_minecart_boosters: true
44+
do_weather: false
45+
spawn_squids: true
46+
spawn_wolves: false
47+
sheep_drop_wool_on_punch: true
48+
allow_milking_squids: true
49+
allow_grow_tallgrass: false
50+
beds_set_spawnpoint: false
51+
mushroom_spread: false
52+
pre_b1_5_block_placement_rules: true
53+
allow_1_7_fence_placement: false
54+
drop_saplings_of_leaf_type: false
55+
tile_grass_drop_seeds: true
56+
allow_ladder_gap: true
57+
boats:
58+
drop_boat_not_wood: false
59+
break_boat_on_collision: true
60+
burning_pig_drop_cooked_meat: false
61+
pre_b1_6_block_opacity: true
62+
beds_pre_b1_6_5: true
63+
spiders_climb_walls: true
64+
pre_b1_5_pumpkins: true
65+
wool_recipe_pre1_6_6: true
66+
ice_generate_only_when_snowing: true
67+
spiders_trample_crops: true
68+
flammable_fences_stairs: false
69+
allow_bone_meal_on_grass: false
70+
spawn_slimes: false
71+
experimental:
72+
force_fix_chunk_coords_corruption: false

defaults/uberbukkit-b1.3.yml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
patch:
2+
container-interaction:
3+
log: false
4+
enabled: true
5+
info: Prevents interactions in a container if the player is farther away than the max distance.
6+
max-distance: 4
7+
settings:
8+
exempt-staff-from-flight-kick: false
9+
config-version: 1
10+
worldgen:
11+
generate_sandstone: true
12+
pre_b1_2_tree_generation: false
13+
generate_steveco_chests: false
14+
biomes:
15+
generate_spruces: true
16+
generate_birches: true
17+
ores:
18+
world:
19+
custom_seed: false
20+
seed: 0
21+
pre_b1_2_ore_generation: false
22+
generate_tallgrass: false
23+
cocoabeans_loot: false
24+
generate_lapis_ores: true
25+
client:
26+
allowed_protocols:
27+
info1: Specify client versions to accept (separated by commas - first PVN is treated as target PVN of the server)
28+
value: '9'
29+
info2: 6 - a1.2.3_05 to a1.2.6; 7 - b1.0 to b1.1_02; 8 - b1.2 to b1.2_02; 9 - b1.3(_01); 10 - b1.4(_01); 11 - b1.5(_01); 12 - b1.6_test_build_3; 13 - b1.6 to b1.6.6, 14 - b1.7 to b1.7.3
30+
mechanics:
31+
pre_1_6_fire: true
32+
nether_bed_explode: false
33+
glowstone_pre1_6_6: true
34+
old_slab_recipe: false
35+
drop_lapis_as_b1_2: false
36+
spawn_brown_and_pink_sheep: false
37+
seeds_replace_blocks: false
38+
trample_farmland_above_fence: true
39+
arrows_pickup_by_others: false
40+
allow_blocks_at_y_127: true
41+
tnt_require_lighter: false
42+
spawn_sheep_with_shades_of_black: true
43+
allow_minecart_boosters: true
44+
do_weather: false
45+
spawn_squids: true
46+
spawn_wolves: false
47+
sheep_drop_wool_on_punch: true
48+
allow_milking_squids: false
49+
allow_grow_tallgrass: false
50+
beds_set_spawnpoint: false
51+
mushroom_spread: false
52+
pre_b1_5_block_placement_rules: true
53+
allow_1_7_fence_placement: false
54+
drop_saplings_of_leaf_type: false
55+
tile_grass_drop_seeds: true
56+
allow_ladder_gap: true
57+
boats:
58+
drop_boat_not_wood: false
59+
break_boat_on_collision: true
60+
burning_pig_drop_cooked_meat: false
61+
pre_b1_6_block_opacity: true
62+
beds_pre_b1_6_5: true
63+
spiders_climb_walls: true
64+
pre_b1_5_pumpkins: true
65+
wool_recipe_pre1_6_6: true
66+
ice_generate_only_when_snowing: true
67+
spiders_trample_crops: true
68+
flammable_fences_stairs: false
69+
allow_bone_meal_on_grass: false
70+
spawn_slimes: true
71+
experimental:
72+
force_fix_chunk_coords_corruption: false

defaults/uberbukkit-b1.4.yml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
patch:
2+
container-interaction:
3+
log: false
4+
enabled: true
5+
info: Prevents interactions in a container if the player is farther away than the max distance.
6+
max-distance: 4
7+
settings:
8+
exempt-staff-from-flight-kick: false
9+
config-version: 1
10+
worldgen:
11+
generate_sandstone: true
12+
pre_b1_2_tree_generation: false
13+
generate_steveco_chests: true
14+
biomes:
15+
generate_spruces: true
16+
generate_birches: true
17+
ores:
18+
world:
19+
custom_seed: false
20+
seed: 0
21+
pre_b1_2_ore_generation: false
22+
generate_tallgrass: false
23+
cocoabeans_loot: true
24+
generate_lapis_ores: true
25+
client:
26+
allowed_protocols:
27+
info1: Specify client versions to accept (separated by commas - first PVN is treated as target PVN of the server)
28+
value: '10'
29+
info2: 6 - a1.2.3_05 to a1.2.6; 7 - b1.0 to b1.1_02; 8 - b1.2 to b1.2_02; 9 - b1.3(_01); 10 - b1.4(_01); 11 - b1.5(_01); 12 - b1.6_test_build_3; 13 - b1.6 to b1.6.6, 14 - b1.7 to b1.7.3
30+
mechanics:
31+
pre_1_6_fire: true
32+
nether_bed_explode: false
33+
glowstone_pre1_6_6: true
34+
old_slab_recipe: false
35+
drop_lapis_as_b1_2: false
36+
spawn_brown_and_pink_sheep: true
37+
seeds_replace_blocks: false
38+
trample_farmland_above_fence: true
39+
arrows_pickup_by_others: false
40+
allow_blocks_at_y_127: true
41+
tnt_require_lighter: false
42+
spawn_sheep_with_shades_of_black: true
43+
allow_minecart_boosters: true
44+
do_weather: false
45+
spawn_squids: true
46+
spawn_wolves: true
47+
sheep_drop_wool_on_punch: true
48+
allow_milking_squids: false
49+
allow_grow_tallgrass: false
50+
beds_set_spawnpoint: false
51+
mushroom_spread: false
52+
pre_b1_5_block_placement_rules: true
53+
allow_1_7_fence_placement: false
54+
drop_saplings_of_leaf_type: false
55+
tile_grass_drop_seeds: true
56+
allow_ladder_gap: true
57+
boats:
58+
drop_boat_not_wood: false
59+
break_boat_on_collision: true
60+
burning_pig_drop_cooked_meat: false
61+
pre_b1_6_block_opacity: true
62+
beds_pre_b1_6_5: true
63+
spiders_climb_walls: true
64+
pre_b1_5_pumpkins: true
65+
wool_recipe_pre1_6_6: true
66+
ice_generate_only_when_snowing: true
67+
spiders_trample_crops: false
68+
flammable_fences_stairs: false
69+
allow_bone_meal_on_grass: false
70+
spawn_slimes: true
71+
experimental:
72+
force_fix_chunk_coords_corruption: false

defaults/uberbukkit-b1.4_01.yml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
patch:
2+
container-interaction:
3+
log: false
4+
enabled: true
5+
info: Prevents interactions in a container if the player is farther away than the max distance.
6+
max-distance: 4
7+
settings:
8+
exempt-staff-from-flight-kick: false
9+
config-version: 1
10+
worldgen:
11+
generate_sandstone: true
12+
pre_b1_2_tree_generation: false
13+
generate_steveco_chests: false
14+
biomes:
15+
generate_spruces: true
16+
generate_birches: true
17+
ores:
18+
world:
19+
custom_seed: false
20+
seed: 0
21+
pre_b1_2_ore_generation: false
22+
generate_tallgrass: false
23+
cocoabeans_loot: true
24+
generate_lapis_ores: true
25+
client:
26+
allowed_protocols:
27+
info1: Specify client versions to accept (separated by commas - first PVN is treated as target PVN of the server)
28+
value: '10'
29+
info2: 6 - a1.2.3_05 to a1.2.6; 7 - b1.0 to b1.1_02; 8 - b1.2 to b1.2_02; 9 - b1.3(_01); 10 - b1.4(_01); 11 - b1.5(_01); 12 - b1.6_test_build_3; 13 - b1.6 to b1.6.6, 14 - b1.7 to b1.7.3
30+
mechanics:
31+
pre_1_6_fire: true
32+
nether_bed_explode: false
33+
glowstone_pre1_6_6: true
34+
old_slab_recipe: false
35+
drop_lapis_as_b1_2: false
36+
spawn_brown_and_pink_sheep: true
37+
seeds_replace_blocks: false
38+
trample_farmland_above_fence: true
39+
arrows_pickup_by_others: false
40+
allow_blocks_at_y_127: true
41+
tnt_require_lighter: false
42+
spawn_sheep_with_shades_of_black: true
43+
allow_minecart_boosters: true
44+
do_weather: false
45+
spawn_squids: true
46+
spawn_wolves: true
47+
sheep_drop_wool_on_punch: true
48+
allow_milking_squids: false
49+
allow_grow_tallgrass: false
50+
beds_set_spawnpoint: true
51+
mushroom_spread: false
52+
pre_b1_5_block_placement_rules: true
53+
allow_1_7_fence_placement: false
54+
drop_saplings_of_leaf_type: false
55+
tile_grass_drop_seeds: true
56+
allow_ladder_gap: true
57+
boats:
58+
drop_boat_not_wood: false
59+
break_boat_on_collision: true
60+
burning_pig_drop_cooked_meat: false
61+
pre_b1_6_block_opacity: true
62+
beds_pre_b1_6_5: true
63+
spiders_climb_walls: true
64+
pre_b1_5_pumpkins: true
65+
wool_recipe_pre1_6_6: true
66+
ice_generate_only_when_snowing: true
67+
spiders_trample_crops: false
68+
flammable_fences_stairs: false
69+
allow_bone_meal_on_grass: false
70+
spawn_slimes: true
71+
experimental:
72+
force_fix_chunk_coords_corruption: false

0 commit comments

Comments
 (0)