Summary:
- New permissions added
- New command added
- New config added
- Languages can you now update easy
New Command:
- /cr language <en|nl> (Change the language from the plugin without download extra files, the text in the messages.yml will automatically change if you run this command!)
New Permissions:
- chatradius.broadcast (when you have this permission everyone will receive your message)
- chatradius.language (/cr language)
New Config:
- messages.yml
messages.yml (
English)
Code (YAML):
1 messages:
2 command:
3 set:
4 correct
: '&aThe chatradius has been set to &6'
5 correct2
: ' &ablocks!'
6 wrong
: '&4Error
:
&cUsage: /cr set <radius>!'
language:
7 wrong
: '&4Error
:
&cYou can only use en
(English
) or nl
(Dutch, Nederlands
)!'
8 wrong2
: '&4Error
:
&cUsage: /cr language <language>!'
9 current-chatradius
: '&bThe chatradius is currently &6'
10 current-chatradius2
: ' &bblocks!'
11 reload:
12 default
: '&aPlugin reloaded and set to default settings!'
13 normal
: '&aPlugin reloaded!'
14 commands:
15 not-enabeled
: '&4Error
:
&cCommand is not enabeled in the config!'
16 not-found
: '&4Error
:
&cCommand not found, do &e/cr help &cfor a list of commands!'
17 no-player
: '&4Error
:
&cYou aren''t a player!'
18 no-permission
: '&4Error
:
&cYou don''t have permission to use this command!'
19 permissions-check:
20 permission
: '&aYou have the permission &e'
21 no-permission
: '&cYou don''t have the permission &e'
22 plugin:
23 menu:
24 plugin:
25 '1'
: '&3
---------- &1ChatRadius &3
----------'
26 '2'
: '&2Version &aV'
27 '3'
: '&aDo /cr help for a list of commands!'
28 '4'
: '&2Plugin made by'
29 '5'
: '&3
------------------------------'
30 help:
31 '1'
: '&3
---------- &1ChatRadius &3
----------'
32 '2'
: '&2/cr &aMain command'
33 '3'
: '&2/cr help &aHelp menu'
34 '4'
: '&2/cr radius &aSee the current chatradius'
35 '5'
: '&2/cr set &aChange the current chatradius'
36 '6'
: '&2/cr check &aCheck which permissions you have'
37 '7'
: '&2/cr language &aChange the language of the plugin
(en|nl
)'
38 '8'
: '&2/cr reload &aReload plugin'
39 '9'
: '&3
------------------------------'
4 The /cr set command (the blocks will be automatically set in the message after the &6)
5 The /cr set command (What behind the amount of blocks stays (100 .....))
6 The /cr set command in wrong use
7 The /cr language command (try to use an different language than Dutch (Nederlands) of English
8 The /cr language command (try to use only 1 argument without a language)
9 The /cr radius command (the number will be automatically set in the message after the &6
10 The /cr radius command (What behind the amount of blocks stays (100 .....))
12 The /cr reload command (if
Code (YAML):
reset
: true
is set in the config.yml)
13 The /cr reload command (normal)
15 If an command isn't enabeled in the config
16 If an command isn't found (not existing)
17 If you aren't a player
18 If you don't have permission
20 The /cr check command (You have the permission, the permission will be automatically set after the &e)
21 The /cr check command (You don't have the permission, the permission will be automatically set after the &e)
25 - 29 The /cr menu
31-39 The /cr help menu
messages.yml (
Dutch / Nederlands)
Code (YAML):
1 messages:
2 command:
3 set:
4 correct
: '&aDe chatradius is gezet naar &6'
5 correct2
: ' &ablokken!'
6 wrong
: '&4Error
:
&cGebruik: /cr set <radius>!'
7 language:
8 wrong
: '&4Error
:
&cJe kan alleen en
(English
) of nl
(Dutch, Nederlands
) gebruiken!'
9 wrong2
: '&4Error
:
&cGebruik: /cr language <taal>!'
10 current-chatradius
: '&bDe chatradius is nu &6'
11 current-chatradius2
: ' &bblokken!'
12 reload:
13 default
: '&aPlugin herladen en teruggezet naar standaard instellingen!'
14 normal
: '&aPlugin herladen!'
15 commands:
16 not-enabeled
: '&4Error
:
&cCommando is niet aangezet in de config!'
17 not-found
: '&4Error
:
&cCommando niet gevonden, doe &e/cr help &cvoor een lijst
18 van commando''s!'
19 no-player
: '&4Error
:
&cJe bent geen speler!'
20 no-permission
: '&4Error
:
&cJe hebt geen permissie om dit commando te gebruiken!'
21 permissions-check:
22 permission
: '&aJe hebt de permissie &e'
23 no-permission
: '&cJe hebt niet de permissie &e'
24 plugin:
25 menu:
26 plugin:
27 '1'
: '&3
---------- &1ChatRadius &3
----------'
28 '2'
: '&2Versie &aV'
29 '3'
: '&aDoe /cr help voor een lijst met commando''s!'
30 '4'
: '&2Plugin gemaakt door'
31 '5'
: '&3
------------------------------'
32 help:
33 '1'
: '&3
---------- &1ChatRadius &3
----------'
34 '2'
: '&2/cr &aHoofdcommando'
35 '3'
: '&2/cr help &aHelp menu'
36 '4'
: '&2/cr radius &aZie de ingestelde chatradius'
37 '5'
: '&2/cr set &aVerander de chatradius'
38 '6'
: '&2/cr check &aZie welke permissie''s je hebt'
39 '7'
: '&2/cr language &aVerander de taal van de plugin
(en|nl
)'
40 '8'
: '&2/cr reload &aHerlaad plugin'
41 '9'
: '&3
------------------------------'
4 The /cr set command (the blocks will be automatically set in the message after the &6)
5 The /cr set command (What behind the amount of blocks stays (100 .....))
6 The /cr set command in wrong use
7 The /cr language command (try to use an different language than Dutch (Nederlands) of English
8 The /cr language command (try to use only 1 argument without a language)
9 The /cr radius command (the number will be automatically set in the message after the &6
10 The /cr radius command (What behind the amount of blocks stays (100 .....)
12 The /cr reload command (if
Code (YAML):
reset
: true
is set in the config.yml)
13 The /cr reload command (normal)
15 If an command isn't enabeled in the config
16 If an command isn't found (not existing)
17 If you aren't a player
18 If you don't have permission
20 The /cr check command (You have the permission, the permission will be automatically set after the &e)
21 The /cr check command (You don't have the permission, the permission will be automatically set after the &e)
25 - 29 The /cr menu
31-39 The /cr help menu
Images:
- Click
here
Download:
You can download this version in the Version History