+ by me.
would help to exclude the adminlist to a seperate json too for servre admins, then i can easily symlink the file for all games running on it.
Search found 4 matches
- Wed Mar 08, 2017 8:05 pm
- Forum: Implemented Suggestions
- Topic: adminlist.json file
- Replies: 5
- Views: 3249
- Sun Mar 05, 2017 7:05 pm
- Forum: Multiplayer
- Topic: Unofficial Factorio Troll/Griefer Database
- Replies: 241
- Views: 197553
Re: Unofficial Factorio Troll and Griefer Database (FTGD)
Well here is my banlist, if some1 wants to use it.
I am the admin of the Hakto's Oarc Servers.
http://pastebin.com/jn7pxcv1
I am the admin of the Hakto's Oarc Servers.
http://pastebin.com/jn7pxcv1
- Wed Feb 15, 2017 2:08 am
- Forum: Multiplayer
- Topic: Unofficial Factorio Troll/Griefer Database
- Replies: 241
- Views: 197553
Re: Unofficial Factorio Troll and Griefer Database (FTGD)
Well Hadi is a known Griefer 

- Mon Jan 23, 2017 1:22 pm
- Forum: Modding help
- Topic: Antigrief
- Replies: 2
- Views: 1573
Antigrief
Hey there!
Im trying to figure out how to allow a player to deconstruct only his own buildings in a defined timespan.
script.on_event(defines.events.on_marked_for_deconstruction, function(event)
local player = game.players[event.player_index]
if not player.admin and ConvertMinutes(player ...
Im trying to figure out how to allow a player to deconstruct only his own buildings in a defined timespan.
script.on_event(defines.events.on_marked_for_deconstruction, function(event)
local player = game.players[event.player_index]
if not player.admin and ConvertMinutes(player ...