Added Player Auto Color

This commit is contained in:
Cooldude2606
2019-04-18 23:20:19 +01:00
parent 652fb42ec9
commit 6af7bc1074
7 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
-- not_luadoc=true
local temp_ban = require('ExpGamingAdmin').temp_ban
return function(player,entity)
player_return('You have repaired: '..entity.name..' this item is not allowed.',defines.textcolor.crit,player)
temp_ban(player,'<server>','Attempt To Repair A Banned Item')
entity.destroy()
end