restrictions = {} [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 = 3.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