DeluxeChat Setup, Never worked with this plugin before need some help :)

Status
This thread has been locked.

YourPanda

Retired Moderator
Supreme
Feedback score
34
Posts
3,287
Reactions
1,310
Resources
0
Hi, so I just got deluxechat, and I have never worked with this plugin before, so I am unsure as how to set it up. The config looks like a huge mess to me. So, I am asking if someone would be willing to set it all up for me for 5$ PayPal. I am unsure as to what all you need to add into this here plugin for the chat formating to work with pex. But, I assume you will need all the ranks, colors etc. So, here is what I want it all to look like in chat:

Default: prefix: '&7[&3Lvl {level}&7] &3{playername}&r'
Owner: prefix: '&7[&3Lvl {level}&7] &7[&4Owner&7] &4{playername}&r'
Admin: prefix: '&7[&3Lvl {level}&7] &7[&cAdmin&7] &c{playername}&r'
SrMod: prefix: '&7[&3Lvl {level}&7] &7[&6SrMod&7] &6{playername}&r'
JrMod: prefix: '&7[&3Lvl {level}&7] &7[&2JrMod&7] &2{playername}&r'
Trainee+: prefix: '&7[&3Lvl {level}&7] &7[&3Trainee&9+&7] &3{playername}&r'
Trainee: prefix: '&7[&3Lvl {level}&7] &7[&3Trainee&7] &3{playername}&r'
Builder: prefix: '&7[&3Lvl {level}&7] &7[&5Builder&7] &5{playername}&r'
Youtuber: prefix: '&7[&3Lvl {level}&7] &7[&4You&fTube&7] &f{playername}&r'
StaffM: prefix: '&7[&3Lvl {level}&7] &7[&5Staff&7-&5Manager&7] &5{playername}&r'
Dev: prefix: '&7[&3lvl {level}&7] &7[&6Developer&7] &6{playername}&r'
Baron: prefix: '&7[&3Lvl {level}&7] &7[&1Baron&7] &1{playername}&r'
Earl: prefix: '&7[&3Lvl {level}&7] &7[&3Earl&7] &3{playername}&r'
Marquis: prefix: '&7[&3Lvl {level}&7] &7[&aMarquis&7] &a{playername}&r'
Prince: prefix: '&7[&3Lvl {level}&7] &7[&ePrince&7] &e{playername}&r'


Config:

# DeluxeChat version 1.10.0 config file
# Created by extended:clip
# list as many format sections you want under formats:
# each format section requires a default template that should be modified and
# also requires a unique number for the priority higher number = lower priority
# ex: guest-100, owner-1
# YOU MUST KEEP A default TEMPLATE! It is used when players have no other template assigned!
#
# example format template:
# formats:
# default:
# priority: 2147483647
# channel: ''
# prefix: '&8[&7Guest&8] '
# name_color: '&7'
# name: '%player%'
# suffix: '&7> '
# chat_color: '&f'
# channel_tooltip:
# - '&7%player% &bis a Guest'
# prefix_tooltip:
# - '&7%player% &bis a Guest'
# name_tooltip:
# - ''
# suffix_tooltip:
# - ''
# channel_click_command: '
# prefix_click_command: '/ranks
# name_click_command: '/msg %player%
# suffix_click_command: '
# Member:
# priority: 100
# channel: ''
# prefix: '&8[&aMember&8] '
# name_color: '&7'
# name: '%player%'
# suffix: '&7> '
# chat_color: '&f'
# channel_tooltip:
# - '&7%player% &bis a Member'
# prefix_tooltip:
# - '&7%player% &bis a Member'
# name_tooltip:
# - ''
# suffix_tooltip:
# - ''
# channel_click_command: '
# prefix_click_command: '/ranks
# name_click_command: '/msg %player%
# suffix_click_command: '
check_updates: true
bungeecord:
enabled: false
servername: '&8[&cServer&8]'
join_global: true
relation_placeholders_enabled: true
timestamp_format: MM/dd/yy HH:mm:ss
boolean:
'true': '&atrue'
'false': '&cfalse'
ops_use_group_format: false
hooks:
javascript_placeholders: false
minecraft_statistics: false
acidisland: false
askyblock: false
autorank: false
autosell: false
banmanager: false
battlelevels: false
chatcolor: false
chatreaction: false
checknamehistory: false
deluxetags: false
essentials: false
ezblocks: false
ezprestige: false
ezrankslite: false
ezrankspro: false
factions_mcore: false
factions_uuid: false
galistener: false
gangsplus: false
heroes: false
islandworld: false
jobs: false
killrewards: false
killstats: false
marriagemaster: false
mcinfected: false
mcinfected-ranks: false
mcmmo: false
mvdw_placeholderapi: false
nicky: false
placeholderapi: false
playerpoints: false
plotme: false
plotsquared: false
prisongangs: false
pvpstats: false
quicksell: false
royalcommands: false
simpleclans: false
simplecoinsapi: false
simpleprefix: false
simple_suffix: false
skywarsreloaded: false
sqlperms: false
sqltokens: false
survivalgames: false
teams: false
tokenenchant: false
towny: false
uskyblock: false
ultimatevotes: false
vanishnopacket: false
vault_perms: true
vault_eco: true
voteparty: false
werewolf: false
wickedskywars: false
chat_filter:
enabled: false
list:
- '.; '
- fuck;fuck
private_message:
enabled: true
bungeecord: false
private_message_formats:
to_sender:
format: '&7you &e-> &7%recipient% &7:'
tooltip:
- '%player_server%'
click_command: '/r '
chat_color: '&f'
to_recipient:
format: '&7%player% &e-> &7you &7:'
tooltip:
- '%player_server%'
click_command: '/r '
chat_color: '&f'
social_spy: '&8[&cspy&8] &f%player% &e-> &f%recipient%&7:'
formats:
default:
priority: 2147483647
channel: ''
prefix: '&7[%vault_groupprefix%&7] '
name_color: '&b'
name: '%player%'
suffix: '&7> '
chat_color: '&f'
channel_tooltip:
- ''
prefix_tooltip:
- '%player%'
- '&bRank: %vault_group%'
name_tooltip:
- ''
suffix_tooltip:
- ''
channel_click_command: /ranks
prefix_click_command: /ranks
name_click_command: '/msg %player% '
suffix_click_command: ''
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

23jd83yhs208d

Deactivated
Feedback score
54
Posts
538
Reactions
701
Resources
0
This shit is a big pain in the ass. I've been trying to set this up for weeks :c Theres not a ton of people on MCM that can help as I've seen so far. Hopefully this works out for you :p
 

YourPanda

Retired Moderator
Supreme
Feedback score
34
Posts
3,287
Reactions
1,310
Resources
0
This shit is a big pain in the ass. I've been trying to set this up for weeks :c Theres not a ton of people on MCM that can help as I've seen so far. Hopefully this works out for you :p
Thanks, I am sure I can get someone to help me out :p And, it is confusing as can be. I do not understand the config what so ever.
 

Traveling

Owner of StrideFactions.
Premium
Feedback score
1
Posts
46
Reactions
10
Resources
0
I can try to do this, I use DeluxeChat on my server and have it well configurated.

Add my skype: palacio1212
 

Deep

Full Time Bebosny's Slave/Fan/Son
Supreme
Feedback score
0
Posts
3,531
Reactions
2,040
Resources
0
I can do this, messaged you on skype.
 
Status
This thread has been locked.
Top