All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ynixn.blockball.4.1.1.source-code.config.yml Maven / Gradle / Ivy

#######################################################################
#                          BlockBall                                  #
# 		            	   by Shynixn							      #
#######################################################################

# Permission:
# LEVEL		 DESCRIPTION									PERMISSION
# user       Access to join a blockball game				blockball.user
# admin      Access to the /blockball command 				blockball.admin

# Where is the arena configuration?
# Join your server, it can be configured ingame!

# Sends anonymous stats to https://bstats.org/plugin/bukkit/BlockBall.
# As this does not have an impact on your BlockBall experience at all I would like you to set it on true as knowing that my
# plugin gets used by many server helps me focusing on new updates ;)
metrics: true

#Engine settings
# Engine v2 is still in Alpha and may be changed! I recommend to try it out and give feedback on the plugin comment section.

blockball:
 use-engine-v2: false

#Storage settings
#Database configuration to store data of players. Arenas will get stored in yml files.

sql:
  enabled: false
  host: localhost
  port: 3306
  database: ''
  username: ''
  password: ''

#Commands settings
#Choose your wanted command (dynamic command engine)

#  = selected command
#  = arena alias or arena id
#  = team name

global-join:
  enabled: true
  command: bbjoin
  useage: /  
  description: Join a game.
  permission: blockball.user
  permission-message: You don't have permission
global-leave:
  enabled: true
  command: bbleave
  useage: /
  description: Leaves current game.
  permission: blockball.user
  permission-message: You don't have permission
navigate-chatmenu:
  enabled: false
  command: bbc
  useage: /
  description: Helps navigating through the chamenu.
  permission: blockball.admin
  permission-message: You don't have permission
forcefield-join:
  enabled: false
  command: bb
  useage: / 
  description: Join the current game.
  permission: blockball.user
  permission-message: You don't have permission
referee-game:
  enabled: false
  command: bbreferee
  useage: /
  description: Opens the configuration game section.
  permission: blockball.admin
  permission-message: You don't have permission
#Sign settings

#  = arena alias or arena id
#  = team name
#  = status of the arena
#  = amount of players on the team or in the arena
#  = max amount of players on the team or in the arena

#Warning! One line has to be '' in order to make the sign working!

minigame-sign:
 line-1: '&l[Blockball]'
 line-2: ''
 line-3: ''
 line-4: '/'
leave-sign:
 line-1: '&l[Blockball]'
 line-2: 'Leave game'
 line-3: ''
 line-4: ''
lobbygame-sign:
 line-1: '&l[Blockball]'
 line-2: ''
 line-3: ''
 line-4: '/'
#Chat settings
#Enable this to handle chat messages asynchronously
async-chat: true
highest-priority: true

#Spawnpoint settings
#Set this to add a spawnpoint for players who try to respawn in an blockball field
join-spawnpoint:
 enabled: false
 world: 'world'
 coordinates:
  x: 0.0
  y: 0.0
  z: 0.0
  yaw: 0.0
  pitch: 0.0
#Particles settings
particles:
 visible-for-all: true
 visible-permission: ''

#Knockback settings
entity-velocity-protection:
 x: 5.0
 y: 2.0
 z: 5.0
player-launch-up-protection:
 x: 0.0
 y: 2.0
 z: 0.0

#Delays the start of the plugin
plugin-start-delay:
 enabled: false
 time-seconds: 20

#Stats settings
#Enable this to show a scoreboard of the player stats on your server. You can add as many lines the scoreboard can use.
#  - Name of the player
#  - Winrate of the player
#  - Amount of played games
#  - Amount of goals per game
stats-scoreboard:
 enabled: false
 title: '&f&lBlockBall Stats'
 lines: #All lines have to be different otherwise it won't be shown (Simply add a invisible &r)
   - '&r'
   - '&e'
   - '&r&m           '
   - '&bWinrate: '
   - '&f&l '
   - '&r&r'
   - '&6Goals per game: '
   - '&f&l'
   - '&r&r&r'
   - '&aPlayed games:'
   - '&f&l'
   - '&m           '




© 2015 - 2024 Weber Informatics LLC | Privacy Policy