Inital Commit

This commit is contained in:
2026-02-11 18:22:33 -05:00
parent 2f71b475d8
commit 217cf67ab5
17 changed files with 106489 additions and 1 deletions

View File

@@ -0,0 +1,33 @@
-- User-editable rules.
-- The web app can overwrite this file with vote results later.
return {
global = {
items = {
-- "Base.AA12",
-- "@attachments",
},
prefixes = {
-- "Base.Clip_",
},
},
byList = {
-- PoliceStorageGuns = {
-- items = { "Base.AK47" },
-- },
},
rules = {
-- {
-- id = "example-scheduled-block",
-- enabled = false,
-- where = { lists = { "GunStorePistols", "ArmyStorageGuns" } },
-- when = { startsAt = 1762473600, endsAt = 1762732800 }, -- unix epoch UTC
-- block = {
-- items = { "Base.AK74u", "@firearms" },
-- prefixes = { "Base.Clip_" },
-- },
-- },
},
aliases = {
-- event_list = { "Base.AK74", "Base.AK47" },
},
}