This repository has been archived by the owner on Jun 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.yml
43 lines (43 loc) · 1.47 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# ------------------------------------------------------
# GUNSMITH Configuration File (config.yml)
#
# Editing the settings in this file will change the way
# GunSmith works on your server. To reset this file to
# its default values, simply delete your config.yml and
# stop/restart your server.
# ------------------------------------------------------
#
# LOADED MARKER | Dummy value to check against at start-up, don't change!
loaded: true
#
# LANGUAGE | Currently supported languages: English, Spanish
language: English
#
# GLASS BREAK | If true, fired firearm rounds will break glass on contact.
glassBreak: false
#
# STONE CRACK | If true, fired firearm rounds will crack stone on contact.
stoneCrack: false
#
# SILENT MODE | If true, most messages will not be relayed to players.
silentMode: false
#
# GUI ENABLED | If true, players can freely access GS items from a menu.
guiEnabled: true
#
# OP REQUIREMENT | If true, players must have OP permissions to use the GS GUI.
opRequired: false
#
# EXPLOSIONS ENABLED | If true, players can use firearms like the RPG to destroy blocks.
explosions: false
#
# PERMISSIONS REQUIREMENT | If true, players must have the proper permissions to use GunSmith.
permissions: false
#
# CRAFTING ENABLED | If true, players can craft firearms and related custom recipes at the workbench.
crafting: false
#
# PARTICLES | If true, fired rounds will emit a smokey particle trail.
particles: true
#
# FOR MORE INFO | https://www.spigotmc.org/threads/gunsmith.189617/