[6.0.0] Updated Minecraft and remade pack
This commit is contained in:
12
config/bcc-common.toml
Normal file
12
config/bcc-common.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#General settings
|
||||
[general]
|
||||
#The CurseForge project ID for the modpack
|
||||
#Range: > 0
|
||||
modpackProjectID = 0
|
||||
#The name of the modpack
|
||||
modpackName = "Eternal"
|
||||
#The version of the modpack
|
||||
modpackVersion = "6.0.0"
|
||||
#Use the metadata.json to determine the modpack version
|
||||
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
|
||||
useMetadata = false
|
38
config/comforts-server.toml
Normal file
38
config/comforts-server.toml
Normal file
@ -0,0 +1,38 @@
|
||||
#If enabled, players automatically attempt to use sleeping bags when placed.
|
||||
autoUse = true
|
||||
#If enabled, players cannot sleep again for a period of time after sleeping.
|
||||
restrictSleeping = false
|
||||
#If restrictSleeping is true, this value will determine the length of wait time (larger numbers sleep sooner).
|
||||
#Range: 1.0 ~ 20.0
|
||||
restMultiplier = 2.0
|
||||
#The time of day that hammocks can be used.
|
||||
#Allowed Values: NONE, DAY, NIGHT, DAY_OR_NIGHT
|
||||
hammockUse = "DAY"
|
||||
#The time of day that sleeping bags can be used.
|
||||
#Allowed Values: NONE, DAY, NIGHT, DAY_OR_NIGHT
|
||||
sleepingBagUse = "NIGHT"
|
||||
#What percentage of players must sleep to skip the day.
|
||||
#A percentage value of 0 will allow the day to be skipped by just 1 player, and a percentage value of 100 will require all players to sleep before skipping the day.
|
||||
#A value of less than 0 will default to the playerSleepingPercentage game rule.
|
||||
#
|
||||
#Range: -1 ~ 100
|
||||
daySleepingPercentage = 25
|
||||
#The amount of time, in ticks, to add or remove from the new time after sleeping through a night.
|
||||
#Range: -2000 ~ 2000
|
||||
dayWakeTimeOffset = 0
|
||||
#The amount of time, in ticks, to add or remove from the new time after sleeping through a day.
|
||||
#Range: -2000 ~ 2000
|
||||
nightWakeTimeOffset = 0
|
||||
#If enabled, attempting to sleep in hammocks stops phantoms from spawning.
|
||||
hammocksStopPhantoms = true
|
||||
#If enabled, attempting to sleep in sleeping bags stops phantoms from spawning.
|
||||
sleepingBagsStopPhantoms = true
|
||||
#The percentage chance that a sleeping bag will break upon use.
|
||||
#Range: 0 ~ 100
|
||||
sleepingBagBreakChance = 0
|
||||
#The value that will be multiplied by a player's luck then added to sleepingBagBreakChance.
|
||||
#Range: -1.0 ~ 1.0
|
||||
sleepingBagBreakChanceLuckMultiplier = 0.0
|
||||
#The status effects to apply to players after using the sleeping bag.
|
||||
#Format: effect;duration(secs);power
|
||||
sleepingBagEffects = []
|
20
config/connectivity-common.toml
Executable file
20
config/connectivity-common.toml
Executable file
@ -0,0 +1,20 @@
|
||||
|
||||
["Connectivity settings"]
|
||||
#Should login packet size limits be disabled? Error:(IOException("Payload may not be larger than 1048576 bytes")) default:true
|
||||
disableLoginLimits = true
|
||||
#Should play packet size limits be disabled? Error:(Badly compressed packet) default:true
|
||||
disablePacketLimits = true
|
||||
#If enabled all messages exceeding normal limits will be printed to log. default:false
|
||||
debugPrintMessages = false
|
||||
#Set the max login timeout in ticks. 20 ticks = 1 sec, default = 120 seconds
|
||||
#Range: 600 ~ 20000
|
||||
logintimeout = 4800
|
||||
#Set the ingame disconnect timeout for disconnecting players. Default = 60sec
|
||||
#Range: 15 ~ 400
|
||||
disconnectTimeout = 120
|
||||
#Set the amount of minutes for which network packet history data is saved. Default = 5 minutes
|
||||
#Range: 1 ~ 400
|
||||
packetHistoryMinutes = 10
|
||||
#Enable to see the full log output for all resource location exceptions. Default = false
|
||||
showFullResourceLocationException = false
|
||||
|
27
config/cookingforblockheads-common.toml
Executable file
27
config/cookingforblockheads-common.toml
Executable file
@ -0,0 +1,27 @@
|
||||
#If true, a cow can be squished into a Milk Jar by dropping an anvil on top.
|
||||
cowJarEnabled = true
|
||||
#The amount of milk the cow in a jar generates per tick.
|
||||
#Range: > -2147483648
|
||||
cowJarMilkPerTick = 1
|
||||
#Ex Compressum compatibility. Multiplier applied to the milk per tick for Compressed Cow in a Jar.
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
compressedCowJarMilkMultiplier = 9.0
|
||||
#Set this to true if you'd like the sink to require water to be piped in, instead of providing infinite of it.
|
||||
sinkRequiresWater = false
|
||||
#Enabling this will make the kitchen counters have twice as much inventory space.
|
||||
largeCounters = true
|
||||
#Set this to true if you'd like to disallow automation of the oven (pipes and such won't be able to insert/extract)
|
||||
disallowOvenAutomation = false
|
||||
#The fuel multiplier for the cooking oven. Higher values means fuel lasts longer, 1.0 is furnace default.
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
ovenFuelTimeMultiplier = 0.33000001311302185
|
||||
#The cooking time multiplier for the cooking oven. Higher values means it will take longer.
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
ovenCookTimeMultiplier = 1.0
|
||||
#Set this to true if you'd like the oven to only accept cooking oil as fuel (requires Pam's Harvestcraft)
|
||||
ovenRequiresCookingOil = false
|
||||
#Set to false if you don't want ingredients to be marked with a special icon in the recipe book.
|
||||
showIngredientIcon = true
|
||||
#Toasting toasted bread again will turn into charcoal (only if no other mod adding toast is present). Set to false to disable.
|
||||
allowVeryToastedBread = true
|
||||
|
46
config/fallingtree.json
Executable file
46
config/fallingtree.json
Executable file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"trees": {
|
||||
"allowedLogs": [],
|
||||
"deniedLogs": [],
|
||||
"allowedLeaves": [],
|
||||
"allowedNonDecayLeaves": [],
|
||||
"deniedLeaves": [],
|
||||
"breakMode": "INSTANTANEOUS",
|
||||
"detectionMode": "WHOLE_TREE",
|
||||
"maxScanSize": 500,
|
||||
"maxSize": 200,
|
||||
"maxSizeAction": "ABORT",
|
||||
"breakOrder": "FURTHEST_FIRST",
|
||||
"minimumLeavesAroundRequired": 2,
|
||||
"includePersistentLeavesInRequiredCount": true,
|
||||
"treeBreaking": true,
|
||||
"leavesBreaking": true,
|
||||
"leavesBreakingForceRadius": 0,
|
||||
"allowMixedLogs": false,
|
||||
"breakNetherTreeWarts": true,
|
||||
"instantlyBreakWarts": false,
|
||||
"searchAreaRadius": -1,
|
||||
"allowedAdjacentBlocks": [],
|
||||
"adjacentStopMode": "STOP_ALL"
|
||||
},
|
||||
"tools": {
|
||||
"allowed": [],
|
||||
"denied": [],
|
||||
"preserve": false,
|
||||
"ignoreTools": false,
|
||||
"damageMultiplicand": 1.0,
|
||||
"damageRounding": "ROUND_DOWN",
|
||||
"speedMultiplicand": 0.0
|
||||
},
|
||||
"player": {
|
||||
"allowedTags": []
|
||||
},
|
||||
"enchantment": {
|
||||
"registerEnchant": false,
|
||||
"registerSpecificEnchant": false,
|
||||
"hideEnchant": false
|
||||
},
|
||||
"sneakMode": "SNEAK_DISABLE",
|
||||
"breakInCreative": false,
|
||||
"notificationMode": "ACTION_BAR"
|
||||
}
|
6
config/farsight.json
Normal file
6
config/farsight.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"maxRenderDistance": {
|
||||
"desc:": "Maximum allowed render distance, default 64",
|
||||
"maxRenderDistance": 128
|
||||
}
|
||||
}
|
17
config/gravestone-server.toml
Normal file
17
config/gravestone-server.toml
Normal file
@ -0,0 +1,17 @@
|
||||
#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 = true
|
||||
#If this is set to true you get your items sorted back into your inventory by breaking the grave
|
||||
break_pickup = true
|
51
config/jade/jade_plugins.json
Executable file
51
config/jade/jade_plugins.json
Executable file
@ -0,0 +1,51 @@
|
||||
{
|
||||
"minecraft": {
|
||||
"horse_inventory": true,
|
||||
"total_ench_power": true,
|
||||
"chicken_egg": true,
|
||||
"jukebox": true,
|
||||
"horse_stat": true,
|
||||
"brewing_stand": true,
|
||||
"animal_owner": false,
|
||||
"note_block": true,
|
||||
"inventory": true,
|
||||
"beehive": true,
|
||||
"player_head": true,
|
||||
"lectern": true,
|
||||
"effective_tool": true,
|
||||
"harvest_tool": true,
|
||||
"armor_stand": true,
|
||||
"fluid": true,
|
||||
"profession": true,
|
||||
"item_tooltip": true,
|
||||
"breaking_progress": true,
|
||||
"tnt_stability": true,
|
||||
"ench_power": true,
|
||||
"mob_breeding": true,
|
||||
"item_frame": true,
|
||||
"crop_progress": true,
|
||||
"effects": true,
|
||||
"command_block": true,
|
||||
"display_furnace_contents": true,
|
||||
"mob_growth": true,
|
||||
"painting": true,
|
||||
"harvest_tool_new_line": false,
|
||||
"spawner_type": true,
|
||||
"redstone": true,
|
||||
"fe": true
|
||||
},
|
||||
"jade": {
|
||||
"block_states": false,
|
||||
"entity_armor": true,
|
||||
"registry_name": false,
|
||||
"item_mod_name": false,
|
||||
"mod_name": true,
|
||||
"entity_hp": true
|
||||
},
|
||||
"securitycraft": {
|
||||
"showowner": true,
|
||||
"showmodules": true,
|
||||
"showpasswords": false,
|
||||
"showcustomname": false
|
||||
}
|
||||
}
|
7
config/jei-server.toml
Normal file
7
config/jei-server.toml
Normal file
@ -0,0 +1,7 @@
|
||||
["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
|
18
config/lightoverlay.properties
Executable file
18
config/lightoverlay.properties
Executable file
@ -0,0 +1,18 @@
|
||||
# Light Overlay Config
|
||||
reach=12
|
||||
crossLevel=0
|
||||
secondaryLevel=7
|
||||
cachingData=false
|
||||
showNumber=true
|
||||
underwater=false
|
||||
mushroom=false
|
||||
lineWidth=1
|
||||
yellowColorRed=255
|
||||
yellowColorGreen=255
|
||||
yellowColorBlue=0
|
||||
redColorRed=255
|
||||
redColorGreen=0
|
||||
redColorBlue=0
|
||||
secondaryColorRed=0
|
||||
secondaryColorGreen=0
|
||||
secondaryColorBlue=255
|
19
config/modern_industrialization.toml
Normal file
19
config/modern_industrialization.toml
Normal file
@ -0,0 +1,19 @@
|
||||
enableNoEmiMessage = true
|
||||
spawnWithGuideBook = true
|
||||
respawnWithGuideBook = false
|
||||
disableFuelTooltips = false
|
||||
disableItemTagTooltips = true
|
||||
newVersionMessage = false
|
||||
enableHatchPlacementOverlay = true
|
||||
enableBarrelContentRendering = true
|
||||
colorWaterLava = true
|
||||
enableDebugCommands = false
|
||||
enableBidirectionalEnergyCompat = false
|
||||
enableAe2Integration = true
|
||||
enableFtbQuestsIntegration = true
|
||||
enableDefaultOreGenTooltips = true
|
||||
datagenOnStartup = false
|
||||
loadRuntimeGeneratedResources = false
|
||||
removeIndustrialistTrades = false
|
||||
maxDistillationTowerHeight = 9
|
||||
enableInterMachineConnectedTextures = false
|
14
config/rightclickharvest.json5
Normal file
14
config/rightclickharvest.json5
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
// - default: true
|
||||
requireHoe: false,
|
||||
// - default: true
|
||||
harvestInRadius: false,
|
||||
/* - default: NORMAL
|
||||
- must be one of: NONE, LOW, NORMAL, HIGH
|
||||
*/
|
||||
hungerLevel: "NORMAL",
|
||||
/* Modpack developers, set this to true to stop RCH telling users that they probably need to equip a hoe to harvest crops (if requireHoe is set to true). This message will only be displayed once.
|
||||
- default: false
|
||||
*/
|
||||
hasUserBeenWarnedForNotUsingHoe: false
|
||||
}
|
8
config/securitycraft-client.toml
Executable file
8
config/securitycraft-client.toml
Executable file
@ -0,0 +1,8 @@
|
||||
#Display a 'tip' message at spawn?
|
||||
sayThanksMessage = false
|
||||
#How fast can you rotate when mounted to a camera and holding W-A-S-D?
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
cameraSpeed = 2.0
|
||||
#Should reinforced blocks' textures be slightly darker than their vanilla counterparts? This setting can be overriden by servers.
|
||||
reinforced_block_tint = true
|
||||
|
20
config/waystones-client.toml
Executable file
20
config/waystones-client.toml
Executable file
@ -0,0 +1,20 @@
|
||||
|
||||
[client]
|
||||
#The x position of the warp button in the inventory.
|
||||
teleportButtonX = 58
|
||||
#The y position of the warp button in the inventory.
|
||||
teleportButtonY = 60
|
||||
#The x position of the warp button in the creative menu.
|
||||
creativeWarpButtonX = 88
|
||||
#The y position of the warp button in the creative menu.
|
||||
creativeWarpButtonY = 33
|
||||
#If enabled, activated waystones will not emit particles.
|
||||
disableParticles = true
|
||||
#If enabled, the text overlay on waystones will no longer always render at full brightness.
|
||||
disableTextGlow = false
|
||||
#The volume of the sound played when teleporting.
|
||||
#Range: 0.0 ~ 1.0
|
||||
soundVolume = 0.10000000149011612
|
||||
#If enabled, JourneyMap waypoints will be created for each activated waystone.
|
||||
displayWaystonesOnJourneyMap = false
|
||||
|
133
config/waystones-common.toml
Executable file
133
config/waystones-common.toml
Executable file
@ -0,0 +1,133 @@
|
||||
|
||||
[xpCost]
|
||||
#Set to true if experience cost should be inverted, meaning the shorter the distance, the more expensive. Can be used to encourage other methods for short-distance travel.
|
||||
inverseXpCost = false
|
||||
#The amount of blocks per xp level requirement. If set to 500, the base xp cost for travelling 1000 blocks will be 2 levels.
|
||||
#Range: > -2147483648
|
||||
blocksPerXpLevel = 1000
|
||||
#The minimum base xp cost (may be subceeded by multipliers defined below)
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
minimumBaseXpCost = 0.0
|
||||
#The maximum base xp cost (may be exceeded by multipliers defined below), set to 0 to disable all distance-based XP costs
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
maximumBaseXpCost = 0.0
|
||||
#How much xp is needed per leashed animal to travel with you
|
||||
#Range: > -2147483648
|
||||
xpCostPerLeashed = 1
|
||||
#The base xp level cost when travelling between dimensions. Ignores block distance.
|
||||
#Range: > -2147483648
|
||||
dimensionalWarpXpCost = 3
|
||||
#The multiplier applied to the base xp cost when teleporting to a global waystone through any method.
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
globalWaystoneXpCostMultiplier = 1.0
|
||||
#The multiplier applied to the base xp cost when teleporting using a Warp Stone item (not the Waystone block, Konstantin)
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
warpStoneXpCostMultiplier = 0.0
|
||||
#The multiplier applied to the base xp cost when teleporting from one waystone to another.
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
waystoneXpCostMultiplier = 1.0
|
||||
#The multiplier applied to the base xp cost when teleporting from one sharestone to another.
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
sharestoneXpCostMultiplier = 1.0
|
||||
#The multiplier applied to the base xp cost when teleporting from a portstone.
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
portstoneXpCostMultiplier = 0.0
|
||||
#The multiplier applied to the base xp cost when teleporting from one warp plate to another.
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
warpPlateXpCostMultiplier = 0.0
|
||||
#The multiplier applied to the base xp cost when teleporting via the inventory button.
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
inventoryButtonXpCostMultiplier = 0.0
|
||||
|
||||
[restrictions]
|
||||
#If enabled, only creative players can place, edit or break waystones. This does NOT disable the crafting recipe.
|
||||
restrictToCreative = false
|
||||
#If enabled, only the owner of a waystone (the one who placed it) can rename it.
|
||||
restrictRenameToOwner = true
|
||||
#If enabled, waystones generated in worldgen are unbreakable.
|
||||
generatedWaystonesUnbreakable = false
|
||||
#If enabled, leashed mobs will be teleported with you
|
||||
transportLeashed = true
|
||||
#Whether to take leashed mobs with you when teleporting between dimensions
|
||||
transportLeashedDimensional = true
|
||||
#List of leashed mobs that cannot be taken with you when teleporting
|
||||
leashedDenyList = ["minecraft:wither"]
|
||||
#Set to 'ALLOW' to allow dimensional warp in general. Set to 'GLOBAL_ONLY' to restrict dimensional warp to global waystones. Set to 'DENY' to disallow all dimensional warps.
|
||||
#Allowed Values: ALLOW, GLOBAL_ONLY, DENY
|
||||
dimensionalWarp = "ALLOW"
|
||||
#List of dimensions that players are allowed to warp cross-dimension from and to. If left empty, all dimensions except those in dimensionalWarpDenyList are allowed.
|
||||
dimensionalWarpAllowList = []
|
||||
#List of dimensions that players are not allowed to warp cross-dimension from and to. Only used if dimensionalWarpAllowList is empty.
|
||||
dimensionalWarpDenyList = []
|
||||
#Set to true if players should be able to teleport between waystones by simply right-clicking a waystone.
|
||||
allowWaystoneToWaystoneTeleport = true
|
||||
#Set to false to allow non-creative players to make waystones globally activated for all players.
|
||||
globalWaystoneSetupRequiresCreativeMode = true
|
||||
|
||||
[cooldowns]
|
||||
#The multiplier applied to the cooldown when teleporting to a global waystone via inventory button or warp stone.
|
||||
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
|
||||
globalWaystoneCooldownMultiplier = 1.0
|
||||
#The cooldown between usages of the warp stone in seconds. This is bound to the player, not the item, so multiple warp stones share the same cooldown.
|
||||
#Range: > -2147483648
|
||||
warpStoneCooldown = 30
|
||||
#The time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click.
|
||||
#Range: > -2147483648
|
||||
warpStoneUseTime = 32
|
||||
#The time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for.
|
||||
#Range: > -2147483648
|
||||
warpPlateUseTime = 20
|
||||
#The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click.
|
||||
#Range: > -2147483648
|
||||
scrollUseTime = 32
|
||||
#The cooldown between usages of the inventory button in seconds.
|
||||
#Range: > -2147483648
|
||||
inventoryButtonCooldown = 30
|
||||
|
||||
[inventoryButton]
|
||||
#Set to 'NONE' for no inventory button. Set to 'NEAREST' for an inventory button that teleports to the nearest waystone. Set to 'ANY' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone.
|
||||
inventoryButton = ""
|
||||
#The x position of the warp button in the inventory.
|
||||
#Range: > -2147483648
|
||||
warpButtonX = 58
|
||||
#The y position of the warp button in the inventory.
|
||||
#Range: > -2147483648
|
||||
warpButtonY = 60
|
||||
#The y position of the warp button in the creative menu.
|
||||
#Range: > -2147483648
|
||||
creativeWarpButtonX = 88
|
||||
#The y position of the warp button in the creative menu.
|
||||
#Range: > -2147483648
|
||||
creativeWarpButtonY = 33
|
||||
|
||||
[worldGen]
|
||||
#Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in.
|
||||
#Allowed Values: DEFAULT, MOSSY, SANDY, BIOME
|
||||
worldGenStyle = "BIOME"
|
||||
#Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation.
|
||||
#Range: > -2147483648
|
||||
frequency = 25
|
||||
#List of dimensions that waystones are allowed to spawn in through world gen. If left empty, all dimensions except those in worldGenDimensionDenyList are used.
|
||||
dimensionAllowList = ["minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"]
|
||||
#List of dimensions that waystones are not allowed to spawn in through world gen. Only used if worldGenDimensionAllowList is empty.
|
||||
dimensionDenyList = []
|
||||
#Set to 'PRESET_FIRST' to first use names from the custom names list. Set to 'PRESET_ONLY' to use only those custom names. Set to 'MIXED' to have some waystones use custom names, and others random names.
|
||||
#Allowed Values: PRESET_FIRST, RANDOM_ONLY, PRESET_ONLY, MIXED
|
||||
nameGenerationMode = "PRESET_FIRST"
|
||||
#These names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info.
|
||||
customWaystoneNames = []
|
||||
#Set to true if waystones should be added to the generation of villages. Some villages may still spawn without a waystone.
|
||||
spawnInVillages = true
|
||||
#Ensures that pretty much every village will have a waystone, by spawning it as early as possible. In addition, this means waystones will generally be located in the center of the village.
|
||||
forceSpawnInVillages = false
|
||||
|
||||
[client]
|
||||
#If enabled, the text overlay on waystones will no longer always render at full brightness.
|
||||
disableTextGlow = false
|
||||
#If enabled, activated waystones will not emit particles.
|
||||
disableParticles = false
|
||||
|
||||
[compatibility]
|
||||
#If enabled, JourneyMap waypoints will be created for each activated waystone.
|
||||
displayWaystonesOnJourneyMap = false
|
||||
|
109
config/waystones-server.toml
Executable file
109
config/waystones-server.toml
Executable file
@ -0,0 +1,109 @@
|
||||
|
||||
#These options will be synced to joining clients.
|
||||
[server]
|
||||
|
||||
#Note: Base XP cost is based on the distance travelled.
|
||||
[server.baseXpCost]
|
||||
#Set to true if experience cost should be inverted, meaning the shorter the distance, the more expensive. Can be used to encourage other methods for short-distance travel.
|
||||
inverseXpCost = false
|
||||
#The amount of blocks per xp level requirement. If set to 500, the base xp cost for travelling 1000 blocks will be 2 levels.
|
||||
#Range: > 1
|
||||
blocksPerXPLevel = 1000
|
||||
#The minimum base xp cost
|
||||
#Range: 0.0 ~ Infinity
|
||||
minimumXpCost = 0.0
|
||||
#The maximum base xp cost (may be exceeded by multipliers defined below), set to 0 to disable all distance-based XP costs
|
||||
#Range: 0.0 ~ Infinity
|
||||
maximumXpCost = 0.0
|
||||
|
||||
#These options apply to teleporting from one waystone to another by right-clicking it.
|
||||
[server.waystoneToWaystone]
|
||||
#The multiplier applied to the base xp cost when teleporting from one waystone to another.
|
||||
#Range: 0.0 ~ Infinity
|
||||
waystoneXpCostMultiplier = 0.0
|
||||
#The multiplier applied to the base xp cost when teleporting from one sharestone to another.
|
||||
#Range: 0.0 ~ Infinity
|
||||
sharestoneXpCostMultiplier = 0.0
|
||||
#The multiplier applied to the base xp cost when teleporting from a portstone.
|
||||
#Range: 0.0 ~ Infinity
|
||||
portstoneXpCostMultiplier = 0.0
|
||||
|
||||
#These options apply to warp plates.
|
||||
[server.warpPlate]
|
||||
#The multiplier applied to the base xp cost when teleporting from one warp plate to another.
|
||||
#Range: 0.0 ~ Infinity
|
||||
warpPlateXpCostMultiplier = 0.0
|
||||
#The time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for.
|
||||
#Range: > 0
|
||||
warpPlateUseTime = 20
|
||||
|
||||
#These options apply to the optional Waystones button displayed in the inventory.
|
||||
[server.inventoryButton]
|
||||
#Set to 'NONE' for no inventory button. Set to 'NEAREST' for an inventory button that teleports to the nearest waystone. Set to 'ANY' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone.
|
||||
inventoryButton = "NONE"
|
||||
#The multiplier applied to the base xp cost when teleporting via the inventory button.
|
||||
#Range: 0.0 ~ Infinity
|
||||
inventoryButtonXpCostMultiplier = 0.0
|
||||
#The cooldown between usages of the inventory button in seconds.
|
||||
#Range: > 0
|
||||
inventoryButtonCooldown = 300
|
||||
|
||||
#These options apply to the global waystones.
|
||||
[server.globalWaystones]
|
||||
#The multiplier applied to the base xp cost when teleporting to a global waystone through any method.
|
||||
#Range: 0.0 ~ Infinity
|
||||
globalWaystonesXpCostMultiplier = 1.0
|
||||
#The multiplier applied to the cooldown when teleporting to a global waystone via inventory button or warp stone.
|
||||
#Range: 0.0 ~ Infinity
|
||||
globalWaystoneCooldownMultiplier = 1.0
|
||||
#Set to false to allow non-creative players to make waystones globally activated for all players.
|
||||
globalWaystoneRequiresCreative = true
|
||||
|
||||
#These options apply to teleporting using the Warp Stone item.
|
||||
[server.warpStone]
|
||||
#The multiplier applied to the base xp cost when teleporting using a Warp Stone item (not the Waystone block, John)
|
||||
#Range: 0.0 ~ Infinity
|
||||
warpStoneXpCostMultiplier = 0.0
|
||||
#The cooldown between usages of the warp stone in seconds. This is bound to the player, not the item, so multiple warp stones share the same cooldown.
|
||||
#Range: > 0
|
||||
warpStoneCooldown = 30
|
||||
#The time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click.
|
||||
#Range: > 1
|
||||
warpStoneUseTime = 32
|
||||
|
||||
#These options apply to teleporting using the scroll items.
|
||||
[server.scrolls]
|
||||
#The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click.
|
||||
#Range: > 1
|
||||
scrollUseTime = 32
|
||||
|
||||
#These options apply to teleporting between dimensions.
|
||||
[server.dimensionalWarp]
|
||||
#Set to 'ALLOW' to allow dimensional warp in general. Set to 'GLOBAL_ONLY' to restrict dimensional warp to global waystones. Set to 'DENY' to disallow all dimensional warps.
|
||||
#Allowed Values: ALLOW, GLOBAL_ONLY, DENY
|
||||
dimensionalWarp = "ALLOW"
|
||||
#The base xp level cost when travelling between dimensions. Ignores block distance.
|
||||
#Range: > 0
|
||||
dimensionalWarpXpCost = 3
|
||||
|
||||
#These options apply to taking leashed mobs with you when teleporting.
|
||||
[server.leashedMobs]
|
||||
#If enabled, leashed mobs/animals will be teleported with you
|
||||
transportLeashed = true
|
||||
#Take animals with you when travelling between dimensions
|
||||
transportLeashedDimensional = true
|
||||
#How much xp is need per leashed animal to travel with you
|
||||
#Range: > 0
|
||||
costPerLeashed = 1
|
||||
#Which leashed mobs cannot be taken with you when travelling.
|
||||
leashedBlacklist = ["minecraft:wither"]
|
||||
|
||||
#These options define restrictions when managing waystones.
|
||||
[server.restrictions]
|
||||
#If enabled, only the owner of a waystone (the one who placed it) can rename it.
|
||||
restrictRenameToOwner = true
|
||||
#If enabled, only creative players can place, edit or break waystones. This does NOT disable the crafting recipe.
|
||||
restrictToCreative = false
|
||||
#If enabled, waystones generated in worldgen are unbreakable.
|
||||
generatedWaystonesUnbreakable = false
|
||||
|
Reference in New Issue
Block a user