Advertisement
Nktfh100

config.yml

Nov 15th, 2020 (edited)
2,347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.54 KB | None | 0 0
  1. prefix: '&4&lAmong&c&lUs&9&lMC&7&lâ–º '
  2. giveLobbyItems: true
  3. showRunningArenas: true
  4. ghostsFly: true
  5. hidePlayersOutSideArena: true
  6. enableGlassHelmet: true
  7. tpToLobbyOnJoin: true
  8. viewGlassMat: BLACK_STAINED_GLASS
  9. enablePortalJoin: false
  10. # enableDoubleImposterChance: If player has the permission "amongus.perk.double-imposter-chance" they have double the chance to become imposter
  11. enableDoubleImposterChance: false
  12. sneakToVent: true
  13. # damageOnSabotage: Damage the players every 2 seconds while a sabotage is active
  14. damageOnSabotage: false
  15. # saveInventory: Give the player the items he had before he joined the game (useful for survival servers)
  16. saveInventory: false
  17.  
  18. bungeecord:
  19.   enabled: false
  20.   lobby: false
  21.   lobbyServer: lobby
  22.   gameServers:
  23.  - game
  24.   serverName: game
  25.  
  26. # enableLobbyScoreboard: Main lobby scoreboard
  27. enableLobbyScoreboard: true
  28.  
  29. # gameEndSendToLobby - Send players to lobby after the game ends
  30. gameEndSendToLobby: true
  31. particlesOnTasks: true
  32. # particlesOnTasksType particles: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Particle.html
  33. particlesOnTasksType: VILLAGER_HAPPY
  34.  
  35. lobbyItemsSlots:
  36.   arenasSelector: 0
  37.   cosmeticsSelector: 1
  38.  
  39. mainLobby:
  40.   world: world
  41.   x: 3.192492860333834
  42.   y: 63.0
  43.   z: 5.958817324259621
  44.   yaw: -91.801056
  45.   pitch: 51.15006
  46.  
  47. mysql:
  48.   enabled: false
  49.   host: localhost
  50.   port: '3306'
  51.   database: test
  52.   username: user
  53.   password: pass
  54.  
  55.  
  56. commands: # %player% - Player's name
  57.   taskCompleted: []
  58.   sabotageFix: []
  59.   reportedBody: []
  60.   calledMeeting: []
  61.   ejected: []
  62.   completedAllTasks: []
  63.   imposterKill: []
  64.   murdered: []
  65.   winCrewmate: []
  66.   loseCrewmate: []
  67.   winImposter: []
  68.   loseImposter: []
  69.   gameStartImposter: []
  70.   gameStartCrewmate: []
  71.  
  72. blockedCommands:
  73. - /msg
  74. - /r
  75. - /whisper
  76. - /tell
  77.  
  78. asteroidsParticleColor: 255,0,0 # RGB
  79. asteroidsParticleMaterial: REDSTONE_BLOCK
  80.  
  81. # ChatColors: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/ChatColor.html
  82. colors:
  83.   BLACK:
  84.     name: black
  85.     chatColor: BLACK # Chat color in chat
  86.     helmetBlock: BLACK_STAINED_GLASS # Block placed on head
  87.     woolBlock: BLACK_WOOL # For select color inventory
  88.     armorColor: 0,0,0
  89.     id: BLAP # Medbay scan stuff:
  90.     height: 3'6
  91.     weight: 92 lbs
  92.     bloodType: A+
  93.   BLUE:
  94.     name: blue
  95.     chatColor: BLUE
  96.     helmetBlock: BLUE_STAINED_GLASS
  97.     woolBlock: BLUE_WOOL
  98.     armorColor: 0,0,255
  99.     id: BLUP
  100.     height: 3'6
  101.     weight: 92 lbs
  102.     bloodType: O+
  103.   GRAY:
  104.     name: gray
  105.     chatColor: DARK_GRAY
  106.     helmetBlock: GRAY_STAINED_GLASS
  107.     woolBlock: LIGHT_GRAY_WOOL
  108.     armorColor: 128,128,128
  109.     id: GRAP
  110.     height: 3'6
  111.     weight: '92'
  112.     bloodType: ''
  113.   CYAN:
  114.     name: cyan
  115.     chatColor: AQUA
  116.     helmetBlock: CYAN_STAINED_GLASS
  117.     woolBlock: LIGHT_BLUE_WOOL
  118.     concreteBlock: LIGHT_BLUE_CONCRETE
  119.     armorColor: 0,255,255
  120.     id: CYAP
  121.     height: 3'6
  122.     weight: '92'
  123.     bloodType: A+
  124.   GREEN:
  125.     name: green
  126.     chatColor: DARK_GREEN
  127.     helmetBlock: GREEN_STAINED_GLASS
  128.     woolBlock: GREEN_WOOL
  129.     armorColor: 0,128,0
  130.     id: GREP
  131.     height: 3'6
  132.     weight: '92'
  133.     bloodType: O-
  134.   LIME:
  135.     name: lime
  136.     chatColor: GREEN
  137.     helmetBlock: LIME_STAINED_GLASS
  138.     woolBlock: LIME_WOOL
  139.     armorColor: 0,255,0
  140.     id: LIMP
  141.     height: 3'6
  142.     weight: '92'
  143.     bloodType: A-
  144.   ORANGE:
  145.     name: orange
  146.     chatColor: GOLD
  147.     helmetBlock: ORANGE_STAINED_GLASS
  148.     woolBlock: ORANGE_WOOL
  149.     armorColor: 255,165,0
  150.     id: ORAP
  151.     height: 3'6
  152.     weight: '92'
  153.     bloodType: O-
  154.   PINK:
  155.     name: pink
  156.     chatColor: LIGHT_PURPLE
  157.     helmetBlock: PINK_STAINED_GLASS
  158.     woolBlock: PINK_WOOL
  159.     armorColor: 255,0,255
  160.     id: PINP
  161.     height: 3'6
  162.     weight: '92'
  163.     bloodType: B+
  164.   PURPLE:
  165.     name: purple
  166.     chatColor: DARK_PURPLE
  167.     helmetBlock: PURPLE_STAINED_GLASS
  168.     woolBlock: PURPLE_WOOL
  169.     armorColor: 75,0,130
  170.     id: PURP
  171.     height: 3'6
  172.     weight: '92'
  173.     bloodType: B-
  174.   RED:
  175.     name: red
  176.     chatColor: RED
  177.     helmetBlock: RED_STAINED_GLASS
  178.     woolBlock: RED_WOOL
  179.     armorColor: 255,0,0
  180.     id: WHIP
  181.     height: 3'6
  182.     weight: '92'
  183.     bloodType: O-
  184.   WHITE:
  185.     name: white
  186.     chatColor: WHITE
  187.     helmetBlock: WHITE_STAINED_GLASS
  188.     woolBlock: WHITE_WOOL
  189.     armorColor: 255,255,255
  190.     id: WHIP
  191.     height: 3'6
  192.     weight: '92'
  193.     bloodType: AB-
  194.   YELLOW:
  195.     name: yellow
  196.     chatColor: YELLOW
  197.     helmetBlock: YELLOW_STAINED_GLASS
  198.     woolBlock: YELLOW_WOOL
  199.     armorColor: 255,255,0
  200.     id: YELP
  201.     height: 3'6
  202.     weight: '92'
  203.     bloodType: AB+
  204.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement