[1.6.6]
This update includes more controls for what is allowed to go through portals, and a lot more permission nodes for more control over who is allowed to create and use specific colored portals!
New variables in the config.yml
Code (yml (Unknown Language)):
# This allows mobs to teleport through portals when they are triggered #
allowMobs: true
# This allows items to teleport through portals when they are triggered #
allowItems: true
# This allows minecarts to teleport through portals when they are triggered #
allowMinecarts: true
New permission nodes (on main page too)
Code (Text):
all available colors:
white
orange
magenta
light_blue
yellow
lime
pink
gray
light_gray
cyan
purple
blue
brown
green
red
black
colorportals.use.* - allows player to use portals of all colors
colorportals.use.color - allows player to use portals of <color> color
colorportals.create.* - allows player to create portals of all colors
colorportals.create.color - allows player to create portals of <color> color
colorportals.destroy.* - allows player to destroy portals of all colors
colorportals.destroy.color - allows player to destroy portals of <color> color
colorportals.nodistance - allows player bypass max/min distance between portals (if distance is used)
colorportals.max.* - player is allowed to create unlimited portals
colorportals.max.# - player is allowed to create <#> amount of portals