Skip to content

Commit

Permalink
Fix author list, add note for author list and add dates
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraRozier committed Mar 14, 2021
1 parent 7dc097b commit f4928e7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions PlayerAdministration.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/* --- Contributor information ---
* Please follow the following set of guidelines when working on this plugin,
* this to help others understand this file more easily.
*
* NOTE: On Authors, new entries go BELOW the existing entries. As with any other software header comment.
*
* -- Authors --
* Pho3niX90 <[email protected]> 2020-06 > current
* Thimo (ThibmoRozier) <[email protected]> 2020-04
* Thimo (ThibmoRozier) <[email protected]> 2018-03-27 +
* rfc1920 <[email protected]>
* Mheetu <[email protected]>
* Pho3niX90 <[email protected]> 2020-06 +
*
* -- Naming --
* Avoid using non-alphabetic characters, eg: _
Expand Down Expand Up @@ -41,7 +43,7 @@

namespace Oxide.Plugins
{
[Info("PlayerAdministration", "Pho3niX90", "1.6.03")]
[Info("PlayerAdministration", "ThibmoRozier", "1.6.03")]
[Description("Allows server admins to moderate users using a GUI from within the game.")]
public class PlayerAdministration : CovalencePlugin
{
Expand Down

0 comments on commit f4928e7

Please sign in to comment.