
Configured
A mod that aims on adding more ways to configure Minecraft. The mod adds config options for more fine grained control over the game.
Обновлён 3 июля 2026 г. · опубликован 8 октября 2023 г.
A mod with several small tweaks that aim at giving the server admin more finite control of the server. You can disable travel to the end, nether, have fake hardcore hearts, toggle the "Join-ability" of your server for everyone but ops so that you can stay in a sort of maintenance mode without needing to change permissions.
Syntax:
the /config configured command is used to control the settings in game, the configuration is stored in ./config/configured/config.json relative to the server's directory.
Examples:
/config configured fakeHardcore set true/config configured itemDespawnAge reset/config configured playerConnections set ALLOW_ALL/config configured disablePVP get
Settings:
All default values should show vanilla behavior. If that is not the case, please submit a bug report.
motd - Set the motd of the server on the fly.
fakeHardcore - Make all player's hearts show up as hardcore (does not affect gameplay).
playerConnections - Control who can join the server, ALLOW_ALL is vanilla / default, ALLOW_OPS allows ops, no one else, ALLOW_ONLY_NON_BLOCKED uses the playerConnectionBlockList to determine who to block.
disablePlayerConnectionsJoinMessage - This is the message shown to the players who are barred from joining.
disableEnd - Toggle the functionality of End Portals.
disableEndPortalFrameFilling - Disables the interaction of Eyes of Ender with End Portal Frames.
disableEyeOfEnderCasting - Stops players from being able to cast Eyes of Ender.
disableEndGateways - Disables teleporting of any entity through End Gateways, disabling their full functionality.
disableNether - Toggle the functionality of nether portals for all players.
disablePVP - An online alternative to the pvp setting in server.properties, set that to true to make this rule effective.
itemDespawnAge - By default minecraft sets this to 5 minutes, or 6000 ticks. Set the item despawn age in ticks
simulationDistance - Set the server's simulation distance on the fly.
viewDistance - Set the server's view distance on the fly.
maxPlayers - Set the max player count on the fly.
maxPlayersFakeListing - Set the max player count in the server listing and /list command; does not affect real max player count.
spawnProtection - Set the server's overworld spawn protection on the fly.
forceEnableCommandBlock - enable command blocks no matter the setting in server.properties.
disableMonsterSpawning - enable peaceful like hostile mob spawning. (spawning is always disabled if in peaceful or set as such in server.properties).
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| v1.9.8mc26.2 | Релиз | 26.2 | fabric | 3 июля 2026 г. | .jar (100 КБ) |
| v1.9.7mc26.1.2 | Релиз | 26.1.2 | fabric | 25 апреля 2026 г. | .jar (95 КБ) |
| v1.9.6mc26.1.2 | Релиз | 26.1.2 | fabric | 18 апреля 2026 г. | .jar (89 КБ) |
| v1.9.5mc1.21.11 | Релиз | 1.21.11 | fabric | 1 января 2026 г. | .jar (91 КБ) |
| 1.9.4 | Релиз | 1.21.10 | fabric | 25 октября 2025 г. | .jar (92 КБ) |
| 1.9.3 | Бета | 1.21.10 | fabric | 22 октября 2025 г. | .jar (92 КБ) |
| 1.9.3 | Релиз | 1.21.8 | fabric | 7 августа 2025 г. | .jar (96 КБ) |
| 1.9.1 | Альфа | 1.21.8 | fabric | 7 августа 2025 г. | .jar (96 КБ) |
| 1.9.0 | Альфа | 1.21.8 | fabric | 31 июля 2025 г. | .jar (96 КБ) |
| 1.8.0 | Релиз | 1.21.5 | fabric | 9 июня 2025 г. | .jar (88 КБ) |
| 1.8.0 | Релиз | 1.21.1 | fabric | 9 июня 2025 г. | .jar (88 КБ) |
| mc1.21.5-v1.7.0 | Релиз | 1.21.5 | fabric | 16 мая 2025 г. | .jar (87 КБ) |
| mc1.19.4-v1.4.1 | Релиз | 1.19.4 | fabric | 6 января 2025 г. | .jar (83 КБ) |
| mc1.17.1-v1.4.1 | Релиз | 1.17.1 | fabric | 6 января 2025 г. | .jar (83 КБ) |
| mc1.16.5-v1.4.1 | Релиз | 1.16.4, 1.16.5 | fabric | 6 января 2025 г. | .jar (83 КБ) |
Показаны последние 15 из 63 версий. Все версии — на Modrinth.
Ченджлог
v1.9.8mc26.2Релиз26.2 · 3 июля 2026 г.
This update adds configurable PvP settings with a combat cooldown system.
Of course, this is off by default; no feature of the mod is enabled by default
These features are meant as a tool for small survival multiplayer servers that want to tweak the rules of PvP.
Added Features:
playerCombatCooldown
Set the duration of the combat timer applied when players engage in PvP.
Set in ticks, 0 disables the combat cooldown entirely.
playerCombatCooldownForAttacker
Apply the combat cooldown to the attacking player when they damage another player.
playerCombatCooldownForVictim
Apply the combat cooldown to the victim player when they are damaged by another player.
playerCombatCooldownShowInActionBar
Display the remaining combat cooldown time in the player's action bar while they are in combat.
playerCombatDisableElytra
Prevent players in combat from using Elytra flight while the combat cooldown is active.
playerCombatDisableElytraFireworkRockets
Prevent players in combat from using Firework Rockets to boost Elytra flight while the combat cooldown is active.
v1.9.7mc26.1.2Релиз26.1.2 · 25 апреля 2026 г.
This Update adds some new and helpful features for survival multiplayer games!
Added Features:
locatorBarPlayerVisibility
ALLVanilla BehaviorTEAMPlayers can see other players only if they share the same teamTEAM_OR_BOTH_WITHOUT_TEAMSame asTEAMbut players without teams can see each otherNO_OTHER_PLAYERSno players show up on the locator bar, helpful if you want clients to see other waypoints. These modes only apply when the locator_bar gamerule is enabled.
playerDamageMultiplier
Set a multiplier for some groups of damage types to players. This is useful for nerfing or buffing some game mechanics.
end_crystalModify end crystal damage for playersbad_respawn_pointModify respawn anchor/bed damage for playerstnt_minecartModify TNT Minecart damage for players
v1.9.6mc26.1.2Релиз26.1.2 · 18 апреля 2026 г.
- Update to Minecraft
26.1.2
v1.9.5mc1.21.11Релиз1.21.11 · 1 января 2026 г.
- Update to Minecraft
1.21.11 - Add support for reloading the config from disk with the
reloadcommand
1.9.4Релиз1.21.10 · 25 октября 2025 г.
Fixes an issue where the mod sometimes tries to load old mixins from the disableNether that was removed and superseded by vanilla gamerules.
1.9.3Бета1.21.10 · 22 октября 2025 г.
Features superseded by vanilla gamerules:
disableNether-> gameruleallowEnteringNetherUsingPortalsdisablePvP-> gamerulepvpforceEnableCommandBlocks-> gamerulecommandBlocksEnableddisableMonsterSpawning-> gamerulespawnMonsters
1.9.3Релиз1.21.8 · 7 августа 2025 г.
Fix an issue relating to the disableMonsterSpawning setting that would be inversed when changed.
1.9.1Альфа1.21.8 · 7 августа 2025 г.
Sorry, it seems as though version 1.9.0 had an unavoidable server crash due to some config options. This is now fixed.
Полная история изменений — на Modrinth.
Комментарии
Загружаем…