HomeJavaModsSable Quota
Sable Quota
ModsJava

Sable Quota

by finkkk · on Modrinth

Sable Quota introduces per-player structure quotas for Sable.Limit the maximum number of physical structures each player can create and prevent excessive…

⬇ Download on Modrinth

Sable Quota

Sable Quota is a server-side physical structure quota mod for Minecraft 1.21.1, NeoForge, and Sable. It tracks Sable Sub-Level ownership and counts by player UUID, limiting excessive physical structure creation that may cause performance and storage pressure while providing query, locating, and management tools.

Sable Quota 是面向 Minecraft 1.21.1、NeoForge 与 Sable 的服务端物理结构配额模组。它按玩家 UUID 记录 Sable Sub-Level 的归属和数量,限制玩家持续创建物理结构造成的性能与存储压力,并提供查询、定位和管理工具。


Features

核心功能


Installation and Compatibility

安装与兼容性

Sable Quota is server-required and client-optional.

Sable Quota 服务端必装、客户端可选。

Quota logic, ownership data, commands, and messages are handled by the server.

配额判断、所有权数据、管理指令和文本均由服务器处理。

Create collision protection requires the same mod version installed on clients.

如果希望客户端也避免 Create 碰撞崩溃,需要客户端安装相同版本。


Configuration

配置

Config file:

配置文件:

config/sable_quota-common.toml

Default:

默认:

[quota]
maxStructuresPerPlayer = 3
maxStructuresPerOperator = -1

[messages]
creationBlocked = ""

Quota priority:

额度优先级:

Personal quota > Operator default quota > Normal player default quota

个人上限 > OP 默认上限 > 普通玩家默认上限

Commands

指令


Command Permission Description


/sablequota get Player View own quota / 查看自己的额度

/sablequota list Player View own structures / 查看自己的结构

/sablequota set <player> <amount> 2 Set personal quota / 设置个人上限

/sablequota add <player> <amount> 2 Increase quota / 增加额度

/sablequota remove <player> <amount> 2 Reduce quota / 减少额度

/sablequota reset <player> 2 Reset quota / 删除个人上限

/sablequota delete <uuid> 2 Delete structure / 删除结构

/sablequota reload 2 Reload config / 重载配置



Data and Performance

数据与性能

Data is stored in:

数据保存于:

<world>/data/sable_quota_structures.dat

Runtime indexes provide O(1) structure counting.

运行时维护玩家到结构集合的反向索引,因此结构计数为 O(1)。

The mod does not scan all structures every tick.

本模组不会每 Tick 扫描所有结构。

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more