Advertisement
Guest User

Untitled

a guest
Oct 24th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.14 KB | None | 0 0
  1. # MasterBuilders - A fun minigame developed by gartenzaun
  2. MasterBuilders:
  3.   settings:
  4.     multilang: false
  5.     useinvsaving: false
  6.     useownchatformat: true
  7.     lobbycountdownlengthinseconds: 90
  8.     buildingphaselengthinseconds: 300
  9.     votingphaselengthinseconds: 15
  10.     timeafterendinseconds: 15
  11.     wordvoting: true
  12.     wordvotingonly9randomwords: false
  13.     particlelimit: false
  14.     particlelimit_number: 16
  15.     teammode_autofill: false
  16.     voting_inappropriate: true
  17.     moblimit: false
  18.     moblimit_number: 16
  19.     minplayers: 6
  20.     denychatduringbuildphase: false
  21.     joinleavemessages: true
  22.     playerscaneditgroundfloor: false
  23.     timetoloadmapinticks: 40
  24.     signupdater:
  25.       blockstate:
  26.         lobby: '35:5'
  27.         full: '35:4'
  28.         ingame: '35:14'
  29.     viphide:
  30.       hook: false
  31.       unnickatgameend: false
  32.     game:
  33.       buildingphase:
  34.         menuitem: '264:0'
  35.       show_plot_owner_before_voting: false
  36.       voting_items:
  37.         worst: '160:14'
  38.         bad: '160:1'
  39.         okay: '160:4'
  40.         good: '160:5'
  41.         amazing: '160:3'
  42.         awesome: '160:6'
  43.         report: '340:0'
  44.       voting_sounds:
  45.         enabled: true
  46.         worst: ENTITY_GHAST_SCREAM:1:0.0
  47.         bad: ENTITY_ITEM_BREAK:1:0.0
  48.         okay: ENTITY_SKELETON_STEP:1:0.0
  49.         good: BLOCK_NOTE_PLING:1:0.0
  50.         amazing: ENTITY_EXPERIENCE_ORB_PICKUP:1:0.0
  51.         awesome: ENTITY_PLAYER_LEVELUP:1:0.0
  52.         report: ENTITY_PIG_DEATH:1:0.0
  53.     authmelink: false
  54.     allowedcmds:
  55.    - /yourcmd1
  56.     - /yourcmd2
  57.   game:
  58.     chatformat: '%player%&7: &f%message%'
  59.   inappropriate_building:
  60.     cmd: kick %player% Não construa coisas obcenas!
  61.   reward:
  62.     enabled: false
  63.     commands:
  64.       rank:
  65.         '1':
  66.        - eco give %player% 50
  67.         '2':
  68.        - eco give %player% 30
  69.         '3':
  70.        - eco give %player% 20
  71.     pointsapi:
  72.       enabled: false
  73.       winner: 100
  74.       playingagame: 10
  75.   stats:
  76.     enabled: true
  77.     advancedstats:
  78.       enabled: false
  79.     mysql:
  80.       enabled: false
  81.       host: 127.0.0.1
  82.       port: 3306
  83.       username: username
  84.       password: password
  85.       database: masterbuildersdb
  86.     leaderheads:
  87.       hook: false
  88.       playedGames:
  89.         lines: &id001
  90.         - null
  91.         - §5{name}
  92.         - §1{amount}
  93.         - null
  94.         guiCmd: guiPlayedGames
  95.       wins:
  96.         lines: *id001
  97.         guiCmd: guiWins
  98.   words:
  99.  - Cachorro
  100.   - Gato
  101.   - SuperHerói
  102.   - Casamento
  103.   - PC
  104.   - Doces
  105.   - Praia
  106.   - Relógio
  107.   - Brinquedos
  108.   - Crianças
  109.   - TV
  110.   - Simpsons
  111.   - Guarda-chuva
  112.   - Balão
  113.   - Algodão-doce
  114.   - Abajur
  115.   - Guitarra
  116.   - Coelho
  117.   - Unicórnio
  118.   - Caldeirão
  119.   - Bruxa
  120.   - Pinguin
  121.   - Pula-pula
  122.   - Espelho
  123.   - Bolo
  124.   - Poção
  125.   - Livro
  126.   - Fogão
  127.   - Gaiola
  128.   - Aranha
  129.   - Boné
  130.   - Notebook
  131.   - Pá
  132.   - CachorroQuente
  133.   - Cama
  134.   - Zumbi
  135.   - Esqueleto
  136.   - Porco
  137.   - Castelo
  138.   - Nether
  139.   - Cadeira
  140.   - Sala
  141.   - Cozinha
  142.   - Console
  143.   - Ilha
  144.   - Portal
  145.   worlderrorloc:
  146.     x: 367.9383629542839
  147.     y: 34.0
  148.     z: 119.58773190271633
  149.     pitch: -1061530607
  150.     yaw: 1119278780
  151.     world: Lobby
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement