-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix author list, add note for author list and add dates
- Loading branch information
1 parent
7dc097b
commit f4928e7
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: _ | ||
|
@@ -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 | ||
{ | ||
|