Verified compatible with Minecraft 1.21.10
Server administrators can now customize the /rs view GUI title directly from the configuration GUI.
General code cleanup and improvements
RemoteSmelting - Update 1.0.5
Smelt remotely. Smelt efficiently.
Updated
- Now compatible with Minecraft 1.21.6
Additions
- Players can now teleport to smelters by Shift-Clicking them in the View GUI
Permissions
- New permission node added: remotesmelting.teleport
Code Cleanup
- General code cleanup and optimization
Fixed
• Smelters can now be properly removed from the View GUI
Added
• Players now receive a message when their smelter finishes smelting
Revamped
• View GUI layout redesigned for a cleaner, more polished look
Code Cleanup
• General code cleanup and improvements
Thanks for supporting RemoteSmelting
Update v1.0.3 – RemoteSmelting
Important: If you are updating from v1.0.2 or earlier, you must delete your existing config.yml before restarting the server to avoid errors and load the new format correctly.
Removed Commands
These functionalities have been replaced with a more intuitive and user-friendly GUI system.
- /rs list
- /rs remove
New Commands
- /rs cost – Quickly view the current cost to create a smelter.
Added Permissions
- remotesmelting.cost – Allows players to check the smelter creation cost.
- remotesmelting.cost.bypass – Allows players to bypass all smelter creation costs.
New Features & Improvements
- In-Game Config Management
Everything in config.yml is now fully manageable through an in-game GUI using /rs config.
- Fully Integrated Group Management
Create, edit, and delete limit groups through an intuitive GUI—no more file editing!
- Smelter Management GUI
/rs view now opens a beautiful interface to view and manage all your registered smelters.
- Smelter Creation Cost
Admins can now define a price for creating a smelter (economy handled via Vault).
- Player Cost Visibility
Players can easily check the current smelter creation cost using /rs cost.
Dependencies
- Vault – Required for economy integration.
Coming Soon (v1.0.4+)
Co-Owner Support – Share smelters with friends or teammates.
Hologram Integration – Display floating holograms above smelters using DecentHolograms API.
Admin Smelter Management – View, edit, and remove smelters from all players with powerful admin tools.
Rich (BB code):🛠 RemoteSmelting Plugin Changelog New FeaturesImprovements
- /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
-1in the config now have no smelter cap (displays as ∞ in the UI).Added Permissions
- 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.
🧪 How to Add Smelter Limit Groups To define custom groups and their smelter limits, edit the
remotesmelting.group.default– Used for players without any special group.config.ymlunder theLimitssection like so:Then assign players the appropriate permission:YAML:Limits: default: 3 vip: 5 moderator: 10 super: -1 # Use -1 for unlimited smelters
remotesmelting.group.defaultremotesmelting.group.vipremotesmelting.group.moderatorremotesmelting.group.super
