Skip to content
This repository was archived by the owner on May 10, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions 1_21_6/data/ame_load/function/safe_load/yes.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,10 @@ execute as @e[type=minecraft:marker,tag=macro.safe_gate,limit=1] run kill @s

# Delegate to regular load/yes
function ame_load:load/yes


# Enable sandbox mode
data modify storage macro:engine sandbox set value 1b

# Leave players unsafe by default (v5.0.0 default is already 0b)
data modify storage macro:engine security set value {trust_players:0b,cmd_min_level:3,sandbox_cmd_min_level:4,admin_min_level:2,admin_can_override:0b,sandbox_allowlist:[]}
Loading