-
Notifications
You must be signed in to change notification settings - Fork 54
/
updates
148 lines (148 loc) · 4.88 KB
/
updates
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<div class="row">
<div class="col-md-12">
<div class="card">
<div class="header">
<h4 class="title">Update 0.2</h4>
<p class="category">Date: 4/17/2018</p>
</div>
<div class="content">
<h4>Plugin System</h4>
<p style="font-size: 14px;">
</p><ul>
<li>
We're glad to announce that we've release a plugin system. To find plugins developed by the team visit <a href="https://github.com/CADOJRP/FiveM-AdministrationPanel-Plugins">https://github.com/CADOJRP/FiveM-AdministrationPanel-Plugins</a>
</li>
</ul>
<p></p>
<h4>Chat Commands</h4>
<p style="font-size: 14px;">
</p><ul>
<li>
You're now able to warn, kick, and ban using in-game commands. Running the command will check the users permissions before taking action.
</li>
</ul>
<p></p>
<h4>Removing Records</h4>
<p style="font-size: 14px;">
</p><ul>
<li>
We have finally added the ability for staff to remove warns, kicks and bans from a players profile.
</li>
</ul>
<p></p>
<h4>Back End Stuff</h4>
<p style="font-size: 14px;">
</p><ul>
<li>
We're continuing to work hard to improve our panel. With the new Plugins System we will start focusing on other unique features such as vRP and ESX support.
</li>
</ul>
<p></p>
<h4>Analytics</h4>
<p style="font-size: 14px;">
</p><ul>
<li>
In the recent updates we've been working to add tracking to our software. The reason for this is it allows us to access your GET API Endpoints and we're able to use that information to make plugins such as a Global Ban, global time tracking, records on other servers, etc. To disable panel tracking change "analytics" to false in your config file.
</li>
</ul>
<p></p>
<h4>Bug Fixes</h4>
<p style="font-size: 14px;">
</p><ul>
<li>
We've squashed a lot of bugs. Many bugs centered around errors and timeouts. We can't thank the beta testers enough for helping us find these.
</li>
</ul>
<p></p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="card">
<div class="header">
<h4 class="title">Update 0.1</h4>
<p class="category">Date: 4/13/2018</p>
</div>
<div class="content">
<h4>Permissions</h4>
<p style="font-size: 14px;">
</p><ul>
<li>
The permissions system has been released. The current permissions used by the system are warn, kick, ban, editstaff and editservers. More will be coming in the future such as unban, permban, tempban, etc.
</li>
</ul>
<p></p>
<h4>Discord Webhooks</h4>
<p style="font-size: 14px;">
</p><ul>
<li>
We've finished the Discord webhook system. This will allow you to have a Discord chat that will message every time someone gets warned, kicked, or banned.
</li>
</ul>
<p></p>
<h4>Join Message</h4>
<p style="font-size: 14px;">
</p><ul>
<li>
Join messages are now supported. The default join message is "Username is joining the server with 75% trust score." This message by default won't look the best because the default chat resource already provides join messages and puts <b>server:</b> infront of our messages. This is an easy fix. Join our Discord for help.
</li>
</ul>
<p></p>
<h4>Edit Staff</h4>
<p style="font-size: 14px;">
</p><ul>
<li>
You're now able to add and remove staff from a menu! If you have the "editstaff" permission you can click the Edit Staff button on the left side of the screen and explore the menu.
</li>
</ul>
<p></p>
<h4>Edit Servers</h4>
<p style="font-size: 14px;">
</p><ul>
<li>
You're now able to add and remove servers from a menu! If you have the "editservers" permission you can click the Edit Servers button on the left side of the screen and explore the menu.
</li>
</ul>
<p></p>
<h4>Installer Changes</h4>
<p style="font-size: 14px;">
</p><ul>
<li>
Sadly we've had to remove the installer as it was too unreliable and had too many expoits.
</li>
</ul>
<p></p>
<h4>Bug Fixes</h4>
<p style="font-size: 14px;">
</p><ul>
<li>
We've squashed a lot of bugs. Many bugs centered around errors and timeouts. We can't thank the beta testers enough for helping us find these.
</li>
</ul>
<p></p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="card">
<div class="header">
<h4 class="title">Beta Release</h4>
<p class="category">Date: 4/11/2018</p>
</div>
<div class="content">
<h4>Initial Release</h4>
<p style="font-size: 14px;">
</p><ul>
<li>
The initial release has too many features to talk about in an update. Feel free to read the GitHub readme file for more information on what was initially released.
</li>
</ul>
<p></p>
</div>
</div>
</div>
</div>