· last year · Jun 28, 2024, 07:45 PM
1# Tebex v2.0.0 - https://tebex.io
2# Check out https://tebex.io/docs if you need help.
3
4# Buy Command
5# This is the command that players will use to open the Tebex GUI.
6buy-command:
7 enabled: false
8 name: buy
9
10# Whether to check for updates or not.
11check-for-updates: false
12
13# Automatic reporting of exceptions to Tebex
14auto-report-enabled: false
15
16# Debug Mode
17verbose: false
18
19# GUI Settings
20gui:
21 menu:
22 home:
23 title: Server Shop
24 rows: 3
25 category:
26 title: Viewing %category%
27 rows: 3
28 sub-category:
29 title: Viewing %sub_category% (%category%)
30 rows: 1
31 item:
32 back:
33 name: '&cBack'
34 material: COMPASS
35 category:
36 name: '&b%category%'
37 material: CHEST
38 package-sale:
39 name: '&b%package_name%'
40 material: PAPER
41 package:
42 name: '&b%package_name%'
43 material: PAPER
44
45# These settings are exclusive to this server.
46# Do not share these credentials with anyone.
47server:
48 # Proxy Mode
49 # If you are using BungeeCord/Velocity, set this to true.
50 proxy: true
51
52 # Secret Key
53 # This is used to identify your server.
54 secret-key: redacted
55
56# Configuration Version
57# !! Do not change this value !!
58config-version: 2
59