Spaces:
Running
Running
Create prefijo.yml
Browse files
plugins/CommandPanels/panels/prefijo.yml
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
panels:
|
2 |
+
Prefijo:
|
3 |
+
perm: commandpanels.customprefix.earn
|
4 |
+
rows: '2'
|
5 |
+
title: '&8Cambio de Prefijo'
|
6 |
+
empty: AIR
|
7 |
+
item:
|
8 |
+
'3':
|
9 |
+
material: writable_book
|
10 |
+
name: Establecer Prefijo
|
11 |
+
lore:
|
12 |
+
- Cambia su prefijo
|
13 |
+
player-input:
|
14 |
+
- 'open= Prefijo [prefijo:%cp-player-input]'
|
15 |
+
commands:
|
16 |
+
- 'cpc'
|
17 |
+
has0:
|
18 |
+
material: player_head
|
19 |
+
name: Prefijo %cp-prefujo%
|
20 |
+
value0: NOT %cp-prefijo%
|
21 |
+
compare0: ''
|
22 |
+
'11':
|
23 |
+
material: red_concrete
|
24 |
+
has0:
|
25 |
+
value0: NOT %cp-prefijo%
|
26 |
+
compare0: ''
|
27 |
+
material: red_concrete
|
28 |
+
name: Cancelar
|
29 |
+
commands:
|
30 |
+
- 'cpc '
|
31 |
+
'13':
|
32 |
+
material: air
|
33 |
+
name: Aceptar
|
34 |
+
has0:
|
35 |
+
value0: NOT %cp-prefijo%
|
36 |
+
compare0: ''
|
37 |
+
commands:
|
38 |
+
- console=lp user %cp-player-name% meta setprefix 100 %cp-prefijo%
|
39 |
+
- msg=prefijo ha sido establecido a %cp-prefijo%
|
40 |
+
- console=lp user %cp-player-name% permission set commandpanels.customprefix.used
|
41 |
+
- console=lp user %cp-player-name% permission set commandpanels.customprefix.earn false
|
42 |
+
name: Aceptar
|
43 |
+
material: lime_concrete
|