RemoteSmelting Plugin Changelog
New Features
- /remotesmelting limit – Players can now check how many smelters they’ve created and their personal limit.
- Infinite Limit Support – Groups with a limit set to -1 in the config now have no smelter cap (displays as ∞ in the UI).
Improvements
- Smelter creation properly enforces per-player limits.
- Players now see a friendly message when attempting to exceed their allowed smelter count.
- Permission-based limit system now checks all group permissions and uses the highest matching limit.
Added Permissions
- remotesmelting.group.default – Used for players without any special group.
How to Add Smelter Limit Groups
To define custom groups and their smelter limits, edit the
config.yml under the
Limits section like so:
Limits:
default: 3
vip: 5
moderator: 10
super: -1 # Use -1 for unlimited smelters
Then assign players the appropriate permission:
- remotesmelting.group.default
- remotesmelting.group.vip
- remotesmelting.group.moderator
- remotesmelting.group.super