This plugin allows for admins to define a set of named points which users can warp to whenever they want; given that they have previously been there and discovered the point. Going to a point will cost the player money. The amount will be defined by an equation given by an admin in the config.
The price from one point to another is defined by an equation in the config. This can contain one of several variables and symbols to allow for customisation of prices.
+,-,*,/ = Add,Minus,Multiply,Divide
[DISTANCE] = distance between the player and the portal
[XWORLD] = A value depending on whether the teleport is across worlds. 1 if across worlds, 0 if in the same world.
[PWRLVL] = the players overall mcMMO power level, if it is running
[LVL] = the players normal minecraft exp based level
Example: [DISTANCE] * [PWRLVL] / 10 would divide the power level by 10, and multiply it by distance. (Follows BIDMAS, Brackets, indicies, division, multiplicaion, addition, subtraction)
You can create square regions in your world, in which travel between portals will be free. So a region over a city for example, traveling from a portal at the entrance to the castle withing for example will be free.