Initial import

This commit is contained in:
Darto KLoning
2026-06-20 20:58:13 +07:00
parent 2d6b7400a2
commit 0a22196ea6
76 changed files with 1019 additions and 0 deletions
@@ -0,0 +1,8 @@
schedule function xaerominimap:load 20t replace
# Bypass: player dengan tag xaero_bypass selalu boleh memakai minimap di semua dimensi.
execute as @a[tag=xaero_bypass] run effect clear @s xaerominimap:no_minimap
# Non-bypass: minimap hanya boleh aktif di dimensi yang masuk predicate allowed_dimension.
execute as @a[tag=!xaero_bypass] at @s if predicate xaerominimap:allowed_dimension run effect clear @s xaerominimap:no_minimap
execute as @a[tag=!xaero_bypass] at @s unless predicate xaerominimap:allowed_dimension run effect give @s xaerominimap:no_minimap 3 0 true