Tick command doesn`t work in datapacks or command blocks
Input: [19:03:18] tick rate 44<--[HERE]
The tick command has permission level 4, which is not accessible to command blocks and data packs by default. To utilize them in data packs, you need to run on a dedicated server with function_permission_level=4 set in server.properties.
function_permission_level=4
server.properties
Reporter: mixquartz
Assignee: (Unassigned)
Created: 2024-05-25T16:03:38Z
Updated: 2025-04-29T16:11:43Z
Resolved: 2024-05-25T18:05:03Z
ADO:
Confirmation Status: Unconfirmed
Area:
Mojang Priority:
Category: (Unassigned)
Labels:
Affects Versions: 24w21b
Fix Versions:
Retrieved 2025-06-09T22:13:47Z
The tick command has permission level 4, which is not accessible to command blocks and data packs by default. To utilize them in data packs, you need to run on a dedicated server with
function_permission_level=4
set inserver.properties
.