Advertisement
lipe123

Untitled

Feb 4th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.12 KB | None | 0 0
  1. # Simple Spleef configuration
  2. # Note on materials: If you use numbers for IDs and data values, make sure that you use an amount! E.g.: 1:35:5 or WOOL:5 works, but not 35:5!
  3. # RED_WOOL does not work! Use WOOL:14 instead!
  4. # Also, if you use single item ids (like 42 for iron block, make sure to suround them with ' - e.g. '42'. If you forget to do this, Bukkit
  5. # will interpret the value as integer and bug SimpleSpleef...
  6. # Material ids/names can be found at https://github.com/Bukkit/Bukkit/blob/master/src/main/java/org/bukkit/Material.java
  7. # Version number of configuration - do not touch! It is used for automatic updates of configuration settings.
  8. version: 3
  9. language: en
  10. settings:
  11.   updateNotificationOnStart: true
  12.   updateNotificationOnLogin: true
  13.   defaultArena: default
  14.   enableSigns: true
  15.   useSignPermissions: true
  16.   signsFirstLine: '[Spleef]'
  17.   signsOnlyRightClick: false
  18.   announceGame: true
  19.   announceJoin: true
  20.   announceTeam: true
  21.   announceReady: false
  22.   announceStart: true
  23.   announceStop: true
  24.   announceDelete: true
  25.   announceCountdown: false
  26.   announceLose: true
  27.   announceWin: true
  28.   announcePrize: true
  29.   preventTeleportingDuringGames: true
  30.   keepOriginalLocationsSeconds: 3600
  31. arenas:
  32.   default:
  33.     name: Spleef Arena
  34.     type: randomteams
  35.     enabled: true
  36.     minimumPlayers: 2
  37.     maximumPlayers: 0
  38.     remainingPlayersWin: 1
  39.     announceOnJoin: true
  40.     spleeferStart: true
  41.     teamCommand: true
  42.     teamBlockMaterialBlue: WOOL:11
  43.     teamBlockMaterialRed: WOOL:14
  44.     teamJoiningAlsoReadies: true
  45.     useReady: false
  46.     readyAutoStart: true
  47.     readyBlockMaterial: '42'
  48.     clearInventory: false
  49.     addToInventory: false
  50.     addInventoryItems:
  51.    - 1:BOW
  52.     - 64:ARROW
  53.     entryFee: 5.0
  54.     entryFeeGoesToPlayer: none
  55.     entryFeeAmountToPlayer: 5.0
  56.     giveItemPrizes: true
  57.     itemPrizes:
  58.    - 1:APPLE
  59.     - 1:BED
  60.     - 6:BOOK
  61.     - 1:CAKE
  62.     - 1:CHAINMAIL_HELMET
  63.     - 16:CLAY_BALL
  64.     - 1:COMPASS
  65.     - 4:COOKED_FISH
  66.     - 1:DIAMOND
  67.     - 1:FLINT_AND_STEEL
  68.     - 1:GOLD_INGOT
  69.     - 4:IRON_INGOT
  70.     - 1:GLOWSTONE
  71.     - 1:GOLD_HELMET
  72.     - 16:INK_SACK
  73.     - 1:IRON_HELMET
  74.     - 2:OBSIDIAN
  75.     - 6:RED_ROSE
  76.     - 3:SNOW_BLOCK
  77.     - 6:STRING
  78.     - 3:SULPHUR
  79.     - 1:TNT
  80.     - 6:YELLOW_FLOWER
  81.     - 1:MELON_SEEDS
  82.     - 1:EYE_OF_ENDER
  83.     - 1:GRASS
  84.     - 4:SMOOTH_BRICK:1
  85.     prizeMoneyPerPlayer: 50.0
  86.     prizeMoneyFixed: 0.0
  87.     prizeExperiencePerPlayer: 1
  88.     prizeExperienceFixed: 0
  89.     loseOnTouchBlocks: true
  90.     loseBlocks:
  91.    - STATIONARY_WATER
  92.     - STATIONARY_LAVA
  93.     loseOnDeath: true
  94.     loseOnLogout: false
  95.     noHunger: true
  96.     noPvP: true
  97.     blockDegeneration: -1
  98.     degeneratingBlocks:
  99.    - DIRT
  100.     - GRASS
  101.     - WOOL
  102.     - SNOW_BLOCK
  103.     - ICE
  104.     - GLASS
  105.     allowDigBlocks:
  106.    - DIRT
  107.     - GRASS
  108.     - WOOL
  109.     - SNOW_BLOCK
  110.     - ICE
  111.     - GLASS
  112.     - GLOWSTONE
  113.     disallowDigBlocks:
  114.    - STONE
  115.     instantDig: true
  116.     playersReceiveShovelAtGameStart: false
  117.     playersLoseShovelAtGameEnd: false
  118.     shovelItem: DIAMOND_SPADE
  119.     countdownFrom: 10
  120.     allowBlockPlacing: false
  121.     blockDropping: true
  122.     diggingIfArenaUndefined: floorOnly
  123.     diggingIfFloorUndefined: inArena
  124.     protectArena: true
  125.     restoreArenaAfterGame: true
  126.     restoreArenaAfterGameTimer: 0
  127.     enableBackCommand: true
  128.     arenaFloorDissolvesAfter: -1
  129.     arenaFloorDissolveTick: 5
  130.     arenaFloorRepairsAfter: -1
  131.     arenaFloorRepairTick: 10
  132.     arena:
  133.       enabled: true
  134.       a:
  135.         world: world
  136.         x: 398
  137.         y: 54
  138.         z: 384
  139.       b:
  140.         world: world
  141.         x: 430
  142.         y: 61
  143.         z: 416
  144.     floor:
  145.       enabled: true
  146.       a:
  147.         world: world
  148.         x: 399
  149.         y: 59
  150.         z: 385
  151.       b:
  152.         world: world
  153.         x: 429
  154.         y: 59
  155.         z: 415
  156.     lose:
  157.       enabled: true
  158.       a:
  159.         world: world
  160.         x: 399
  161.         y: 54
  162.         z: 385
  163.       b:
  164.         world: world
  165.         x: 429
  166.         y: 55
  167.         z: 415
  168.     loungeSpawn:
  169.       enabled: true
  170.       world: world
  171.       pitch: 7.9492292
  172.       yaw: 181.04004
  173.       x: 413.5625
  174.       y: 61.0
  175.       z: 417.9375
  176.     gameSpawn:
  177.       enabled: true
  178.       world: world
  179.       pitch: -1.9505895
  180.       yaw: 89.53882
  181.       x: 413.88402630707157
  182.       y: 60.0
  183.       z: 402.41642246849005
  184.     redSpawn:
  185.       enabled: true
  186.       world: world
  187.       pitch: 21.29923
  188.       yaw: 235.34016
  189.       x: 401.125
  190.       y: 60.0
  191.       z: 412.8125
  192.     blueSpawn:
  193.       enabled: true
  194.       world: world
  195.       pitch: 13.649203
  196.       yaw: 44.240417
  197.       x: 428.1740145120939
  198.       y: 60.0
  199.       z: 387.41126969454456
  200.     spectatorSpawn:
  201.       enabled: true
  202.       world: world
  203.       pitch: 48.89942
  204.       yaw: 2.5378418
  205.       x: 413.40625
  206.       y: 68.0
  207.       z: 377.90625
  208.     loseSpawn:
  209.       enabled: true
  210.       world: world
  211.       pitch: 48.89942
  212.       yaw: 2.5378418
  213.       x: 413.3977341877479
  214.       y: 68.0
  215.       z: 378.33755184668814
  216.     winnerSpawn:
  217.       enabled: true
  218.       world: world
  219.       pitch: 14.39914
  220.       yaw: -109.05744
  221.       x: 396.28125
  222.       y: 64.0
  223.       z: 410.71875
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement