YoBatM commited on
Commit
d0bf226
verified
1 Parent(s): 6718f55

Create CommandPanels/config.yml

Browse files
Files changed (1) hide show
  1. plugins/CommandPanels/config.yml +74 -0
plugins/CommandPanels/config.yml ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ refresh-panels: true
3
+ refresh-delay: 20
4
+ panel-blocks: true
5
+ hotbar-items: true
6
+ custom-commands: true
7
+ auto-register-commands: false
8
+ auto-update-panels: false
9
+ server-ping-timeout: 10
10
+ stop-sound: true
11
+ disabled-world-message: true
12
+ panel-snooper: false
13
+ enable-import-command: false
14
+ format:
15
+ tag: '&6[&bCommandPanels&6] '
16
+ perms: '&cNo tienes permiso.'
17
+ reload: '&aRecargado.'
18
+ nopanel: '&cPanel no encontrado.'
19
+ noitem: '&cEl panel no tiene un elemento seleccionable.'
20
+ notitem: '&cJugador no encontrado.'
21
+ error: '&cSe ha encontrado un error en la configuraci贸n.'
22
+ offline: 'Desconectado'
23
+ offlineHeadValue: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleXT...'
24
+ input: '&c隆Tu entrada es demasiado larga!'
25
+ disabled: '&cEsta funci贸n est谩 deshabilitada en la configuraci贸n del plugin.'
26
+ input:
27
+ input-cancel: cancel
28
+ input-cancelled: '&c隆Cancelado!'
29
+ max-input-length: -1
30
+ input-message:
31
+ - '&aIntroduce la entrada para el comando'
32
+ - '&cEscribe &4%cp-args% &cp para cancelar el comando'
33
+ hexcodes:
34
+ start_tag: '&#'
35
+ end_tag: ''
36
+ placeholders:
37
+ primary:
38
+ start: '%'
39
+ end: '%'
40
+ secondary:
41
+ start: '{'
42
+ end: '}'
43
+ updater:
44
+ auto-update: false
45
+ update-checks: true
46
+ purchase:
47
+ currency:
48
+ enable: true
49
+ success: '&aComprado exitosamente por $%cp-args%'
50
+ failure: '&c隆Fondos insuficientes!'
51
+ data:
52
+ enable: true
53
+ success: '&aComprado exitosamente por $%cp-args%'
54
+ failure: '&c隆Datos insuficientes!'
55
+ tokens:
56
+ enable: true
57
+ success: '&aComprado exitosamente por %cp-args% fichas.'
58
+ failure: '&c隆Fichas insuficientes!'
59
+ coins:
60
+ enable: true
61
+ success: '&aComprado exitosamente por %cp-args% monedas.'
62
+ failure: '&c隆Monedas insuficientes!'
63
+ item:
64
+ enable: true
65
+ success: '&aVendido exitosamente %cp-args%.'
66
+ failure: '&c隆Objetos insuficientes!'
67
+ xp:
68
+ enable: true
69
+ success: '&aComprado exitosamente por %cp-args% experiencia.'
70
+ failure: '&c隆Experiencia insuficiente!'
71
+ permission:
72
+ enable: true
73
+ success: '&aHas superado la comprobaci贸n de permisos para "%cp-args%".'
74
+ failure: '&cPermisos insuficientes'