11# ===========================
22# Commandes Joueur
33# ===========================
4+
45player_command :
56 pattern : " {timestamp} [INFO] {player} issued server command: {command}"
67
78player_alias :
89 pattern : " {timestamp} [INFO] {player} issued alias: {command}"
910
11+ player_warp :
12+ pattern : " {timestamp} [INFO] [NationsGUI] {player} vient de payer 20 pour se téléporter au warp {region}"
13+
14+ player_back :
15+ pattern : " {timestamp} [INFO] [NationsUtils] Back du joueur {player} vers {world}, {x}, {y}, {z}"
16+
1017# ===========================
1118# NationsStats
1219# ===========================
20+
1321stats_login :
1422 pattern : " {timestamp} [INFO] [NationsStats] Connexion de {player} avec {money}$"
1523
1624# ===========================
1725# HDV — Hôtel des ventes
1826# ===========================
27+
1928hdv_sell :
2029 pattern : " {timestamp} [HDV] {player} vient de mettre en vente {qty}x ID:({itemid}) pour un prix unitaire de {unitprice} $/U (UUID:{uuid})"
2130
@@ -57,8 +66,8 @@ war_add:
5766war_start :
5867 pattern : " {timestamp} [INFO] [NationsGUI] START WAR between {country_a} and {country_b} for reason {reason}"
5968
60- war_surrender :
61- pattern : " {timestamp} [INFO] [NationsGUI] {country_a } SURREND WAR AGAINST {country_b } APPLY REWARDS : {reward_type }#{amount}"
69+ war_surrend :
70+ pattern : " {timestamp} [INFO] [NationsGUI] {country } SURREND WAR AGAINST {country } APPLY REWARDS : {reward }#{amount}"
6271
6372war_status_change :
6473 pattern : " {timestamp} [INFO] [NationsUtils] Change status of war request between {country_a} and {country_b} by {player} to {status}"
@@ -80,9 +89,37 @@ war_decrease_powerloss:
8089
8190war_end_decrease_powerloss :
8291 pattern : " {timestamp} [INFO] [Factions] Decrease powerLoss from won in war against {country} from 1 to -9 (no powerLoss left)"
92+
93+ # ===========================
94+ # Factions
95+ # ===========================
96+
97+ chunk_access :
98+ pattern : " {timestamp} [INFO] [Factions] Player {player} set access to player {player} in chunk {x}, {z} to true"
99+
100+ chunk_unaccess :
101+ pattern : " {timestamp} [INFO] [Factions] Player {player} remove access to player {player} in chunk {x}, {z} to false"
102+
103+ faction_chat :
104+ pattern : " {timestamp} [INFO] [FactionChat] FACTION|{player}: {text}"
105+
106+ faction_invite :
107+ pattern : " {timestamp} [INFO] [NationsGUI] Player {player} invited {player} to join country {country}"
108+
109+ faction_uninvite :
110+ pattern : " {timestamp} [INFO] [NationsGUI] Player {player} cancelled invitation {player} to join country {country}"
111+
112+ faction_promote :
113+ pattern : " {timestamp} [INFO] [NationsGUI] Player {player} demoted to {rank} {player} in country {country}"
114+
115+ faction_demote :
116+ pattern : " {timestamp} [INFO] [NationsGUI] Player {player} prommoted to {rank} {player} in country {country}"
117+
118+ faction_perms :
119+ pattern : " {timestamp} [INFO] [FACTION] {player} changed faction permission {permission} to [{ALLY}, {LEADER}, {MEMBER}, {NEUTRAL}, {OFFICER}, {RECRUIT}]"
83120
84121# ===========================
85- # Transactions bancaires
122+ # Bank transactions
86123# ===========================
87124
88125bank_deposit :
@@ -117,6 +154,9 @@ combat_fired:
117154combat_bullet :
118155 pattern : " {timestamp} MISE EN COMBAT DE {player} HIT BY BULLET"
119156
157+ player_death :
158+ pattern : " {timestamp} [INFO] [NationsUtils] Le joueur {player} est mort aux coordonnées : X{x}, Y{y}, Z{z}"
159+
120160# ===========================
121161# Intrusions / Divers
122162# ===========================
0 commit comments