diff --git a/defaultconfig/car-server.toml b/defaultconfig/car-server.toml deleted file mode 100644 index 075f69a..0000000 --- a/defaultconfig/car-server.toml +++ /dev/null @@ -1,188 +0,0 @@ - -[machines] - - [machines.backmix_reactor] - #Range: 100 ~ 32767 - energy_storage = 10000 - #Range: 1 ~ 32767 - energy_usage = 10 - #Range: 1000 ~ 32767 - fluid_storage = 3000 - #Range: 10 ~ 32767 - generating_time = 200 - #Range: 1 ~ 32767 - mix_generation = 100 - #Range: 1 ~ 32767 - methanol_usage = 50 - #Range: 1 ~ 32767 - canola_usage = 50 - - [machines.blast_furnace] - #Range: 1000 ~ 32767 - energy_storage = 10000 - #Range: 1000 ~ 32767 - fluid_storage = 3000 - - [machines.oil_mill] - #Range: 1000 ~ 32767 - energy_storage = 10000 - #Range: 1000 ~ 32767 - fluid_storage = 3000 - - [machines.cable] - #Range: 64 ~ 32767 - transfer_rate = 256 - - [machines.dynamo] - #Range: 100 ~ 32767 - energy_storage = 1000 - #Range: 1 ~ 32767 - energy_generation = 25 - - [machines.fluid_extractor] - #Range: 5 ~ 32767 - drain_speed = 25 - - [machines.gas_station] - #Range: 1 ~ 32767 - transfer_rate = 5 - #If it starts with '#' it is a tag - valid_fuels = ["#car:gas_station"] - - [machines.generator] - #Range: 1000 ~ 32767 - energy_storage = 30000 - #Range: 1000 ~ 32767 - fluid_storage = 3000 - #Range: 1 ~ 32767 - energy_generation = 500 - #If it starts with '#' it is a tag - valid_fuels = ["#car:generator"] - - [machines.split_tank] - #Range: 1000 ~ 32767 - fluid_storage = 3000 - #Range: 10 ~ 32767 - generating_time = 800 - #Range: 1 ~ 32767 - mix_usage = 100 - #Range: 1 ~ 32767 - glycerin_generation = 10 - #Range: 1 ~ 32767 - bio_diesel_generation = 100 - -[items] - - [items.repair_kit] - #Range: 0.10000000149011612 ~ 100.0 - repair_amount = 5.0 - - [items.canister] - #Range: 1 ~ 1000 - max_fuel = 100 - -[car] - #Whether the cars should collide with other entities (except cars) - collide_with_entities = true - #Whether the cars should damage other entities on collision - damage_entities = true - #Whether animals flee from the car when the horn is activted - horn_flee = true - #True if starting the car should use battery - use_battery = true - #The speed modifier for cars on non road blocks - #Range: 0.001 ~ 10.0 - offroad_speed_modifier = 1.0 - #The speed modifier for cars on road blocks - #On road blocks are defined in the config section 'road_blocks' - #Range: 0.001 ~ 10.0 - onroad_speed_modifier = 1.0 - - [car.road_blocks] - #If it starts with '#' it is a tag - blocks = ["#car:drivable_blocks"] - - [car.parts] - - [car.parts.small_tank] - #Range: 100 ~ 100000 - max_fuel = 500 - - [car.parts.medium_tank] - #Range: 100 ~ 100000 - max_fuel = 1000 - - [car.parts.large_tank] - #Range: 100 ~ 100000 - max_fuel = 1500 - - [car.parts.engine_6_cylinder] - #Range: 0.001 ~ 10.0 - fuel_efficiency = 0.25 - #Range: 0.001 ~ 10.0 - acceleration = 0.04 - #Range: 0.001 ~ 10.0 - max_speed = 0.75 - #Range: 0.001 ~ 10.0 - max_reverse_speed = 0.2 - - [car.parts.engine_3_cylinder] - #Range: 0.001 ~ 10.0 - fuel_efficiency = 0.5 - #Range: 0.001 ~ 10.0 - acceleration = 0.035 - #Range: 0.001 ~ 10.0 - max_speed = 0.65 - #Range: 0.001 ~ 10.0 - max_reverse_speed = 0.2 - - [car.parts.engine_truck] - #Range: 0.001 ~ 10.0 - fuel_efficiency = 0.7 - #Range: 0.001 ~ 10.0 - acceleration = 0.032 - #Range: 0.001 ~ 10.0 - max_speed = 0.6 - #Range: 0.001 ~ 10.0 - max_reverse_speed = 0.15 - - [car.parts.body_big_wood] - #Range: 0.001 ~ 10.0 - fuel_efficiency = 0.7 - #Range: 0.001 ~ 10.0 - acceleration = 0.95 - #Range: 0.001 ~ 10.0 - max_speed = 0.85 - - [car.parts.body_wood] - #Range: 0.001 ~ 10.0 - fuel_efficiency = 0.8 - #Range: 0.001 ~ 10.0 - acceleration = 1.0 - #Range: 0.001 ~ 10.0 - max_speed = 0.9 - - [car.parts.body_sport] - #Range: 0.001 ~ 10.0 - fuel_efficiency = 0.9 - #Range: 0.001 ~ 10.0 - acceleration = 1.0 - #Range: 0.001 ~ 10.0 - max_speed = 1.0 - - [car.parts.body_suv] - #Range: 0.001 ~ 10.0 - fuel_efficiency = 0.6 - #Range: 0.001 ~ 10.0 - acceleration = 0.8 - #Range: 0.001 ~ 10.0 - max_speed = 0.7 - - [car.parts.body_transporter] - #Range: 0.001 ~ 10.0 - fuel_efficiency = 0.6 - #Range: 0.001 ~ 10.0 - acceleration = 0.8 - #Range: 0.001 ~ 10.0 - max_speed = 0.765 - diff --git a/defaultconfig/comforts-server.toml b/defaultconfig/comforts-server.toml deleted file mode 100644 index 86a81b7..0000000 --- a/defaultconfig/comforts-server.toml +++ /dev/null @@ -1,20 +0,0 @@ - -[server] - #Set to true to automatically use sleeping bags when placed - autoUse = true - #Set to true to prevent sleeping depending on how long you previously slept - wellRested = false - #If well rested is true, this value is used to determine how long you need before being able to sleep again (larger numbers = can sleep sooner) - #Range: 1.0 ~ 20.0 - sleepyFactor = 2.0 - #Set to true to enable sleeping in hammocks at night - nightHammocks = true - #The chance that a sleeping bag will break upon usage - #Range: 0.0 ~ 1.0 - sleepingBagBreakage = 0.0 - #List of debuffs to apply to players after using the sleeping bag - #Format: [effect] [duration(secs)] [power] - sleepingBagDebuffs = [] - #[Survive Mod Integration] Set to true to have sleeping bags increase your body temperature after sleeping - insulatedSleepingBag = false - diff --git a/defaultconfig/doggytalents-server.toml b/defaultconfig/doggytalents-server.toml deleted file mode 100644 index e75bd50..0000000 --- a/defaultconfig/doggytalents-server.toml +++ /dev/null @@ -1,11 +0,0 @@ - -["Dog Constants"] - #Disable hunger mode for the dog - disable_hunger = false - #When enabled you will spawn with a guide, Doggy Charm and Command Emblem. - enable_starting_items = true - #When enabled, dogs will be randomly assigned genders and will only mate and produce children with the opposite gender. - enable_gender = true - #When enabled, puppies get some levels from parents. When disabled, puppies start at 0 points. - enable_pup_get_parent_levels = true - diff --git a/defaultconfig/easier_sleeping-server.toml b/defaultconfig/easier_sleeping-server.toml deleted file mode 100644 index fa9963b..0000000 --- a/defaultconfig/easier_sleeping-server.toml +++ /dev/null @@ -1,21 +0,0 @@ -#Percentage of players required to skip the night. -#Range: 0 ~ 100 -sleep_percent = 25 -#Message shown, if a player goes to bed -sleep_message = "is now in bed." -#Message shown, if a player leaves his bed -wake_message = "stood up." -#Message shown, if the night was skipped -morning_message = "Good Morning" -#If true, the time since last rest is reset for all players, if enough other players are successfully sleeping. So not every player has to sleep to prevent phantom spawning for him. -all_players_rest = true -#If dimension_list_type is set to SLEEP_ACTIVE, the list is the list of dimensions in which the sleep voting is active. -#If dimension_list_type is set to SLEEP_INACTIVE, the list is the list of dimensions in which the sleep voting is inactive. -dimensions = ["minecraft:overworld"] -#If dimension_list_type is set to SLEEP_ACTIVE, the dimension list is the list of dimensions in which the sleep voting is active. -#If dimension_list_type is set to SLEEP_INACTIVE, the dimension list is the list of dimensions in which the sleep voting is inactive. -#Allowed Values: SLEEP_ACTIVE, SLEEP_INACTIVE -dimension_list_type = "SLEEP_ACTIVE" -#Block names of beds being ignored for sleep percentage. -block_blacklist = [] - diff --git a/defaultconfig/ftbchunks-world.snbt b/defaultconfig/ftbchunks-world.snbt deleted file mode 100644 index f207fb0..0000000 --- a/defaultconfig/ftbchunks-world.snbt +++ /dev/null @@ -1,120 +0,0 @@ -{ - # Forced modes won't let players change their ally settings - # Default: "default" - # Valid values: "default", "forced_all", "forced_none" - ally_mode: "default" - - # Dimension ID's where chunks may not be claimed. Add "minecraft:the_end" to this list if you want to disable chunk claiming in The End, or "othermod:*" to disable chunk claiming in *all* dimensions added by "othermod" - # Default: [] - claim_dimension_blacklist: [ ] - - # Dimension ID's where chunks may be claimed. If non-empty, chunks may be claimed *only* in these dimensions (and the dimension is not in "claim_dimension_blacklist"). Same syntax as for "claim_dimension_blacklist". - # Default: [] - claim_dimension_whitelist: [ ] - - # Disables all land protection. Useful for private servers where everyone is trusted and claims are only used for force-loading - # Default: false - disable_protection: false - - # Override to disable/enable fake players like miners and auto-clickers globally. - # Default will check this setting for each team - # Default: "check" - # Valid values: "check", "deny", "allow" - fake_players: "check" - - # Minimap for clients connecting to this server will be disabled - # Default: false - force_disable_minimap: false - - # Control how force-loaded chunks work. - # NEVER: only allow chunk force-loading if the owning team has at least one online player. - # ALWAYS: always allow force-loading, even if no players are online. - # DEFAULT: allow force-loading IF the team has at least one player with the 'ftbchunks.chunk_load_offline' FTB Ranks permission. - # Default: "default" - # Valid values: "default", "always", "never" - force_load_mode: "always" - - # Hard limit for the number of chunks a team can claim, regardless of how many members. Default of 0 means no hard limit. - # Default: 0 - # Range: 0 ~ 2147483647 - hard_team_claim_limit: 0 - - # Hard limit for the number of chunks a team can force-load, regardless of how many members. Default of 0 means no hard limit. - # Default: 0 - # Range: 0 ~ 2147483647 - hard_team_force_limit: 0 - - # If true, "Location Visibility" team settings are ignored, and all players can see each other anywhere on the map. - # Default: false - location_mode_override: false - - # Interval in ticks to send updates to clients with long-range player tracking data. - # Lower values mean more frequent updates but more server load and network traffic; be careful with this, especially on busy servers. - # Setting this to 0 disables long-range tracking. - # Default: 20 - # Range: 0 ~ 2147483647 - long_range_tracker_interval: 60 - - # Max claimed chunks. - # You can override this with FTB Ranks 'ftbchunks.max_claimed' permission - # Default: 500 - # Range: -∞ ~ +∞ - max_claimed_chunks: 50000 - - # Max force loaded chunks. - # You can override this with FTB Ranks 'ftbchunks.max_force_loaded' permission - # Default: 25 - # Range: -∞ ~ +∞ - max_force_loaded_chunks: 4000 - - # Maximum time (in real-world days) where if no player in a team logs in, the team automatically loses their claims. - # Prevents chunks being claimed indefinitely by teams who no longer play. - # Default of 0 means no automatic loss of claims. - # Default: 0.0 - # Range: 0.0 ~ 3650.0 - max_idle_days_before_unclaim: 0.0d - - # Maximum time (in real-world days) where if no player in a team logs in, any forceloaded chunks owned by the team are no longer forceloaded. - # Prevents chunks being forceloaded indefinitely by teams who no longer play. - # Default of 0 means no automatic loss of forceloading. - # Default: 0.0 - # Range: 0.0 ~ 3650.0 - max_idle_days_before_unforce: 182.0d - - # Maximum time in days to keep logs of prevented fakeplayer access to a team's claims. - # Default: 7 - # Range: 1 ~ 2147483647 - max_prevented_log_age: 7 - - # Requires you to claim chunks in order to edit and interact with blocks - # Default: false - no_wilderness: false - - # Dimension ID's where the no_wilderness rule is enforced - building is only allowed in claimed chunks. If this is non-empty, it overrides the 'no_wilderness' setting. - # Default: [] - no_wilderness_dimensions: [ ] - - # Method by which party claim & force-load limits are calculated. - # LARGEST: use the limits of the member with the largest limits - # SUM: add up all the members' limits - # OWNER: use the party owner's limits only - # AVERAGE: use the average of all members' limits. - # Default: "largest" - # Valid values: "largest", "owner", "sum", "average" - party_limit_mode: "largest" - - # When true, standard FTB Chunk explosion protection is applied in protected chunks when the source of the explosion cannot be determined - # (Ghast fireballs are a common case - vanilla supplies a null entity source) - # Default: true - protect_unknown_explosions: true - - # Should PvP combat be allowed in claimed chunks? Default is ALWAYS; NEVER prevents it in all claimed chunks; PER_TEAM allows teams to decide if PvP is allowed in their claims - # Default: "always" - # Valid values: "always", "never", "per_team" - pvp_mode: "per_team" - - # If true, the player must have the 'ftbchunks_mapping' Game stage to be able to use the map and minimap. - # Requires KubeJS and/or Gamestages to be installed. - # Default: false - require_game_stage: false -} diff --git a/defaultconfig/gravestone-server.toml b/defaultconfig/gravestone-server.toml deleted file mode 100644 index 1a59f16..0000000 --- a/defaultconfig/gravestone-server.toml +++ /dev/null @@ -1,18 +0,0 @@ -#If this is set to true you get an obituary after you died -enable_obituary = true -#The blocks that can be replaced with a grave -#If it starts with '#' it is a tag -replaceable_blocks = ["#gravestone:grave_replaceable"] -#If this is set to true the obituary will be taken out of your inventory when you break the grave -remove_obituary = false -#If this is set to true only the player that owns the grave and admins can break the grave -only_owners_can_break = false -#If this is set to true the ghost of the dead player will be spawned when the grave is broken -spawn_ghost = true -#If this is set to true the ghost player will defend the player -friendly_ghost = true -#If this is set to true you get your items back into your inventory by sneaking on the grave -sneak_pickup = false -#If this is set to true you get your items sorted back into your inventory by breaking the grave -break_pickup = true - diff --git a/defaultconfig/jei-server.toml b/defaultconfig/jei-server.toml deleted file mode 100644 index d5df2c0..0000000 --- a/defaultconfig/jei-server.toml +++ /dev/null @@ -1,9 +0,0 @@ - -["cheat mode"] - #Enable Cheat Mode for Operators (/op) - enableCheatModeForOp = false - #Enable Cheat Mode for users in Creative Mode - enableCheatModeForCreative = true - #Enable Cheat Mode for users who can use /give - enableCheatModeForGive = false - diff --git a/defaultconfig/securitycraft-server.toml b/defaultconfig/securitycraft-server.toml deleted file mode 100644 index 9edf2a2..0000000 --- a/defaultconfig/securitycraft-server.toml +++ /dev/null @@ -1,69 +0,0 @@ -#The chance for the codebreaker to successfully hack a block. 0.33 is 33%. Set to a negative value to disable the codebreaker. -#Using the codebreaker when this is set to 0.0 will still damage the item, while negative values do not damage it. -#Range: -1.0 ~ 1.0 -codebreaker_chance = 0.33 -#Can the admin tool be used? -allowAdminTool = true -#Should mines spawn fire after exploding? -shouldSpawnFire = true -#Should players be able to break a mine without it exploding? -ableToBreakMines = true -#Should mines' explosions be smaller than usual. -smallerMineExplosion = false -#Should mines explode if broken while in Creative mode? -mineExplodesWhenInCreative = true -#Set this to false if you want mines to not break blocks when they explode. If this is set to true, the blockExplosionDropDecay gamerule will be respected -mineExplosionsBreakBlocks = true -#From how many blocks away can a laser block connect to another laser block? -#Range: > 0 -laserBlockRange = 5 -#From how many blocks away can an inventory scanner connect to another inventory scanner? -#Range: > 0 -inventoryScannerRange = 2 -#What is the maximum value that can be set for an alarm's range option? Do note, that this may be limited by chunk loading distance. Higher values may also not be finetuneable. -#Range: > 1 -maxAlarmRange = 100 -#Allow claiming unowned blocks? -allowBlockClaim = false -#Should the sentry/inventory scanner/laser block/etc. ignore players and entities that are invisible? -respect_invisibility = false -#Should reinforced blocks' textures be slightly darker than their vanilla counterparts? This does nothing unless force_reinforced_block_tint is set to true. -reinforced_block_tint = true -#Set this to true if you want to force the setting of reinforced_block_tint for players. -force_reinforced_block_tint = false -#Display owner face on retinal scanner? -retinalScannerFace = true -#Set this to true to enable every player on a scoreboard team (or FTB Teams party) to own the blocks of every other player on the same team. -#This enables players on the same team to break each other's reinforced blocks, change options, add/remove modules, and have access to all other owner-restricted things. -enable_team_ownership = false -#Set this to true to disable sending the message that SecurityCraft shows when a player joins. -#Note, that this stops showing the message for every player, even those that want to see them. -disable_thanks_message = true -#Set this to true if you want players wearing a different player's skull to be able to trick their retinal scanners and scanner doors into activating. -trick_scanners_with_player_heads = false -#Set the amount of damage the taser inflicts onto the mobs it hits. Default is half a heart. -#Range: 0.0 ~ 1.7976931348623157E308 -taser_damage = 1.0 -#Set the amount of damage the powered taser inflicts onto the mobs it hits. Default is one heart. -#Range: 0.0 ~ 1.7976931348623157E308 -powered_taser_damage = 2.0 -#Add effects to this list that you want the taser to inflict onto the mobs it hits. One entry corresponds to one effect, and is formatted like this: -#effect_namespace:effect_path|duration|amplifier -#Example: The entry "minecraft:slowness|20|1" defines slowness 1 for 1 second (20 ticks = 1 second). -taser_effects = ["minecraft:weakness|200|2", "minecraft:nausea|200|2", "minecraft:slowness|200|2"] -#Add effects to this list that you want the powered taser to inflict onto the mobs it hits. One entry corresponds to one effect, and is formatted like this: -#effect_namespace:effect_path|duration|amplifier -#Example: The entry "minecraft:slowness|20|1" defines slowness 1 for 1 second (20 ticks = 1 second). -powered_taser_effects = ["minecraft:weakness|400|5", "minecraft:nausea|400|5", "minecraft:slowness|400|5"] -#Defines the damage inflicted to an entity if it passes through a laser with installed harming module. This is given in health points, meaning 2 health points = 1 heart -#Range: 0.0 ~ 1.7976931348623157E308 -laser_damage = 10.0 -#Defines the damage that a block requiring a passcode deals to the player, if the player enters an incorrect code. This only works if a harming module is installed. -#Default is two hearts of damage. -#Range: > 1 -incorrectPasscodeDamage = 4 -#Add entities to this list that the Sentry currently does not attack, but that you want the Sentry to attack. The denylist takes priority over the allowlist. -sentry_attackable_entities_allowlist = [] -#Add entities to this list that the Sentry currently attacks, but that you want the Sentry to NOT attack. The denylist takes priority over the allowlist. -sentry_attackable_entities_denylist = [] - diff --git a/index.toml b/index.toml index a18da3d..5ebd54c 100644 --- a/index.toml +++ b/index.toml @@ -89,35 +89,35 @@ file = "config/waystones-server.toml" hash = "94be9afad6365059c344ed63b752a4b0cf88d4bea23d1828db382266238426e0" [[files]] -file = "defaultconfig/car-server.toml" +file = "defaultconfigs/car-server.toml" hash = "a9716a7c6e9be3fc208e4be05e063a75ef19aab382cbeacc701c0623cbd11ba1" [[files]] -file = "defaultconfig/comforts-server.toml" +file = "defaultconfigs/comforts-server.toml" hash = "406a27569ac8f908b12ea9bfe39138f55043189d9d2bbe93b0379bdaedf04e4d" [[files]] -file = "defaultconfig/doggytalents-server.toml" +file = "defaultconfigs/doggytalents-server.toml" hash = "2d9f8256d50b4c58c7a64c52e62b6bf97a11e28d28af0ace2d060b43e787b801" [[files]] -file = "defaultconfig/easier_sleeping-server.toml" +file = "defaultconfigs/easier_sleeping-server.toml" hash = "899f4335a1d5a6e49d63e092b1875b3c335843d0db21922de041badc2de70f27" [[files]] -file = "defaultconfig/ftbchunks-world.snbt" +file = "defaultconfigs/ftbchunks-world.snbt" hash = "dc5fecbabefaac1c82a35540a57890b54918858e1042a14f3a666f6f84995f79" [[files]] -file = "defaultconfig/gravestone-server.toml" +file = "defaultconfigs/gravestone-server.toml" hash = "7ba7ba04a57cfeb639114f80d1da4996941750f4e14c9fa62491db8f8c37873e" [[files]] -file = "defaultconfig/jei-server.toml" +file = "defaultconfigs/jei-server.toml" hash = "c1ecc6198a24916f3ddbf76d8ac55083c63cd7db8e261f2890ffaac475ea39d1" [[files]] -file = "defaultconfig/securitycraft-server.toml" +file = "defaultconfigs/securitycraft-server.toml" hash = "adb20a07f21e2a5aa837c8430e526f24ab2c259e18fe2433023d2c38d8b12b28" [[files]] diff --git a/pack.toml b/pack.toml index d68cc4f..49cf2b4 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "4c480dc47f0f54af7a2b53ae79cd5146026fb5b839f0325b12a633fe0eac5d80" +hash = "7fbebc9148622f1a59455327dcb078f7e5356bb84d8b1ae9f36e4a7ff3dd9fbb" [versions] forge = "47.2.17"