This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Recommendations — toggles per profile
Activation summary of the Folikaii flags (patches 0133–0223) and of the Lophine/Luminol base (0027–0132) per server profile. Full source: RECOMMENDATIONS.md (all keys there were verified against the TOML files generated on the live creaclone server and cross-checked with the patches and sources).
| Profile | Server | Characteristics |
|---|---|---|
| creaclone (C) | Ekaii creative (LIVE 26.2) | Whitelisted builders, litematica/worldedit, boat machines |
| anarchy (A) | eternel.eu | 2.4 TB world, cracked/LibreLogin, hostile bots, cult tech: update suppression, stasis pearls, portals |
Legend: ON = enable · OFF = leave/set off · ON-after-test = enable only after an rbtest bake / world copy · (!) = verified trap.
Principles
- Folikaii code defaults = stock/vanilla (see Options): a server that touches nothing gets vanilla behavior, plus the behavior-identical always-ons.
- Activation happens per profile; anything with a non-trivial observable effect goes through an rbtest bake (world copy) before anarchy production.
- The jar itself contains one heavy always-on (0159 ThreadedTicketLevelPropagator): do not deploy an unbaked jar to anarchy production.
creaclone — what to enable
- Folia race fixes ON (5 ekaii_config keys):
fixes.entity_selector_region_safe,fixes.fishing_hook_cross_region,fixes.tamable_cross_region_teleport,fixes.respawn_anchor_cross_region,fixes.schedule_or_execute+experiment.command.save_all_command.enabled(lophine_global). - Client protocols ON (lophine_global): servux litematics (+
litematics-max-nbt-size), structures, HUD metadata/loggers, share-seed, entity-data, syncmatica withuseQuota=true, xaero-map, jade, rei, bbor, appleskin,alternative_block_placement.enabled=LITEMATICA. PCA stays OFF (remote inventory inspection). - Carpet builders (lophine_carpet):
creativeNoClip,hopperCounters, MiniTweaks (noCreeperBlockBreaking,noGhastBlockBreaking,disableBlazeFire,disableGhastFire),creativeOpenContainerForcibly,creativeNoItemCooldown,blockPlacementIgnoreEntity. - Builder commands:
function.restore_clone_command.enabled=true(/clone + /spreadplayers — read at boot only). - Keep as is:
portal_rate_limit.enable=true,boat_launcher_sleep.enabled=true,allow_unsafe_teleportation=true(documented),disable_moved_wrongly=true,fakeplayer.enable=true(whitelist, OK). - Only after testing: /tick, /data, /function, /scoreboard, /trigger, carpet /player, Dynamic Activation Brain (0152).
- Owner decision:
fixes.player_save_fail_hard.enabled=trueon creaclone (anti-dupe-rollback; never on anarchy).
anarchy (eternel.eu) — what to enable
- ON:
carpet.general.amsUpdateSuppressionCrashFix=true((!) the real gate — lophine_global'sfixes.update-suppression-crash-fixis dead code) ·carpet.general.shulkerBoxCCEReintroduced=true(requires the former) ·fixes.item_multitask=true·experiment.entity_damage_source_trace=true·fixes.mc261810=true·fixes.mc298464=true·fixes.end_gateway_region_safe=true·function.network_analyser=true· the 5 Folia race fixes ·anti_lag.falling_block_column_limit=true·optimizations.dont_save_entity.falling_block=true·save_all_command.enabled=true(+ Velocity CommandWhitelist). - EXPLICIT false (trap defaults = true):
function.fakeplayer.enable=false·optimizations.boat_launcher_sleep.enabled=false(luminol_config). - Do not touch (healthy defaults): all
function.protocol.*OFF · paper-worldlegacy-ender-pearl-behavior=false(stasis) · Paper packet limiter active (incoming-packet-threshold=300) ·disable-op-*=false·secure_seed=false(never on the existing world, destructive) ·fixes.player_save_fail_hard=false(never: crash loop armable via forged NBT on cracked). - Only after an rbtest bake:
dustTrapdoorReintroduced,old-block-remove-behaviour,region_tick_flush,projectile_chunk_load_throttle,sakura_explosions,entity_weak_chunk_guard,clump_xp_orbs(mending test),global_entities_counter=PRECISE(+ paper-worldper-player-mob-spawns=false), kaiiju YAML. And do not deploy the batches jar to production before the bake (0159 always-on).
Trap defaults (verified live)
| Key | Trap |
|---|---|
function.fakeplayer.enable (lophine) |
Default = true. Anarchy: force false — AFK-chunkload/dupe bots on cracked; do not rely on the CommandWhitelist alone. |
optimizations.boat_launcher_sleep.enabled (luminol_config, not ekaii_config) |
Default = true (creaclone 26.1.2 legacy). Anarchy: set false explicitly. |
function.portal_rate_limit.enable (luminol) |
The key is enable, not enabled; default true (keep). |
fixes.update-suppression-crash-fix.enabled (lophine_global) |
Dead code in the 26.2 hardfork: the real gate is carpet.general.amsUpdateSuppressionCrashFix (OR with yeetUpdateSuppressionCrash). |
Syncmatica useQuota (lophine_global) |
false by default → 40 MB/file uploadable; enable the quota on creaclone. |
carpet.general.instantBlockUpdaterReintroduced |
Never in production: breaks the cult update-suppression tech and arms crash chains. |
fixes.allow_unsafe_teleportation.enabled (luminol_global) |
THE sand-dupe door — OFF on anarchy (ON creaclone, documented). |
Perf picks to validate in preprod (rbtest bake before any anarchy ON)
| Feature | Key | Note |
|---|---|---|
| Netty flush per region tick (0157) | optimizations.region_tick_flush.enabled |
Interaction with Lophine 0083 mt-queue to validate under bot spam. |
| Projectile chunk-load throttle (0158) | optimizations.projectile_chunk_load_throttle.* |
exclude_ender_pearls=true verified (protects stasis); test pearls/cannons. |
| Sakura explosions (0188) | optimizations.sakura_explosions.enabled |
Massive TNT chains = eternel's no. 1 target. |
| Weak-chunk guard (0222/0223) | anti_lag.entity_weak_chunk_guard.* |
Master + projectiles/random_stroll subkeys. |
| Global entities counter (base 0118) | experiment.global_entities_counter.version |
(!) PRECISE requires paper-world per-player-mob-spawns=false. |
| Kaiiju entity limiter (base 0027) | luminol_config/kaiiju_entity_limits.yml ((!) YAML) |
Destructive (removal deletes items/falling blocks); emergency weapon, calibrate in preprod. |
| Dynamic Activation Brain (0152) | optimizations.dynamic_activation_brain.* |
Changes AI behavior; creaclone after villager testing, anarchy OFF. |
| Batch 5 preprod lot (0209–0221) | see Options | All OFF by default; equipment_tracking requires a restart; worldgen.aquifer not bit-identical → mandatory seed-identical validation. |
Stack-vs-docs divergences (known debt)
Pick 1.9 (shutdown reroute stopServer → global tick, Canvas ed2a35d0) and pick 4.2 (move-unwind >30 blocks, Canvas 8996ca32, fixes.cross_region_move_unwind.*) are absent from the stack — no patch, no config module — to re-port or downgrade.
Français
English