Removed player interact entity event from blocked events
This commit is contained in:
@@ -12,7 +12,7 @@ import subprocess
|
|||||||
wait_time = 5 #seconds
|
wait_time = 5 #seconds
|
||||||
admin_perm = "utils.loginsecurity.admin"
|
admin_perm = "utils.loginsecurity.admin"
|
||||||
min_pass_length = 8
|
min_pass_length = 8
|
||||||
blocked_events = ["block.BlockBreakEvent", "block.BlockPlaceEvent", "player.PlayerMoveEvent","player.AsyncPlayerChatEvent","player.InteractEntityEvent"]
|
blocked_events = ["block.BlockBreakEvent", "block.BlockPlaceEvent", "player.PlayerMoveEvent","player.AsyncPlayerChatEvent"]
|
||||||
|
|
||||||
|
|
||||||
logging_in = {}
|
logging_in = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user