first few hours

This commit is contained in:
2025-10-27 01:10:31 -06:00
commit fc896af2c4
87 changed files with 7544 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
{ }

View File

@@ -0,0 +1,18 @@
{
member: {
name: "Member"
power: 1
condition: "always_active"
}
vip: {
name: "VIP"
power: 50
ftbranks.name_format: "&bVIP {name}"
}
admin: {
name: "Admin"
power: 1000
condition: "op"
ftbranks.name_format: "&2{name}"
}
}