Guest User

Warp portals config

a guest
Jul 28th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.07 KB | None | 0 0
  1. # Mess with these all you want!
  2. portals:
  3.   general:
  4.     allowNormalPortals: true # Enables/Disables normal Nether/End portals from functioning.
  5.     textColor: c # The color of Portal admin commands.
  6.   create: # For everything related to Portal creation
  7.     maxSize: 1000 # A limit to make sure that an accidental attempt to turn an entire ocean into a portal doesn't succeed and kill your server.
  8.   permission:
  9.     alertUser: true # Alert the user when they try to use a WarpPortal that they don't have permission to use
  10.     checkIndividualPortalPermissions: false # Change to true to allow permissions to be set on a per-portal basis. Use only with permission plugins that support wildcard operators, such as in "warpportals.enter.*", e.g. PermissionsEx.
  11.   teleport: # For everything related to Portal teleportation
  12.     message: Wooooooosh! # The message that is shown when a user teleports
  13.     messageColor: d # The color of the teleportation message.
  14.   reporting:
  15.     allowAnalytics: false # Allow WarpPortals to periodically send data about its functioning to the developer.
Advertisement
Add Comment
Please, Sign In to add comment