ChatRadius icon

ChatRadius -----

Set a radius where players can receive messages from the sender




Summary:
Fixed bug with updater
Added option in config to disable "no update available" on join

Download:
You could download this version in the version history
----------, Dec 5, 2020

Summary:
- Reorganized full code!
- Config updated
- Prefix changed

Config updated:
update-check: true (if set to true you will be noticed if there is an update if you join the server or execute /cr update (and have the permission chatradius.update), if set to false you will only get an warning message)

Command and Permission added:
/cr update (you could check for updates)

chatradius.updates -> /cr update + message on join

Changed Prefix:
The plugin prefix is now '&e[ChatRadius]&r '

Images:
Later

Download:
You could download this version in the version history
----------, Nov 29, 2020

Summary:
- Fixed bugs
- Integration with API

Fixed bugs:
Problems with messages are now solved

Integration with API:
This plugin has now integration with my own API

Images:
Click here

Download:
You can download this version in the Version History
----------, Oct 31, 2020

Huge update!
Summary
:
- Removed languages
- Added menu
- Removed commands / permissions

Removed languages:
There are now less messages so I don't think it's needed to change the language!

Added menu:
Command: /cr menu
Permission: chatradius.menu (you need more permissions to do things, this permissions is so you could acces the menu)

You could now set some things in the menu:
- The radius (chatradius.set)
- BroadcastMode (chatradius.broadcast)
- SpyMode (chatradius.spy)

[​IMG]

You NEED the permissions (mentioned in ()) to change the things

Removed commands / permissions:
- /cr radius
- /cr set
- /cr check
- /cr language
- /cr spy
- /cr broadcast

- chatradius.radius
- chatradius.language
- chatradius.spy.other
- chatradius.broadcast.other
(spy and broadcast without other will be existing)

Now you think why? This because you can easy set this in the menu (/cr menu)

Images:
Click here

Download:
You can download this version in the Version History
----------, Oct 12, 2020

Summary:
- Permission added
- Version checker
- Placeholders added
- Config update

Permission Added:
- chatradius.updates -> If you have this permission you will be nofied when there is an new version

Version Checker:
- The plugin will check for updates automatically

Placeholders Added:
- Look at the messages.yml and there you can see which you can use on which line

Config Update:
messages.yml
Code (YAML):
1 messages:
2   update-available
: '&aThere is an new version available!'
3   command
:
4     not-enabeled
: '&4Error : &cCommand is not enabeled in the config!'
5     not-found
: '&4Error : &cCommand not found, do &e/cr help &cfor a list of commands!'
6     no-player-found
: '&4Error : &cYou aren''t a player!'
7     ##You can use the placeholder %player% for the playername
8     no-player
: '&4Error : &cCan''t find player &e %player%&c!'
9     no-permission
: '&4Error : &cYou don''t have permission to use this command!'
10  commands
:
11    spy
:
12      self
:
13        enabeled
: '&aYou are now in spy mode!'
14        disabeled
: '&cYou are not longer in spy mode!'
15      other
:
16         ##You can use the placeholder %target% for the player who is now in spymode
17        enabeled
: '&aPlayer &e %target% &ais now in spymode!'
18        disabeled
: '&cPlayer &e %target% &cis not longer in spymode!'
19    broadcast
:
20      self
:
21        enabeled
: '&aYou are now in broadcast mode!'
22        disabeled
: '&cYou are not longer in broadcast mode!'
23      other
:
24         ##You can use the placeholder %target% for the player who is now in broadcastmode
25        enabeled
: '&aPlayer &e %target% &ais now in broadcast mode!'
26        disabeled
: '&cPlayer &e %target% &cis not longer in broadcast mode!'
27    set
:
28       ##You can use the placeholder %setradius% for the radius which is set by the player
29      correct
: '&bThe chatradius is currently &6 %setradius% &bblocks!'
30      wrong
: '&4Error : &cUsage: /cr set <radius>!'
31    language
:
32      not-found
: '&4Error : &cYou can use only en (English ), nl (Dutch, Nederlands ),
33        de (Deutsch, German ) or other!'
34      no-language-specified
: '&4Error : &cUsage: /cr language <language>!'
35     ##You can use the placeholder %radius% for the set radius in the config
36    radius
: '&bThe chatradius is currently &6 %radius% &bblocks!'
37    reload
:
38      default
: '&aPlugin reloaded and set to default settings!'
39      normal
: '&aPlugin reloaded!'
40    check
:
41       #You can use the placeholder %permission% for the permission which you have or not
42      permission-granted
: '&aYou have the permission &e %permission%'
43      permission-refused
: '&cYou don''t have the permission &e %permission%'
44    cr
:
45      '1'
: '&3 ---------- &eChatRadius &3 ----------'
46       ##You can use the placeholder %version% for the plugin version
47      '2'
: '&2Version &aV %version%'
48      '3'
: '&aDo /cr help for a list of commands!'
49      '4'
: '&2Plugin made by'
50      '5'
: '&3 ------------------------------'
51    help
:
52      '1'
: '&3 ---------- &eChatRadius &3 ----------'
53      '2'
: '&2/cr &aMain command'
54      '3'
: '&2/cr help &aHelp menu'
55      '4'
: '&2/cr radius &aSee the current chatradius'
56      '5'
: '&2/cr set &aChange the current chatradius'
57      '6'
: '&2/cr check &aCheck which permissions you have'
58      '7'
: '&2/cr language &aChange the language of the plugin (en|nl|de|other )'
59      '8'
: '&2/cr spy [player ] &aGo in spy mode'
60      '9'
: '&2/cr broadcast [player ] &aGo in broadcast mode'
61      '10'
: '&2/cr reload &aReload plugin'
62      '11'
: '&3 ------------------------------'
63  config
:
64      no-number
: '&4Config Error : &cYou can only use a numer (line 3 )!'
65      empty
: '&4Config Error : &cThe chatradius is empty, please fill in a number (line 3 )!'
66      language-error
: '&4Config Error : &cYou can use only en, nl or de as language (line 5 )!'
67       ##You can use the placeholder %line% for the line where the error is
68      no-true-false
: '&4Config Error : &cYou can only use true or false (line %line%)!'
Images:
Click here

Download:
You can download this version in the Version History
----------, Aug 29, 2020

Summary:
- Bugfixes
- Config update
- Commands updated

Bugfixes:
- Some messages were wrong or won't be showed

Config Update:
config.yml:
You can now choose other by plugin.language

messages.yml:
Make the messages config look better

messages.yml
Code (YAML):
1 messages:
2   command
:
3     not-enabeled
: '&4Error : &cCommand is not enabeled in the config!'
4     not-found
: '&4Error : &cCommand not found, do &e/cr help &cfor a list of commands!'
5     no-player-found
: '&4Error : &cYou aren''t a player!'
6     no-player
:
7       '1'
: '&4Error : &cPlayer &e'
8       '2'
: ' &cis not found!'
9     no-permission
: '&4Error : &cYou don''t have permission to use this command!'
10  commands
:
11    spy
:
12      self
:
13        enabeled
: '&aYou are now in spy mode!'
14        disabeled
: '&cYou are not longer in spy mode!'
15      other
:
16        enabeled
:
17          '1'
: '&aPlayer &e'
18          '2'
: ' &ais now in spy mode!'
19        disabeled
:
20          '1'
: '&cPlayer &e'
21          '2'
: ' &cis not longer in spy mode!'
22    broadcast
:
23      self
:
24        enabeled
: '&aYou are now in broadcast mode!'
25        disabeled
: '&cYou are not longer in broadcast mode!'
26      other
:
27        enabeled
:
28          '1'
: '&aPlayer &e'
29          '2'
: ' &ais now in broadcast mode!'
30        disabeled
:
31          '1'
: '&cPlayer &e'
32          '2'
: ' &cis not longer in broadcast mode!'
33    set
:
34      correct
:
35        '1'
: '&aThe chatradius has been set to &6'
36        '2'
: ' &ablocks!'
37      wrong
: '&4Error : &cUsage: /cr set <radius>!'
38    language
:
39      not-found
: '&4Error : &cYou can use only en (English ), nl (Dutch, Nederlands ),
40        de (Deutsch, German ) or other!'
41      no-language-specified
: '&4Error : &cUsage: /cr language <language>!'
42    radius
:
43      '1'
: '&bThe chatradius is currently &6'
44      '2'
: ' &bblocks!'
45    reload
:
46      default
: '&aPlugin reloaded and set to default settings!'
47      normal
: '&aPlugin reloaded!'
48    check
:
49      permission-granted
: '&aYou have the permission &e'
50      permission-refused
: '&cYou don''t have the permission &e'
51    cr
:
52      '1'
: '&3 ---------- &eChatRadius &3 ----------'
53      '2'
: '&2Version &aV'
54      '3'
: '&aDo /cr help for a list of commands!'
55      '4'
: '&2Plugin made by'
56      '5'
: '&3 ------------------------------'
57    help
:
58      '1'
: '&3 ---------- &eChatRadius &3 ----------'
59      '2'
: '&2/cr &aMain command'
60      '3'
: '&2/cr help &aHelp menu'
61      '4'
: '&2/cr radius &aSee the current chatradius'
62      '5'
: '&2/cr set &aChange the current chatradius'
63      '6'
: '&2/cr check &aCheck which permissions you have'
64      '7'
: '&2/cr language &aChange the language of the plugin (en|nl|de|other )'
65      '8'
: '&2/cr spy [player ] &aGo in spy mode'
66      '9'
: '&2/cr broadcast [player ] &aGo in broadcast mode'
67      '10'
: '&2/cr reload &aReload plugin'
68      '11'
: '&3 ------------------------------'
69  config
:
70    '1'
: '&4Config Error : &cYou can only use true or false (line 1 )!'
71    '3'
:
72      no-number
: '&4Config Error : &cYou can only use a numer (line 3 )!'
73      empty
: '&4Config Error : &cThe chatradius is empty, please fill in a number (line
74        3 )!'
75    '5'
: '&4Config Error : &cYou can use only en, nl or de as language (line 5 )!'
76    '7'
: '&4Config Error : &cYou can only use true or false (line 7 )!'
77    '8'
: '&4Config Error : &cYou can only use true or false (line 8 )!'
78    '9'
: '&4Config Error : &cYou can only use true or false (line 9 )!'
79    '10'
: '&4Config Error : &cYou can only use true or false (line 10 )!'
80    '11'
: '&4Config Error : &cYou can only use true or false (line 11 )!'
81    '12'
: '&4Config Error : &cYou can only use true or false (line 12 )!'
82    '13'
: '&4Config Error : &cYou can only use true or false (line 13 )!'
83    '15'
: '&4Config Error : &cYou can only use true or false (line 15 )!'
84    '16'
: '&4Config Error : &cYou can only use true or false (line 16 )!'
 
Commands Updated:
- /cr spy (You can now change the spymode from offline players)
- /cr broadcast (You can now change the spymode from offline players)

Images:
Click here

Other Information:
Made this update after the video from TheBelgiumGames :D

Download:
You can download this version in the Version History
----------, Aug 20, 2020

Summary:
- Command added
- Permissions added and modified
- Fixed issue with spy command

Command Added:
- /cr broadcast [Player] (Send this command for the second time to disabele, [player] will send a message which everyone will receive!)

Permissions:
Added:
- chatradius.broadcast.other -> /cr broadcast [Player]
Modified:
- chatradius.broadcast -> /cr broadcast (Is now used for a command)​

Fixed issue:
If there is a player in spy mode and you reload or restart the server he/she gets out spy mode.

Config update:

config.yml
Code (YAML):
1 reset : false
2 plugin
:
3   chatradius
: 2
4   prefix
: '&7 [&eChatRadius&7 ] '
5   language
: en
6 commands
:
7   cr-help
: true
8   cr-radius
: true
9   cr-set
: true
10  cr-check
: true
11  cr-language
: true
12  cr-spy
: true
13  cr-broadcast
: true
14 storage
:
15  spy
: true
16  broadcast
: true
Added:
15 Here you can choose if you want to save the uuid's of players who are in spy mode after a restart or reload of your server.
16 Here you can choose if you want to save the uuid's of players who are in broadcast mode after a restart or reload of your server.

WARNING:
Sometimes you see savespymode: of savebroadcastmode: in the config. DO NOT TOUCH!

Images:
Click
here

Download:
You can download this version in the Version History
----------, Aug 12, 2020

Summary:
Permissions changed
Command added

Permissions:

Removed:
chatradius.bypass (because of new command)
Added:
chatradius.spy -> /cr spy (You can only set spy mode for yourself)
chatradius.spy.other -> /cr spy [Player] (You can set everyone to spy mode)​

New Command:
- /cr spy [player] (Send this command for the second time to disabele, [player] will receive all messages from everyone!)

Images:
- Click here

Download:
You can download this version in the Version History
----------, Aug 11, 2020

Summary:
- Added Hex support to all messages
- Changed prefix

Hex Support:
You can now set any hex color code in your config.yml in a message!
How to use: #AA0000Text = Text !!Do not forget the #!!

Changed Prefix
:
The plugin prefix is now '&7[&eChatRadius&7] '

Images
:
- Click here

Download:
You can download this version in the Version History
----------, Aug 11, 2020

Summary:
- Ge rm an language added
- Config update
- /cr reload command updated
- /cr check command updated
- /cr language command updated
- /cr help update

German language:
This language is now added! Thanks
Produktecheck !

Config update:
- If you make an mistake in the config you now will get a message after /cr reload

config.yml
Code (YAML):
1 reset : false
2 plugin
:
3   prefix
: '&7 [&bChatRadius&7 ] '
4   chatradius
: 100
5   language
: en
6 commands
:
7   cr-help
: true
8   cr-radius
: true
9   cr-set
: true
10   cr-check
: true
11   cr-language
: true
Added:
5 You can now set your language in the config (do not forget /cr reload!)
11 You can now disabele the cr-language command

messages.yml
Code (YAML):
1 messages:
2   plugin
:
3     menu
:
4       plugin
:
5         '1'
: '&3 ---------- &1ChatRadius &3 ----------'
6         '2'
: '&2Version &aV'
7         '3'
: '&aDo /cr help for a list of commands!'
8         '4'
: '&2Plugin made by'
9         '5'
: '&3 ------------------------------'
10       help
:
11         '1'
: '&3 ---------- &1ChatRadius &3 ----------'
12         '2'
: '&2/cr &aMain command'
13         '3'
: '&2/cr help &aHelp menu'
14         '4'
: '&2/cr radius &aSee the current chatradius'
15         '5'
: '&2/cr set &aChange the current chatradius'
16         '6'
: '&2/cr check &aCheck which permissions you have'
17         '7'
: '&2/cr language &aChange the language of the plugin (en|nl|de )'
18         '8'
: '&2/cr reload &aReload plugin'
19         '9'
: '&3 ------------------------------'
20   command
:
21     language
:
22       wrong
: '&4Error : &cYou can use only en (English ), nl (Dutch, Nederlands ) or
23         de (Deutsch, German )!'
24       wrong2
: '&4Error : &cUsage: /cr language <language>!'
25     set
:
26       correct
: '&aThe chatradius has been set to &6'
27       correct2
: ' &ablocks!'
28       wrong
: '&4Error : &cUsage: /cr set <radius>!'
29     plugin
:
30       wrong
: '&4Error : &cYou can use only en (English ), nl (Dutch, Nederlands ) or
31         de (Deutsch, German )!'
32       wrong2
: '&4Error : &cUsage: /cr language <language>!'
33     current-chatradius
: '&bThe chatradius is currently &6'
34     current-chatradius2
: ' &bblocks!'
35     reload
:
36       default
: '&aPlugin reloaded and set to default settings!'
37       normal
: '&aPlugin reloaded!'
38   permissions-check
:
39     permission
: '&aYou have the permission &e'
40     no-permission
: '&cYou don''t have the permission &e'
41   commands
:
42     not-enabeled
: '&4Error : &cCommand is not enabeled in the config!'
43     not-found
: '&4Error : &cCommand not found, do &e/cr help &cfor a list of commands!'
44     no-player
: '&4Error : &cYou aren''t a player!'
45     no-permission
: '&4Error : &cYou don''t have permission to use this command!'
46   config
:
47     '1'
: '&4Config Error : &cYou can only use true or false (line 1 )!'
48     '3'
: '&4Config Error : &cYou can only use a numer (line 3 )!'
49     '4'
: '&4Config Error : &cThe chatradius is empty, please fill in a number (line
50       3 )!'
51     '5'
: '&4Config Error : &cYou can use only en, nl or de as language (line 5 )!'
52     '7'
: '&4Config Error : &cYou can only use true or false (line 7 )!'
53     '8'
: '&4Config Error : &cYou can only use true or false (line 8 )!'
54     '9'
: '&4Config Error : &cYou can only use true or false (line 9 )!'
55     '10'
: '&4Config Error : &cYou can only use true or false (line 10 )!'
56     '11'
: '&4Config Error : &cYou can only use true or false (line 11 )!'
 
Added:
47 Config Error in line 1
48 Config Error in line 3
49 + 50 Config Error in line 3
51 Config Error in line 5
52 Config Error in line 7
53 Config Error in line 8
54 Config Error in line 9
55 Config Error in line 10
56 Config Error in line 11

Commands Updated:
- /cr reload (Console spam fixed)
- /cr check (The broadcast and language permission added)

- /cr language (You can now use de as language
- /cr help (If a command is disabeled in the config it will not longer show in the help menu)

- "Bug" fixed from V1.7
Bug:
Sometimes there were type errors in the config because of retyping every message
Fix:
I use now Strings (you only need to type the message one time) to prevent type errors

Images :
- Click
here

Helpers :
- Thanks Produktecheck for translating the plugin to German!

Download:
You can download this version in the Version History
----------, Aug 8, 2020

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
----------, Aug 5, 2020

New functions:
- Messages update
- The config is updated
- Bugfix

Bugfix:
- If you changed the config (V1.5 of lower) you need to reload the whole server otherwise the config didn't update -> Now you can change the config and do /cr reload

Messages update:
- If plugin is reloaded with default settings you get a message
- If a command isn't enabled in the config you get an error message

Config update:
Code (YAML):
1 reset : false
2 plugin
:
3   chatradius
: 100
4   prefix
: '&7 [&bChatRadius&7 ] '
5 commands
:
6   cr-help
: true
7   cr-radius
: true
8   cr-set
: true
9   cr-check
: true
1 Reset every setting to default (if is true), also do /cr reload
3 The chatradius
4 The plugin prefix (color codes explanation under!)
6 Command /cr help (true = enabled, false = disabled)
7 Command /cr radius (true = enabled, false = disabled)
8 Command /cr set (true = enabled, false = disabled)
9 Command /cr check (true = enabled, false = disabled)

Images:
Click here

Download:
You can download this version in the Version History

Special thanks:
Special thanks to svenar for help with the /cr reload command
----------, Jul 22, 2020

New functions:
- Prefix update
- Message update
- No formatting anymore
- The config is updated

Prefix:
The default prefix is '&7[&bChatRadius&7] ' (yes take care of this space)

Config:
The prefix can you now change in the config (took me 6 hours coding to work)

Message:
You can't send commands via console and now you get an error message if you try

Chat:
- The plugin doesn't handle chatformatting anymore
- The messages are now §f<Player> (You can download a ranks or prefix plugin now)

Images:
Click here

Download:
You can download this version in the Version History

Special thanks:
Special thanks to ImIllusion for organising code, request some features to make the plugin perfect and helps a bit with the code!
----------, Jul 21, 2020

Summary:
New command added

New command:
/cr check (Check which permissions you have)

Images:
Click here

Download:
You can download this version in the Version History
----------, Jul 20, 2020

Sumary:
Added permissions and a message

New Permissions:
- chatradius.bypass: -> You will receive all messages
- chatradius.radius: -> /cr radius
- chatradius.set: -> /cr set
- chatradius.reload: -> /cr reload

New Message:
By a wrong command you get now a message

Images:

Click here

Download:

You can download this version in the Version History
----------, Jul 20, 2020

New functions:
- The command /chatradius is now changed in /cr radius
- New commands

New commands:
- /cr (Main menu)
- /cr help (Help menu)
- /cr set (Set the chatradius)
- /cr radius (Shows the radius)
- /cr reload (Reload the config)

Images:
Click here

Download:
You can download this version in the Version History

Special thanks:
Thanks Svenar for the help!
----------, Jul 20, 2020

Summary:
Messages are changed

Messages:
The chatmessages are now §f[Player] message

Images:
Click here

Languages:
- Dutch
- English

Download:
You can download this version in the Version History
----------, Jul 20, 2020

Resource Information
Author:
----------
Total Downloads: 1,892
First Release: Jul 20, 2020
Last Update: Dec 5, 2020
Category: ---------------
All-Time Rating:
5 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings