Advertisement
Guest User

Untitled

a guest
Oct 19th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.53 KB | None | 0 0
  1. # Server.properties
  2. # -----------------
  3. #Minecraft server properties
  4. #Sat Oct 19 23:00:23 CEST 2013
  5. generator-settings=
  6. allow-nether=true
  7. level-name=world
  8. enable-query=false
  9. allow-flight=false
  10. server-port=1010
  11. level-type=DEFAULT
  12. enable-rcon=false
  13. force-gamemode=false
  14. level-seed=
  15. server-ip=
  16. max-build-height=256
  17. spawn-npcs=true
  18. white-list=false
  19. spawn-animals=true
  20. hardcore=false
  21. snooper-enabled=true
  22. texture-pack=
  23. online-mode=true
  24. pvp=true
  25. difficulty=1
  26. enable-command-block=true
  27. gamemode=0
  28. player-idle-timeout=0
  29. max-players=20
  30. spawn-monsters=true
  31. generate-structures=true
  32. view-distance=10
  33. spawn-protection=16
  34. motd=MinecraftEurope event server
  35.  
  36.  
  37.  
  38. #  -------------------------------------------------------------------------  #
  39. # This is the MV2 Config. If you mess it up, copy the values out              #
  40. # delete it, and it will be regenerated. Then use the ingame interface        #
  41. # to add your values back via the "/mv conf" command.                         #
  42. # When in-game, simply type: "/mv conf ?" for help.                           #
  43. # A config with explanations can be found here:                               #
  44. # https://github.com/Multiverse/Multiverse-Core/wiki/config.yml               #
  45. #                                                                             #
  46. #                                                                             #
  47. #  IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT  #
  48. #                                                                             #
  49. # Do NOT delete this line from your config!!!!                                #
  50. # ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration             #
  51. #                                                                             #
  52. #  IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT  #
  53. #  -------------------------------------------------------------------------  #
  54.  
  55. multiverse-configuration:
  56.   ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
  57.   enforceaccess: 'false'
  58.   prefixchat: 'false'
  59.   prefixchatformat: '[%world%]%chat%'
  60.   useasyncchat: 'true'
  61.   teleportintercept: 'true'
  62.   firstspawnoverride: 'true'
  63.   displaypermerrors: 'true'
  64.   globaldebug: '0'
  65.   silentstart: 'false'
  66.   messagecooldown: '5000'
  67.   version: '2.9'
  68.   firstspawnworld: world
  69.   teleportcooldown: '1000'
  70.   defaultportalsearch: 'false'
  71.   portalsearchradius: '128'
  72.  
  73.  
  74.  
  75. #### Worlds.yml
  76. worlds:
  77.   world_nether:
  78.     ==: MVWorld
  79.     hidden: 'false'
  80.     alias: world_nether
  81.     color: WHITE
  82.     style: NORMAL
  83.     pvp: 'true'
  84.     scale: '8.0'
  85.     respawnWorld: ''
  86.     allowWeather: 'true'
  87.     difficulty: EASY
  88.     spawning:
  89.       ==: MVSpawnSettings
  90.       animals:
  91.         ==: MVSpawnSubSettings
  92.         spawn: 'true'
  93.         spawnrate: '-1'
  94.         exceptions: []
  95.       monsters:
  96.         ==: MVSpawnSubSettings
  97.         spawn: 'true'
  98.         spawnrate: '-1'
  99.         exceptions: []
  100.     entryfee:
  101.       ==: MVEntryFee
  102.       amount: '0.0'
  103.       currency: '-1'
  104.     hunger: 'true'
  105.     autoHeal: 'true'
  106.     adjustSpawn: 'true'
  107.     portalForm: ALL
  108.     gameMode: SURVIVAL
  109.     keepSpawnInMemory: 'true'
  110.     spawnLocation:
  111.       ==: MVSpawnLocation
  112.       yaw: 0.0
  113.       pitch: 0.0
  114.       z: 0.0
  115.       y: 45.0
  116.       x: 0.0
  117.     autoLoad: 'true'
  118.     bedRespawn: 'true'
  119.     worldBlacklist: []
  120.     environment: NETHER
  121.     seed: '-5958025080222680316'
  122.     generator: 'null'
  123.     playerLimit: '-1'
  124.     allowFlight: 'true'
  125.   TheTowers:
  126.     ==: MVWorld
  127.     hidden: 'false'
  128.     alias: TheTowers
  129.     color: WHITE
  130.     style: NORMAL
  131.     pvp: 'true'
  132.     scale: '1.0'
  133.     respawnWorld: ''
  134.     allowWeather: 'true'
  135.     difficulty: EASY
  136.     spawning:
  137.       ==: MVSpawnSettings
  138.       animals:
  139.         ==: MVSpawnSubSettings
  140.         spawn: 'true'
  141.         spawnrate: '-1'
  142.         exceptions: []
  143.       monsters:
  144.         ==: MVSpawnSubSettings
  145.         spawn: 'true'
  146.         spawnrate: '-1'
  147.         exceptions: []
  148.     entryfee:
  149.       ==: MVEntryFee
  150.       amount: '0.0'
  151.       currency: '-1'
  152.     hunger: 'true'
  153.     autoHeal: 'true'
  154.     adjustSpawn: 'true'
  155.     portalForm: ALL
  156.     gameMode: SURVIVAL
  157.     keepSpawnInMemory: 'true'
  158.     spawnLocation:
  159.       ==: MVSpawnLocation
  160.       yaw: 0.0
  161.       pitch: 0.0
  162.       z: 1.5
  163.       y: 66.0
  164.       x: 1.5
  165.     autoLoad: 'true'
  166.     bedRespawn: 'true'
  167.     worldBlacklist: []
  168.     environment: NORMAL
  169.     seed: '0'
  170.     generator: 'null'
  171.     playerLimit: '-1'
  172.     allowFlight: 'true'
  173.   world:
  174.     ==: MVWorld
  175.     hidden: 'false'
  176.     alias: world
  177.     color: WHITE
  178.     style: NORMAL
  179.     pvp: 'true'
  180.     scale: '1.0'
  181.     respawnWorld: ''
  182.     allowWeather: 'true'
  183.     difficulty: EASY
  184.     spawning:
  185.       ==: MVSpawnSettings
  186.       animals:
  187.         ==: MVSpawnSubSettings
  188.         spawn: 'true'
  189.         spawnrate: '-1'
  190.         exceptions: []
  191.       monsters:
  192.         ==: MVSpawnSubSettings
  193.         spawn: 'true'
  194.         spawnrate: '-1'
  195.         exceptions: []
  196.     entryfee:
  197.       ==: MVEntryFee
  198.       amount: '0.0'
  199.       currency: '-1'
  200.     hunger: 'true'
  201.     autoHeal: 'true'
  202.     adjustSpawn: 'true'
  203.     portalForm: ALL
  204.     gameMode: SURVIVAL
  205.     keepSpawnInMemory: 'true'
  206.     spawnLocation:
  207.       ==: MVSpawnLocation
  208.       yaw: 0.0
  209.       pitch: 0.0
  210.       z: 317.5
  211.       y: 64.0
  212.       x: 215.5
  213.     autoLoad: 'true'
  214.     bedRespawn: 'true'
  215.     worldBlacklist: []
  216.     environment: NORMAL
  217.     seed: '-5958025080222680316'
  218.     generator: 'null'
  219.     playerLimit: '-1'
  220.     allowFlight: 'true'
  221.   world_the_end:
  222.     ==: MVWorld
  223.     hidden: 'false'
  224.     alias: world_the_end
  225.     color: WHITE
  226.     style: NORMAL
  227.     pvp: 'true'
  228.     scale: '16.0'
  229.     respawnWorld: ''
  230.     allowWeather: 'true'
  231.     difficulty: EASY
  232.     spawning:
  233.       ==: MVSpawnSettings
  234.       animals:
  235.         ==: MVSpawnSubSettings
  236.         spawn: 'true'
  237.         spawnrate: '-1'
  238.         exceptions: []
  239.       monsters:
  240.         ==: MVSpawnSubSettings
  241.         spawn: 'true'
  242.         spawnrate: '-1'
  243.         exceptions: []
  244.     entryfee:
  245.       ==: MVEntryFee
  246.       amount: '0.0'
  247.       currency: '-1'
  248.     hunger: 'true'
  249.     autoHeal: 'true'
  250.     adjustSpawn: 'true'
  251.     portalForm: ALL
  252.     gameMode: SURVIVAL
  253.     keepSpawnInMemory: 'true'
  254.     spawnLocation:
  255.       ==: MVSpawnLocation
  256.       yaw: 0.0
  257.       pitch: 0.0
  258.       z: 0.0
  259.       y: 63.0
  260.       x: 0.0
  261.     autoLoad: 'true'
  262.     bedRespawn: 'true'
  263.     worldBlacklist: []
  264.     environment: THE_END
  265.     seed: '-5958025080222680316'
  266.     generator: 'null'
  267.     playerLimit: '-1'
  268.     allowFlight: 'true'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement