Config settings
The config also contains some configurations you can change.
config.yml
plugins/KnockBackFFA/config.yml
# ###############################
# #
# Settings #
# #
# ###############################
language: "en" # Language for the plugin.
mapDuration: 60 # Duration between map changes in seconds.
allowDropping: false # Allow players to drop items
allowPickUp: false # Allow players to pick up items
allowCrafting: true # Allow players to craft items
allowBlockBreaking: false # Allow players to break blocks
allowDamage: false # Allow players to damage each other
bossbar: # Enable or disable the bossbar
enabled: true
scoreboard: # Enable or disable the scoreboard
enabled: true
# ###############################
# #
# File System(Beta) #
# #
# ###############################
storage:
type: file # Options: file, MySQL
mysql:
host: localhost # MySQL host(IP)
port: 3306 # MySQL port
database: knockbackffa # The database name
user: root # Username for MySQL
password: '' # MySQL password
# ###############################
# #
# DO NOT EDIT! #
# #
# ###############################
currentArena: '' # Current arena name
currentLocation: '' # Current location of the player
currentArena & currentLocation
These 2 are useless if you change them because these are changing each map switch this is just an easy way for me to save and pull what map currently is playing.