Advertisement
Guest User

MultiverseConfig

a guest
Aug 22nd, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.75 KB | None | 0 0
  1. #  -------------------------------------------------------------------------  #
  2. # This is the MV2 Config. If you mess it up, copy the values out              #
  3. # delete it, and it will be regenerated. Then use the ingame interface        #
  4. # to add your values back via the "/mv conf" command.                         #
  5. # When in-game, simply type: "/mv conf ?" for help.                           #
  6. # A config with explanations can be found here:                               #
  7. # https://github.com/Multiverse/Multiverse-Core/wiki/config.yml               #
  8. #                                                                             #
  9. #                                                                             #
  10. #  IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT  #
  11. #                                                                             #
  12. # Do NOT delete this line from your config!!!!                                #
  13. # ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration             #
  14. #                                                                             #
  15. #  IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT  #
  16. #  -------------------------------------------------------------------------  #
  17.  
  18. multiverse-configuration:
  19.   ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
  20.   enforceaccess: 'false'
  21.   prefixchat: 'false'
  22.   prefixchatformat: '[%world%]:%chat%'
  23.   useasyncchat: 'true'
  24.   teleportintercept: 'true'
  25.   firstspawnoverride: 'true'
  26.   displaypermerrors: 'true'
  27.   globaldebug: '0'
  28.   silentstart: 'false'
  29.   messagecooldown: '5000'
  30.   version: '2.9'
  31.   firstspawnworld: world
  32.   teleportcooldown: '1000'
  33.   defaultportalsearch: 'false'
  34.   portalsearchradius: '128'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement