Skip to content

Commit 0d25845

Browse files
committed
Permissions improvements
Test build test permissions
1 parent 3f1b0a0 commit 0d25845

19 files changed

+271
-249
lines changed

behavior_pack/functions/disable.mcfunction

Lines changed: 0 additions & 1 deletion
This file was deleted.

behavior_pack/functions/enable.mcfunction

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
scriptevent con:terminal_all_players_disable
2+
tell @s All players terminal mode is disabled.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
scriptevent con:terminal_all_players_enable
2+
tell @s All players terminal mode is enabled.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
scriptevent con:terminal_allow_blocks_enable
2+
tell @s Allow blocks disabled.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
scriptevent con:terminal_allow_blocks_enable
2+
tell @s Allow blocks enabled.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
scriptevent con:terminal_allow_entities_disable
2+
tell @s Entities are no longer able to run scripts.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
scriptevent con:terminal_allow_entities_enable
2+
tell @s Entities are able to run scripts.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
scriptevent con:terminal_player_enable
2+
tell @s You are able to use terminal, but OP level could be required.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
scriptevent con:terminal_player_disable
2+
tell @s You are no longer able to use terminal, unless all_players mode is enabled

0 commit comments

Comments
 (0)